Subject: Custom control
Posted By: g_dinesh_cse Post Date: 1/25/2006 12:23:50 AM
I have a Custom control with text box and validation controls.
I am loading this custom controls dynamically to a web page.
I want to access this values of this text box from code behind language C#. And I want to send that information to next page.But I donot want to use Query String for this, because the information may exceed 256 chars.
Reply By: planoie Reply Date: 1/25/2006 8:43:14 AM
Store the value in session. br / br / Session[ myvalue = mytextbox.Text;

-Peter

Go to topic 39108

Return to index page 386
Return to index page 385
Return to index page 384
Return to index page 383
Return to index page 382
Return to index page 381
Return to index page 380
Return to index page 379
Return to index page 378
Return to index page 377