C#, Life, Weather, Linux
Programming in C#, Asp.net. Working
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)