I am using following code and am using sqljdbc.jar file in lib folder of my project . but getting SQL Exception & Null pointer Exception,what is the reason? please Help me
am using following code to generate textboxes dynamically.
textbox fields have the same name and id. i am going to add two textbox values in onblur event by using document.getEle mentById('textb oxname').value
but it is taking only the first row values.
i want a solution like it works for all the rows?
plese help me ,thanks in advance