The server method '' failed with the following error:" .... and no error description

http://forums.asp.net/p/1302089/4152273.aspx

 

 

 <input type="button" value="click me" onclick="Stress()"/>

Try this:

<input type="button" value="click me" onclick="Stress(); return false"/>

or

<input type="button" value="click me" onclick="return Stress()"/>
And make Stress() function return always false value.
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章