ajax method to load another control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi, I have a user control for registration of user. Now i need to submit the fields with ajax method in database. When insertion is completed successfully, need to load other control by a javascript function in the same page with success message. for e.g. page1.ascx function insert() { var message = insertdata(); // insertdata is an ajax method. //load other control on this page with above message displaying on that control with some label control or literal control } any help is appreciated, regards, max