I need to get the value of a form element by using
document.Form1.txtName.value
I get an error when I use this on a web user control...
So I tried putting form tag in the html code still, it doesn't work dunno why, maybe its because I didn't put runat="server" but if I put this the page will return an error saying that it cannot allow two runat="server"
anyone?
Please help...
Thanks,
Jewel
