JavaScript In a Web Content Form
-
Hello I try to write a java script function in the web content form but i got this error when runing the application: "'FunctionName' is not a member of 'ASP.pages_gridsample_aspx'" any help will be greatly appreciated Thanks in advance
Assaf
You are trying to a function to the mark up in aspx. Try using serverside code. Control.Attributes.Add("event", "jsMethod");
I didn't get any requirements for the signature
-
You are trying to a function to the mark up in aspx. Try using serverside code. Control.Attributes.Add("event", "jsMethod");
I didn't get any requirements for the signature
-
Hello I try to write a java script function in the web content form but i got this error when runing the application: "'FunctionName' is not a member of 'ASP.pages_gridsample_aspx'" any help will be greatly appreciated Thanks in advance
Assaf
Are you trying to call a javascript function from your page's code behind?
- S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!