ASP.Net: need help with dropdown list bound to a database column

Posted by cloudravi on Stack Overflow See other posts from Stack Overflow or by cloudravi
Published on 2010-03-25T18:53:44Z Indexed on 2010/03/25 19:13 UTC
Read the original article Hit count: 299

Filed under:
|

I have created database which has columns

 - MemName
 - monthlyAmt
 - CurrentInstAmt

I have bound the Memname column with a DropDownList box;
onselection of memname value in DropDownList box, the corresponding values of currentInstAmt and monthlyamt should be displayed in Textbox.

I am beginer in asp.net

© Stack Overflow or respective owner

Related posts about dropdownlist

Related posts about ASP.NET