Monday, May 16, 2005

dataview as a datasource

DataView dv = new DataView();
//Dataview and the stuff
dv.Table=ds.Tables[0];
dv.RowFilter="age=20";
DataGrid1.DataSource=dv;

Wednesday, May 11, 2005

creating a pop up calendar control in ASP.net

the following links seems to be a viable option for a postback less date popup http://www.developer.com/net/asp/article.php/3327181

Sunday, March 27, 2005

new liks

here is a few things that i like on the net
its a link that contains an extended datagrid that allows custom controls in a grid.
http://dotnet.leadit.be/extendeddatagrid/

some c# faqs that i like
http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q1075q