I redid my page and it worked. Can you tell me how I can save the value of g_ListVal and access from a different page? I'm new at jquery and java script but they just changed the requirements for a project that I have and I am required to use jquery.
It depends on how you are redirecting to other page. If you are redirecting form javascript you can add the value as querystring. If you are redirecting form codebehind. You can directly access the textbox value and send it to other bage by querystring or
session.
Thanks & Regards
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
I redid my page and it worked. Can you tell me how would save the value of g_ListVal so I could use it on a different page? I am new to jquery and java script but the requirements on my poroject have changedn and I mam required to usenthem.
harrytu@clea...
Member
106 Points
124 Posts
Re: button onclick
Mar 14, 2011 05:57 PM|LINK
I redid my page and it worked. Can you tell me how I can save the value of g_ListVal and access from a different page? I'm new at jquery and java script but they just changed the requirements for a project that I have and I am required to use jquery.
Thanks for your help.
asteranup
All-Star
30184 Points
4906 Posts
Re: button onclick
Mar 15, 2011 04:13 AM|LINK
Hi,
It depends on how you are redirecting to other page. If you are redirecting form javascript you can add the value as querystring. If you are redirecting form codebehind. You can directly access the textbox value and send it to other bage by querystring or session.
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
harrytu@clea...
Member
106 Points
124 Posts
Re: button onclick
Mar 15, 2011 11:44 AM|LINK
I redid my page and it worked. Can you tell me how would save the value of g_ListVal so I could use it on a different page? I am new to jquery and java script but the requirements on my poroject have changedn and I mam required to usenthem.
asteranup
All-Star
30184 Points
4906 Posts
Re: button onclick
Mar 15, 2011 12:19 PM|LINK
Hi,
You didnot answer my previous question. How you want to redirect to the other page. Using javascript or using codebehind?
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog