Tagged Questions

4
votes
4answers
107 views

Which is best to use ViewState or hiddenfield

Hi All, I have a page in which I want to maintain the value of object between post backs. I am thinking of two ways to maintain the value of objects Store the value in View Sate Store the …
0
votes
1answer
41 views

How might I clear a hiddenfield value when the page is refresh in ASP.NET?

How can I clear the value of an asp:HiddenField control when the user hits the refresh button in the browser?
0
votes
3answers
70 views

ASP.Net - How do I add a HiddenField from another WebControl and maintain it?

I've got a WebControl that I want to dynamically add a HiddenField from. I've tried the following example: Click here, but that doesn't work due to the fact this.Page.Form is null in the Page Init …