delete from repater / ajax / asp.net 3.5

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top