How can I work server side without refreshing web pages.like client side.
is it Possible?
Recommended Answers
Jump to PostYes read up about AJAX, ASP.NET 2.0 has AJAX built in. for example by nesting a GridView inside an UpdatePanel you can execute a postback but without a full page re-render.
All 2 Replies
Reply to this topic
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.