Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > gridview editing

Reply
Thread Tools

gridview editing

 
 
=?Utf-8?B?Tkg=?=
Guest
Posts: n/a
 
      03-22-2007
ASP.Net 2.0

When putting a gridview into edit mode I typically do something this in the
gridview.rowEditing event..

gridview.EditIndex = e.NewEditIndex
ReloadData ' Call function that reloads the gridview

My question is is it necessary to reload the whole gridview like that?

I reload the whole gridview again after the edit is saved. I am wondering if
I have the right approach or is there a better way?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to dynamically enable/disable row editing in GridView control (ASP.NET 2.0) ? misiek ASP .Net 7 04-08-2011 06:42 AM
Are you looking for high quality photo editing and video editing? gwanglu@gmail.com C Programming 0 07-19-2006 12:32 PM
GridView Hierarchical View - Gridview in Gridview =?Utf-8?B?bWdvbnphbGVzMw==?= ASP .Net 1 05-09-2006 06:48 PM
Gridview Newvalues are empy after editing =?Utf-8?B?TWljaGFlbA==?= ASP .Net 0 04-13-2006 07:04 PM
Editing with GridView control Fred K. Augustine, Jr ASP .Net 0 11-21-2005 07:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57