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
Venkat Govind
1.2k
568
67.5k
How to avoid thus CS0266: Cannot implicitly convert type 'Sy
Nov 19 2015 12:40 AM
Hi creating crystal report in c# asp.net using Dataset and created datatable (column what are column i need to display ) i developed three tier architecture,
when i post value to datatable i got the below error ,
CS0266: Cannot implicitly convert type 'System.Data.DataSet' to 'DataSet1'. An explicit conversion exists (are you missing a cast?)
code :
dsReport = BindData("ViewId", WorforceId);
Stored procedure :"ViewId
WorforceID to send where condition;
thanks and regrads
Venkat
Reply
Answers (
1
)
Incorrect syntax near 'Implementation'
Understanding Code first approach in mvc?