Thursday, March 24, 2005
Datagrids the easy(er) way
This is from Matthew. I don't recommend changing old screens but may be useful with new screens...
Check out the following link for a simple example of how to use the datagrid with a little less work then you may be using.
http://www.ondotnet.com/pub/a/dotnet/2003/02/24/aspdatactl.html
In addition, these next two links review the DataList and DataRepeater, options other then the datagrid
http://www.ondotnet.com/pub/a/dotnet/2003/03/03/repeater.html
http://www.ondotnet.com/pub/a/dotnet/2003/03/10/datalist.html
Check out the following link for a simple example of how to use the datagrid with a little less work then you may be using.
http://www.ondotnet.com/pub/a/dotnet/2003/02/24/aspdatactl.html
In addition, these next two links review the DataList and DataRepeater, options other then the datagrid
http://www.ondotnet.com/pub/a/dotnet/2003/03/03/repeater.html
http://www.ondotnet.com/pub/a/dotnet/2003/03/10/datalist.html
Comments:
<< Home
This is a nice way to do it when everything is totally simple (no drop down lists etc). There probably is a way to do this too using this method but this article doesn't discuss it so I'm sticking with our other way.
Post a Comment
<< Home
