Jquery or javascript to clear server control textboxes
I have multiple server control textboxes i want to clear it on button click using client scripting.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Devesh SinghPosted Sep 6, 2013, 12:24 AM
Ankur MishraPosted Sep 5, 2013, 5:31 PM
fromreset()
{
document.myform.[textbox Id] = " ";
}
.......
onclick = "javascript:formreset()
MohanPosted Sep 5, 2013, 2:19 PM
Devesh SinghPosted Sep 5, 2013, 1:55 PM