Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~367 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for Syeda.farwa

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<='" + …

Member Avatar for Syeda.farwa
0
142
Member Avatar for thandwandim

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

Member Avatar for Syeda.farwa
0
225

The End.