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
Rashid Khan
NA
159
0
GridView1_SelectedIndexChanging
Apr 19 2010 8:12 AM
Helloo friend.
i m facing problem in GridView1_SelectedIndexChanging.
i have grid view it contains data . now i want that when user press select button. then complete details data show in detail view control of the particular dataID.
i use templates in grid view.,
PersonalAddBookBE objPersonalBE = new PersonalAddBookBE();
objPersonalBE.PersonalInfoId =Convert.ToInt32(GridView1.Rows[e.NewSelectedIndex].Cells[1].Text);
PersonalAddBookBL objPersonalBL = new PersonalAddBookBL();
DataSet ds = new DataSet();
ds = objPersonalBL.SelectAllPersonalAddBook(objPersonalBE);
DetailsView1.DataSource = ds;
DetailsView1.DataBind();
i m doing this and error comes in this line?
objPersonalBE.PersonalInfoId =Convert.ToInt32(GridView1.Rows[e.NewSelectedIndex].Cells[1].Text);
(
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:
System.FormatException: Input string was not in a correct format.
)
can anyone tell me how to assign row so tht function take in give complete detail in detailview.
i m using templates field in GV nd its n tire project
Thanks in advance
Reply
Answers (
3
)
Read/Write Search/Change text files using a binary method
Having trouble decrypting with TripleDes