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
Anna Hawks
NA
193
0
Gridview & FormView Show New Record WITH Paging
Feb 6 2008 9:58 AM
Using: VS2005 for Web Development, C#
I have a Gridview bound to a FormView (or DetailsView if you like). After I add or update a record, how do I get the Gridview AND Formview to display that record? If it is on the same page, you can just do a Databind(). But what if the record added ends up on page 3 of the Gridview and you are currently on Page 1?
I have yet to see a satisfactory answer to this question. There was some discussion on http://forums.asp.net/p/1063022/1956479.aspx#1956479 but I don't think it was a complete solution for this. Plus, some of the coding I didn't understand (i.e. Case "Gridview1")
I cannot imagine that I am the only one who wants to put this in. I would have thought it would be VERY easy with ASP.NET with all its other shortcuts. Even though it is kind of a detail -- the web page WORKS, but it just makes sense for it to do this.
Thanks in advance for any help on the topic!
Reply
Answers (
2
)
help with an ASP.Net page to convert XML to HTML (using XSLT)
How to get More Than one hidden field value in GridView