hi

i dont see much happen in this forum... but i give a try hoping some will help me....

as i am learning asp.net i may be sound silly to u gurus...

i have develop a small page.. for emp data entry

empid ---- text box
emname ---- text box
department --- dropdownlist
desigantion --- dropdownlist
salary ---- text box

submit ---- button
search ---- button

using ispostback in form load i am loading the department --- dropdownlist


the designation contain are loaded when the department is loaded in department --- dropdownlist itm changed event

and when search button clciked..
the data is load in form load event

now if i change the department --- dropdownlist the page is loaded and it search is doen and data is loaded where only the desigantion should load

please help me out