I have made an application in javascript using HTML fields in asp.net, as asp text boxes were disturbing the ids, so i used html fields, which are working fine with javascript, now i want to fetch database table columns on page load, and want to assign to html fields, what is the best way to do so? Help me!!!!
Share
You could go back to using the ASP TextBoxes and access the ids in JavaScript as follows:
It’s probably the easiest as naturally they can then be accessed in the code behind very easily.