how can i find a html control from asp.net page? I have a html input control I need to populate some values to it using asp.net from page-behind. (Without the use of runat='server'). Thanks in advance Suman Shakya
how can i find a html control from asp.net page? I have a html input control I need to populate some values to it using asp.net from page-behind. (Without the use of runat='server'). Thanks in advance Suman Shakya
Hi Suman, The possibility is that you can do it using the Javascript. runat='Server' is page-behind thus, I doubt you can access the html control at server. -Ram.