Click here to Skip to main content
16,022,538 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,

I have an asp.net web application, at the selection of certain fields in this page the page reloads and functions in vb.net are been executed.

What is required is to use ajax to avoid reloading and refreshing the page too much.

would anybody help me to convert this application to Ajax, what is the best way to do this, how can I call the functions in vb.net while using Ajax.

Please it is urgent, can anybody help.


Note that all the actions are occurring in the page load action in vb, how could i put all the functions of the page load in a script manager
?
thank you.
Posted
Updated 11-Sep-11 23:31pm
v3
Comments
[no name] 12-Sep-11 4:21am    
Please don't use/add "it is urgent" word here [in your question].

You can use various controls of ajax to update certain part of web page.
Try this tutorial
Ajax Controls
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900