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
krithika muthukrishnan
NA
234
705.1k
Cannot implicitly convert type 'void' to 'string' how to solve ths error
Jan 11 2011 1:41 AM
Hai,
using datareader i retrieve values from the table i want to display that in a label box but the error occurs,
like
Cannot implicitly convert type 'void' to 'string'
while(rdr.Read()){
label1.Text = Response.Write(rdr[
"name"
].ToString()); }
how to solve this,
Thank u,
Reply
Answers (
1
)
upload file in .net
XAML and ASP.NET