Hi,
I have a dropdownlist on the web page. On the same page i have model popup form .
In Model popup form i have gridview. In Gridview i have one dropdownlist and two labels.
In label one (that is inside gridview) i want to show the dropdownlist value(that is on the webapge).
In label two (that is inside gridview) i want to show the dropdownlist value (that is on the model popupform inside gridview)
Plz Help