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
Sheikh parvaz
NA
199
108.6k
Input string was not in a correct format.
Nov 25 2012 5:15 AM
the below code has some issue with conversion, kidly help.
ticketid = Convert.ToInt32(Request.QueryString["TicketID"].ToString());
string countresolved = "Select Count(CurrentStatus) From Ticket Where CurrentStatus='Resolved' and TicketId = ticketid";
Int32.TryParse(countresolved, out countresolvedint);
countresolvedint = Convert.ToInt32(countresolved);
if (Convert.ToInt32(countresolved)==1)
{
lblIssueResolved.Visible = true;
btnIssueResolved.Visible = false;
}
Reply
Answers (
1
)
Learning Typescript?
HELP: WORKING WITH MASTER PAGE