| Author: tapan dalai 07 Sep 2006 | Member Level: Silver | Rating:  Points: 2 |
hi... u can do as follow just write code in .apx file <script language="vbscript" runat="server"> sub display() msgbox("this is my vbscript") end sub </script> just write code in page_laod in code behind u need to add the method for object i am doing for label control.... label1.attribute.add("onclick","display()");
thanks tapan dalai tapan.dalai2gmail.com
|