Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I want to create a user control in ASP.Net. In which I want to add some Javascript functions similar to that provided by Microsoft in controls. How can I achieve this.
Similar to "OnClientClick" event.
Posted
Comments
Per Söderlund 31-Aug-10 7:42am    
Reason for my vote of 1
There is no quick answer to this, you need to read up on the subject.

1 solution

You do it by writing the javascript in your ascx.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900