unable to access htmlinputhidden value b/w postbacks in Content page of a Master
-
Hi friends, M working on master pages. i have a content page in which i have a htmlinputhidden control. m assigning a value to hidden control everytime page post backs. i can able to access value till 2 post backs after that m unable to access hidden value. pls help me where m going wrong. Thanks inadvance. Soori
No Defeat Is Final Until You Stop Trying!.......
-
Hi friends, M working on master pages. i have a content page in which i have a htmlinputhidden control. m assigning a value to hidden control everytime page post backs. i can able to access value till 2 post backs after that m unable to access hidden value. pls help me where m going wrong. Thanks inadvance. Soori
No Defeat Is Final Until You Stop Trying!.......
How you are accessing this control ? Could you post here that block of code only.
Parwej Ahamad
-
How you are accessing this control ? Could you post here that block of code only.
Parwej Ahamad
hi parwej, I am accessing it like this.Hdncontent.value i can see this value while assigning but m unable to get after post back. soori
No Defeat Is Final Until You Stop Trying!.......
-
hi parwej, I am accessing it like this.Hdncontent.value i can see this value while assigning but m unable to get after post back. soori
No Defeat Is Final Until You Stop Trying!.......
Hdncontent Server side control Or Client side control ?
Parwej Ahamad
-
Hdncontent Server side control Or Client side control ?
Parwej Ahamad
it is an htmlinputhidden control.
No Defeat Is Final Until You Stop Trying!.......
-
Hi friends, M working on master pages. i have a content page in which i have a htmlinputhidden control. m assigning a value to hidden control everytime page post backs. i can able to access value till 2 post backs after that m unable to access hidden value. pls help me where m going wrong. Thanks inadvance. Soori
No Defeat Is Final Until You Stop Trying!.......
-
htmlinputhidden control is in content page. thank you
No Defeat Is Final Until You Stop Trying!.......
-
it is an htmlinputhidden control.
No Defeat Is Final Until You Stop Trying!.......
Please refer first below URL: http://dotnet.dzone.com/news/aspnet-client-side-state-manag-0[^]
Parwej Ahamad
-
htmlinputhidden control is in content page. thank you
No Defeat Is Final Until You Stop Trying!.......
-
Plz check the viewsource and use javascript alert to trace it. and one more thing it's always better to use asphidden control.
Cheers!! Brij
m not at all using javascript here. My requirement is i hav to show some value on the content page which will be changed in every postback. first time page loads i will do some processing and store a value in hidden field. and then click on some button this time i will get the value from hidden field and do some processing and store some value again. i can see the value while assigning and in view source too bt i cant see the value after postback. m accessing it like this.hidden1.value thanks
No Defeat Is Final Until You Stop Trying!.......