hi
i am working on a project wherein m creating rows dynamically using javascript.The problem is since the dynamically created drop downboxes in the row are not asp control i cant access easily in the c# code behind.
I need to use Request.Form["controlname"].
But it gives me the selectedtext and not the value associated withe the text.
Can any tell me how to retrieve the value bound to the dropdown box.
Pls its urgent.
...
Go to the complete details ...