Losing TextBox values

  • Thread starter Thread starter David C
  • Start date Start date
D

David C

I have an aspx page that has HyperLink controls that have NavigateURL set to
the current page. I was assuming that would postback but it comes back like
the first time in the page and I am losing values in one of my TextBox
controls. It is there when I first load the page from another page but gets
lost as soon as I click the HyperLink. What am I missing? Thanks.

David
 
I have an aspx page that has HyperLink controls that have NavigateURL setto
the current page.  I was assuming that would postback but it comes backlike
the first time in the page and I am losing values in one of my TextBox
controls.  It is there when I first load the page from another page butgets
lost as soon as I click the HyperLink.  What am I missing?  Thanks.

David

Hi David

try LinkButton Control

Hope this helps
 
Yes, my brain was not functioning. Thanks.

I have an aspx page that has HyperLink controls that have NavigateURL set
to
the current page. I was assuming that would postback but it comes back
like
the first time in the page and I am losing values in one of my TextBox
controls. It is there when I first load the page from another page but
gets
lost as soon as I click the HyperLink. What am I missing? Thanks.

David

Hi David

try LinkButton Control

Hope this helps
 
Back
Top