i have develop a simple login form...
using ASP.net 2.0 and vb
then i have upload it into my localhost(IIS)
when i tried to view the page , the page was displayed like what i want.. but when i tried to input in username textbox runtime error appeared ... please refer to my attachment
and this is the error code
nbsp;<input name="ctl00$ContentPlaceHolder1$TextBox1" type="text" value="asd" onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$TextBox1\',\'\')', 0)" onkeypress="[B][COLOR="Red"]if (WebForm_TextBoxKeyHandler(event) == false[/COLOR][/B]) return false;" id="ctl00_ContentPlaceHolder1_TextBox1" style="width:155px;" />[CODE][/CODE]
the error might be JScript runtime error.... i dont know... can anybody help me... i want my asp:textbox to be set autopostback=true without JScript error...