Click here to Skip to main content
15,896,473 members

Comments by Member 14369041 (Top 5 by date)

Member 14369041 21-May-19 6:59am View    
Thanks for the tips, I haves removed that concept.
Member 14369041 15-May-19 4:45am View    
Is it Possible to use global variables in JS function?
Member 14369041 15-May-19 4:39am View    
Can I use Global variables in JS function?
Member 14369041 15-May-19 2:53am View    
Hi OriginalGriff, Thanks for your suggestion. What I need is when user changes any thing on dynamic textbox I want to update it to data base.

I have 20 rows and columns are dynamic on user input.

What I was think to solve this is, first call JS as below:
text.Attributes.Add("onchange", "calculate()");
And call the class library from JS file, please let me how can I achieve this thanks.
Member 14369041 15-May-19 1:53am View    
Why the below onchange call is not working
text.Attributes.Add("onchange", "text_change(text)");
It is working fine for JS file function.