The text of this article is not in this database — only its details are. Read it on the old site: Client execution from server controls
2 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Client execution from server controls
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
SenthilkumarPosted Sep 11, 2009, 8:27 AM
we can also do like this Button1.Attributes["OnClick"] = "return test();";
Saurav MandhotraPosted Sep 10, 2009, 12:23 AM
what is return test for