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;
Posted by ramakant at 1:10 AM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2010 (2)
    • ►  November (1)
    • ►  August (1)
  • ►  2009 (3)
    • ►  February (1)
    • ►  January (2)
  • ►  2008 (21)
    • ►  July (4)
    • ►  June (3)
    • ►  May (7)
    • ►  April (7)
  • ►  2006 (3)
    • ►  July (2)
    • ►  March (1)
  • ▼  2005 (3)
    • ▼  May (2)
      • dataview as a datasource
      • creating a pop up calendar control in ASP.net
    • ►  March (1)

About Me

ramakant
View my complete profile
Simple theme. Powered by Blogger.