I have created a div having dyanamically created textboxes.these dynamic textboxes are also given ID dynamically as the number of textboxes are going to be dependent on the number of values present in database.
I added 'text_' infront of every textbox id creating dynamically.
Now the problem starts.i want to add javascript validation to all those dynamic textboxes.as javascript requires an ID,Name, or Class..but as they are dynamic wat shud i use? is there any textbox array having all textbox id's??plz help.or any other way to apply js to those dynamic textboxes.
Hope u will understand my problem from above story...