HushPuppy
January 21st, 2004, 02:20 AM
Hello,
I need to transfer a string to a aspx file and work on the string and display it, this i can mange.
but after a while i need to refresh the page, i have downloaded a control Link Here (http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=69a7c7bb-939a-4777-aceb-2d9ebbe35b85)
that call the postback option.
is the postback refresh the whole class.
if on the start of the page, i got the string and put it in the aspx.cs public string var., can't i use the var. from the class after the postback has been called?
how can i save the string and use it all the time.
thanks,
:confused:
I need to transfer a string to a aspx file and work on the string and display it, this i can mange.
but after a while i need to refresh the page, i have downloaded a control Link Here (http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=69a7c7bb-939a-4777-aceb-2d9ebbe35b85)
that call the postback option.
is the postback refresh the whole class.
if on the start of the page, i got the string and put it in the aspx.cs public string var., can't i use the var. from the class after the postback has been called?
how can i save the string and use it all the time.
thanks,
:confused: