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
siddu b
NA
1
874
dropdownlist inside the gridview
Sep 9 2014 1:11 AM
hi
i have dropdownlist inside the gridview.i have bind the dropdownlist using RowDataBound event.
i want
set the default seleted text which comes from the dataset first column how can i do it
string qry2 = string.Empty;
qry2="select Paper_typename,Paper_name,papersize from legends.Paper_type inner join Paper_info on paper_type=Paper_typeid ";
ds11 = db.Executedataset(qry2);
i want to bind Paper_typename as selected for dropdown list
Reply
Answers (
1
)
vb.net 2010 allow user to update active directory
Why are use ToString method ?