Welcome to AspAdvice
Sign in
|
Join
|
Help
Programming Shorts
Code workarounds, insights and expertise -- Caveat emptor!
This Blog
About
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
advabnr
adw95
asp.net GridView CommandField Confirmation
asprox
asprox recovery
asprox removal
e.NewValues
e.OldValues
GridView
ObjectDataSource
RowUpdating
sql injection
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Archives
January 2010 (1)
October 2008 (2)
June 2008 (1)
October 2008 - Posts
Sunday, October 26, 2008 5:25 PM
In GridView RowUpdating Event Handler, e.NewValues and e.OldValues are null
I use custom data objects to populate data controls. Typically, I'll create a factory object and factory method that returns a List<> collection of "ConcreteProducts". For example, RegistrationRuleFactory f = new RegistrationRuleFactory(connectionString);
Posted by
brettemiller
|
2 Comments
Filed under:
e.NewValues
,
GridView
,
RowUpdating
,
ObjectDataSource
,
e.OldValues
Thursday, October 23, 2008 9:24 AM
GridView Delete With Confirmation
Recently I undertook the creation of a GridView control for which I wanted Edit, Delete, Update and Cancel buttons. There are a couple of out-of-the-box ASP.Net solutions for this problem. The first is to simply use the "AutoGenerate" attributes
Posted by
brettemiller
|
5 Comments
Filed under:
asp.net GridView CommandField Confirmation