Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Determining dependent DLLs Pin
Heath Stewart17-Nov-03 7:07
protectorHeath Stewart17-Nov-03 7:07 
GeneralTop most form Pin
Judah Gabriel Himango17-Nov-03 5:29
sponsorJudah Gabriel Himango17-Nov-03 5:29 
GeneralRe: Top most form Pin
Heath Stewart17-Nov-03 6:06
protectorHeath Stewart17-Nov-03 6:06 
GeneralRe: Top most form Pin
Judah Gabriel Himango17-Nov-03 8:12
sponsorJudah Gabriel Himango17-Nov-03 8:12 
GeneralRe: Top most form Pin
Roger Stewart17-Nov-03 9:12
professionalRoger Stewart17-Nov-03 9:12 
GeneralRe: Top most form Pin
Judah Gabriel Himango17-Nov-03 9:21
sponsorJudah Gabriel Himango17-Nov-03 9:21 
Generalpassing TimeSpan in a RowFilter Expression Pin
nedeus17-Nov-03 0:31
nedeus17-Nov-03 0:31 
GeneralRe: passing TimeSpan in a RowFilter Expression Pin
Heath Stewart17-Nov-03 3:07
protectorHeath Stewart17-Nov-03 3:07 
A TimeSpan itself is not valid in an expression. See the DataColumn.Expression documentation for details about valid expressions.

Depending on your needs, though, you could calculate a particular pair of dates then do a filter like:
myDataView.Filter = "PurchaseDate >= #1/1/2000# AND PurchaseDate < #1/1/2004#";
substituting the given dates with your variables (use string.Format or a StringBuilder rather than multiple concatenations which is very ineffecient).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: passing TimeSpan in a RowFilter Expression Pin
Anonymous17-Nov-03 3:30
Anonymous17-Nov-03 3:30 
GeneralArgumentOutOfRangeException Pin
Mertli Ozgur Nevres16-Nov-03 21:49
Mertli Ozgur Nevres16-Nov-03 21:49 
GeneralRe: ArgumentOutOfRangeException Pin
Heath Stewart17-Nov-03 2:49
protectorHeath Stewart17-Nov-03 2:49 
GeneralRe: ArgumentOutOfRangeException Pin
Mertli Ozgur Nevres17-Nov-03 3:05
Mertli Ozgur Nevres17-Nov-03 3:05 
GeneralRe: ArgumentOutOfRangeException Pin
Heath Stewart17-Nov-03 3:23
protectorHeath Stewart17-Nov-03 3:23 
QuestionHow do I compile C# ? Pin
tom7616-Nov-03 21:19
tom7616-Nov-03 21:19 
AnswerRe: How do I compile C# ? Pin
Corinna John16-Nov-03 22:51
Corinna John16-Nov-03 22:51 
GeneralRe: How do I compile C# ? Pin
tom7616-Nov-03 23:13
tom7616-Nov-03 23:13 
GeneralRe: How do I compile C# ? Pin
Heath Stewart17-Nov-03 2:41
protectorHeath Stewart17-Nov-03 2:41 
GeneralRe: How do I compile C# ? Pin
tom7617-Nov-03 3:00
tom7617-Nov-03 3:00 
GeneralControl border Pin
Bhangorix16-Nov-03 19:55
Bhangorix16-Nov-03 19:55 
GeneralRe: Control border Pin
Corinna John16-Nov-03 22:55
Corinna John16-Nov-03 22:55 
GeneralRe: Control border Pin
Bhangorix17-Nov-03 14:43
Bhangorix17-Nov-03 14:43 
General&quot;The request failed with http status 404: Not Found&quot; Pin
kissa16-Nov-03 17:25
kissa16-Nov-03 17:25 
GeneralRe: &quot;The request failed with http status 404: Not Found&quot; Pin
Heath Stewart17-Nov-03 2:38
protectorHeath Stewart17-Nov-03 2:38 
GeneralRe: &quot;The request failed with http status 404: Not Found&quot; Pin
kissa17-Nov-03 17:21
kissa17-Nov-03 17:21 
General,Http 404 error Pin
kissa16-Nov-03 17:21
kissa16-Nov-03 17:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.