Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody. i have one question

i have 1 file javascrit contain some function. Now i want compier my library contain file javascript and use them when a add acssembly to use library. could you show me to know how i do ?

thank everyone
Posted
Comments
Prerak Patel 15-Jun-11 2:00am    
not clear.

Thank you so murch, I will try
 
Share this answer
 
when i design one control

public class xTextBox:TextBox
{
this.Attributes.Add("onclick","test()");
}

the function test i wrote in javascript. then i built it. but when i use xTextBox the have 1 error can not find function test javascript.

i dont know what to do. plesse help me.
 
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