G
Guest
Hi,
I am using ASP.NET 2.0 and Master Pages,etc. I am NOT using AJAX.
I don't see the problem on my local server, only when I publish it to the web.
Problem happens on a page Where entry into a textbox causes a post back.
When I type inside the textbox, I get the exclaimation and "Error on Page".
Then details say "line 105, object expected"
In View Source, Line 105 is as follows:
<input name="ctl00$ContentPlaceHolder1$boxCnt" type="text" value="67"
onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$boxCnt\',\'\')',
0)" onkeypress="if (WebForm_TextBoxKeyHandler(event) == false) return false;"
id="ctl00_ContentPlaceHolder1_boxCnt" style="height:18px;width:58px;" />
I get this error in other places as well.
Thanks for any help
I am using ASP.NET 2.0 and Master Pages,etc. I am NOT using AJAX.
I don't see the problem on my local server, only when I publish it to the web.
Problem happens on a page Where entry into a textbox causes a post back.
When I type inside the textbox, I get the exclaimation and "Error on Page".
Then details say "line 105, object expected"
In View Source, Line 105 is as follows:
<input name="ctl00$ContentPlaceHolder1$boxCnt" type="text" value="67"
onchange="javascript:setTimeout('__doPostBack(\'ctl00$ContentPlaceHolder1$boxCnt\',\'\')',
0)" onkeypress="if (WebForm_TextBoxKeyHandler(event) == false) return false;"
id="ctl00_ContentPlaceHolder1_boxCnt" style="height:18px;width:58px;" />
I get this error in other places as well.
Thanks for any help