ASPCode.net forum
ASPCodeForumaspcode.net
 
  > Forum index > ASP.NET questions > asp.net question(URGENT)
This topic is about asp.net question(URGENT)

asp.net question(URGENT)

8/24/2006 7:59:59 PM by himac

asp.net question(URGENT) URGENT Why after click "set value" button and "show result" button RESULT is no value? Thank you very much! <%@ Page Language="vb" %> Untitled Page text :
RESULT :




8/25/2006 7:54:06 AM by bekir

The page class itself is stateless between separate requests, which means the local text variable is cleared between each call - and this is by design. Want get into thatm but if you instead String.IsNullOrEmpty(label_text.Text) I think it will work for you. All "state", i.e values you want to keep between calls, must be but in the page.s viewstate (by putting it into a control for example)


This topic is about asp.net question(URGENT)
UserTools

Currently unavailable because of spam. Just reading and searching is enabled.