L
laziers
Hi,
Im using in asp.net 3.5 and ajax.
So, I want to do something like this:
I have repeater [in update panel] with some data and button witch
deletes selected record.
Im clicking at the delete button, and then page is refreshing/
reloading. So, before delete asp must
get data from database [in OnLoad], after that asp deletes record
[repeater itemcommand]
and againg must get data from database [to refresh repeater].
My question is: is there any way, to do this without getting data from
database in OnLoad?
Greetings
Im using in asp.net 3.5 and ajax.
So, I want to do something like this:
I have repeater [in update panel] with some data and button witch
deletes selected record.
Im clicking at the delete button, and then page is refreshing/
reloading. So, before delete asp must
get data from database [in OnLoad], after that asp deletes record
[repeater itemcommand]
and againg must get data from database [to refresh repeater].
My question is: is there any way, to do this without getting data from
database in OnLoad?
Greetings