Hi Friends this is shanker
Actually my problem is
my parent.aspx page have two textboxes and two dropdownlist..
i create one pop up window on that window grid view is there ...when i select the gridview those values are
getting in parent.aspx page of two textboxes...
based on one of these textboxes....at a same time..that two dropdownlist values retrieved through database..
actually i put autopostaback= true and used txtchanged event but it not works...
i need jst one single click popupwindow displayed those values getting through parent page and dropdownlist values also generated
how is it possible?
if any javascript is there ...to retrieve the dropdownlist values through database?