Custom control
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.
|