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
srinath
NA
144
0
radiobuttonlist
May 17 2010 8:13 AM
hi,
I have a radiobutton list in gridview with three radiobuttons, text of the radio button which is selected to be inserted in to textbox which is in gridview of next page.
i tried by giving,
session["paid"] = radiobutton1.selecteditem.value.
i have given in next page as,
int paid1;
paid1 = (int)Session["paid"];
but i am getting a runtime error.
plz give me a solution.
is what i had written is wrong?
plz help me.
thanks in advance.
Reply
Answers (
7
)
Error: Error: document.getElementById("ctl00_cphMain_iframeAddDetail") is null
Conversion failed when converting the varchar value to int