TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shailendra Verma
NA
48
0
how we bind textbox on the basis of combobox selected index change event
Apr 17 2010 7:50 AM
I Have a Combo box which is filled on page _load from Database now i want to bind the text boxes in the form based on selected value of combo box
I Have Tried this one but not working.. so plz help me
private void cmbTab2RollNumber_SelectedIndexChanged(object sender, EventArgs e)
{
DataTable dt1=new DataTable ("StudentDetail");
int i=1;
for(i=1;i<cmbTab2RollNumber.SelectedIndex;i++)
{
txtTab2Name.Text = dt1.Rows[i].ToString();
}
}
Thanks
Reply
Answers (
1
)
count number in string list using c-sharp .
Defining behavior for Up keyPress