No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
hi all, i have some dates in my dataset n i want to filter it with 'between' keyword like this: [code] dataset.Tables[Table_Name].DefaultView.RowFilter = "DATE BETWEEN '"+startDate.ToShortDateString() +"' AND '"+endDate.ToShortDateString()+"'"; [/code] But rowfilter doesnot support between keyword.. so i tried this: [code] dataset.Tables[Table_Name].DefaultView.RowFilter = "'" +startDate.ToShortDateString() + "'<=DATE AND DATE<='" + …
hi, i can't help u until i see wat u've done...but here's a link... i had the same problem in crystal reports and i searched alot and found this tutorial on msdn and it worked.. just follow the steps accurately.. it won't take time... [url]http://msdn.microsoft.com/en-us/library/ms227662(v=VS.90).aspx[/url] best ov luk
The End.
Syeda.farwa