Capture the Click Event ASP.NET 2.0

R

rishabhshrivastava

Hello ALL,
I have a specific requirement and need some suggestions on how this can
be done...
I have a web page containing several User Controls and I need to Update
the database as soon as I make any change in values of any control i.e.
If I change the text of TextBox and click any where else on that
WebPage only that TextBox's value should be updated in Database.
So far I think using Callback or AJAX it can be handled....
If anyone can suggest a method or anyone has dealt with similar problem
in the past, any help will be appreciated....

Thanks.
 
G

Guest

Hi
You may set the autopostback property to true and handled the text changed
event on post back to update the database. To avoid the screen flicker, as
you said, callback or majic ajax will do the job
 

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

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top