How we can dyanamically bind data with diffrerent dropdownlist in a grid view?

Posted by Lock up on Stack Overflow See other posts from Stack Overflow or by Lock up
Published on 2010-03-28T05:12:43Z Indexed on 2010/03/28 5:23 UTC
Read the original article Hit count: 196

Filed under:

i am wking on an assignment in which i have a gridview that contain deptno in a dropdownlist.by selecting a particular deptno from that dropdownlist,the number of employee of that department displayed in second dropdownlist that is for displaying employyee of a department.And after selecting the employee its salary detail and date of joining displayed in textboxes?we have two database table one is for employee(fields are deptno,empname,salary,joining date,status(true/false))and second department(fields are deptno,deptname,location);;;

© Stack Overflow or respective owner

Related posts about ASP.NET