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
Mahesh Babu
NA
1.7k
367.6k
Conversion problem
May 29 2011 3:03 AM
This is my code.
GridView1.DataSource = Session["Seats"];
DataSet ds3 = new DataSet();
ds3 = (DataSet)GridView1.DataSource;
When I am trying to convert gridview to dataset I got one error .
i.e
Unable to cast object of type 'System.Collections.Generic.List`1[System.String]' to type 'System.Data.DataSet'.
How to solve this problem.
Reply
Answers (
2
)
how to apply validation to textbox?
Auto increment