hey I am new in c# and ASP.NET, I created a form in which there are 4 dropdown list
like on the basis of ProjectID dropdown list FileID comes into FileID dropdown.Second is on the basis of FundType dropdown list FundID comes into FundID dropdown list.All are working fine but when I am going to submit these entries into database then FileID insert only one that is first one whatever you selected in FileID dropdown list.I think there is problem in FundType dropdown list which has AutoPostBack property is true so thats why above all entries autopostback and due to which it taking only first FileID everytime.So for that WHAT SHOULD I DO? Please help me out its urgent for me.
like on the basis of ProjectID dropdown list FileID comes into FileID dropdown.Second is on the basis of FundType dropdown list FundID comes into FundID dropdown list.All are working fine but when I am going to submit these entries into database then FileID insert only one that is first one whatever you selected in FileID dropdown list.I think there is problem in FundType dropdown list which has AutoPostBack property is true so thats why above all entries autopostback and due to which it taking only first FileID everytime.So for that WHAT SHOULD I DO? Please help me out its urgent for me.