how can i click on button without page refresh in asp.net application..
if any solution reply fasttttttttt..............
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prasant JinagaPosted Jan 9, 2012, 10:16 AM
In asp.net controls are server side controls.It will do a go around from Server and get back for validations n all.you can use some client side controls which will do everything in client side then post it to the Server.
Thanks,
Prasant