Hi.
I have one aspx page with some controls. Also i have one DIV which is dynamically populated from AJAX call. This AJAX call return couple of controls, for example HtmlInputText1 and HtmlInputText2.
When page is submitted, I can get values from this controls through Request.Form. If possible access to the attributes of this control on pege code behind (for example HtmlInputText1.Height, etc).
I think that is impossible, but I am not sure. I can use hidden field. Is any other way?