|
|
|
start date: Tue, 24 Jul 2007 02:38:13 -0400,
posted on: microsoft.public.dotnet.framework.aspnet.webcontrols
back
| Thread Index |
|
1
Pulkit Sharma am
|
|
2
(Walter Wang [MSFT])
|
|
3
(Walter Wang [MSFT])
|
Gridview e.OldValues and e.NewValues are nothing
Hi,
I am using a gridview control in asp.net 2.0 and creating some dynamic
template fields in it. Whenever I am trying to get the e.NewValues in the
row_updating event , it is always nothing,
Is this a know issue? If there is a work around please let me know.
Protected Sub gridSystemLookUpValues_RowUpdating(ByVal sender As Object,
ByVal e As System.Web.UI.WebControls.GridViewUpdateEventArgs) Handles
gridSystemLookUpValues.RowUpdating
' e.OldValues and e.NewValues is always nothing here
End Sub
Regards
Pulkit
Date:Tue, 24 Jul 2007 02:38:13 -0400
Author:
|
RE: Gridview e.OldValues and e.NewValues are nothing
Hi Pulkit,
Since you didn't posted your complete code listing, I'm not sure if this
the same scenario as following thread:
#GridView, DataSource, RowUpdating, e.OldValues and e.NewValues collections
http://www.developersdex.com/asp/message.asp?p=2908&ID=%3CuvU%24WBARGHA.3052
%40TK2MSFTNGP09.phx.gbl%3E
Would you please check if this is the same issue? Please feel free to tell
me more about your code if that thread doesn't help. Thanks.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Tue, 24 Jul 2007 12:34:43 GMT
Author:
|
RE: Gridview e.OldValues and e.NewValues are nothing
Hi,
I'm writing to check the status of this post. Please feel free to let me
know if there's anything else I can help.
Thanks.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Date:Fri, 27 Jul 2007 09:05:51 GMT
Author:
|
|
|