Link Button using Ajax?
-
Hi all, in my web page i have one link button , after clicking that link button i want to go to next page with partial postback means using ajax . i am using .net3.5 and ajax . normally i know response.redirect("logout.aspx"); but i want using ajax. if anybody knows please give me idea. Thanks & Regards Rama
samrama
-
Hi all, in my web page i have one link button , after clicking that link button i want to go to next page with partial postback means using ajax . i am using .net3.5 and ajax . normally i know response.redirect("logout.aspx"); but i want using ajax. if anybody knows please give me idea. Thanks & Regards Rama
samrama
srinivassam wrote:
, after clicking that link button i want to go to next page with partial postback means using ajax .
What does it mean ? If you are redirecting to a next page then why partial post back? or you want to mean some thing different ? :^) I think you have to pane in web page and when you click on link button, page will be changed in side pane and you want no post back in between them . please confirm !!!:~
cheers :beer:, Abhijit
-
srinivassam wrote:
, after clicking that link button i want to go to next page with partial postback means using ajax .
What does it mean ? If you are redirecting to a next page then why partial post back? or you want to mean some thing different ? :^) I think you have to pane in web page and when you click on link button, page will be changed in side pane and you want no post back in between them . please confirm !!!:~
cheers :beer:, Abhijit
Hi abhijit, yah you are right , i want to keep that link button inside panel or update panel , so after clicking that link button i want to navigate next page ,using ajax ,no page refresh Thanks & Regards Rama
samrama