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
Aman Jen
NA
141
40.5k
DropDownlist Error
Sep 2 2013 3:56 AM
Hi ,
I have DropDownList and few text boxes . Showing error... Invalid Argument
protected void btnSelect_Click(object sender, EventArgs e)
{
LabTestClass LB = new LabTestClass();
DataTable dtn = LB.ShowRec(DP1.SelectedItem.Value);
tbId.Text = dtn.Rows[0]["ID"].ToString();
tbName.Text = dtn.Rows[0]["Name"].ToString();
tbDesig.Text=dtn.Rows[0]["Desgn"].ToString();
}
at dropdownlist
I have sqldb with ID Autogenrated which I m bind to DRopdown..
based on selected value..it show records from db.....
Plz help....
Reply
Answers (
9
)
Summing Columns
file version mainatence utility in c #