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

C#

 
GeneralRe: Overriding Equals and ArrayList.Contains(object) Pin
HahnTech12-Nov-04 9:55
HahnTech12-Nov-04 9:55 
Generalprint to file Pin
cmarmr11-Nov-04 15:08
cmarmr11-Nov-04 15:08 
Generalarray question Pin
Anonymous11-Nov-04 14:44
Anonymous11-Nov-04 14:44 
GeneralRe: array question Pin
Christian Graus11-Nov-04 14:55
protectorChristian Graus11-Nov-04 14:55 
GeneralRe: array question Pin
Skynyrd11-Nov-04 22:52
Skynyrd11-Nov-04 22:52 
GeneralPrinting ListView Text - Align Column Text Pin
myNameIsRon11-Nov-04 13:33
myNameIsRon11-Nov-04 13:33 
Generalremote message queue delay Pin
cchere11-Nov-04 11:47
cchere11-Nov-04 11:47 
QuestionSelect Top 10 in a dataTable??? Pin
luckyShek11-Nov-04 10:27
luckyShek11-Nov-04 10:27 
Hi! I want to select only 10 rows from a dataTable each time, just as from a database("SELECT TOP 10 FROM orders WHERE ID <100 ORDER BY ID"). for example:

DataTable myTable = new DataTable("orders");
DataRow[] rows = myTable.Select("TOP 10 ID < 100");
1)How can I write the correct statement.
2)Can I ues "TOP" key word or there's other way to do it?

Thank you very much.Rose | [Rose]
AnswerRe: Select Top 10 in a dataTable??? Pin
HahnTech11-Nov-04 18:10
HahnTech11-Nov-04 18:10 
GeneralRe: Invisible items on combobox in windows forms. Pin
Filipe Peixinho11-Nov-04 10:14
Filipe Peixinho11-Nov-04 10:14 
QuestionHow do we call methods in DLL's using a string for the method name? Pin
rudy.net11-Nov-04 8:49
rudy.net11-Nov-04 8:49 
AnswerRe: How do we call methods in DLL's using a string for the method name? Pin
Stefan Troschuetz11-Nov-04 21:18
Stefan Troschuetz11-Nov-04 21:18 
GeneralRe: How do we call methods in DLL's using a string for the method name? Pin
rudy.net12-Nov-04 10:48
rudy.net12-Nov-04 10:48 
QuestionWhere is the error ? Pin
Vector711-Nov-04 6:12
Vector711-Nov-04 6:12 
AnswerRe: Where is the error ? Pin
Steven Campbell11-Nov-04 6:44
Steven Campbell11-Nov-04 6:44 
GeneralRe: Where is the error ? Pin
Heath Stewart11-Nov-04 7:28
protectorHeath Stewart11-Nov-04 7:28 
GeneralRe: Where is the error ? Pin
Vector711-Nov-04 7:35
Vector711-Nov-04 7:35 
GeneralRe: Where is the error ? Pin
Heath Stewart11-Nov-04 7:39
protectorHeath Stewart11-Nov-04 7:39 
GeneralRe: Where is the error ? Pin
Vector711-Nov-04 7:51
Vector711-Nov-04 7:51 
GeneralRe: Where is the error ? Pin
Heath Stewart11-Nov-04 8:06
protectorHeath Stewart11-Nov-04 8:06 
GeneralSubmitting an HTML form within c# Pin
wolfklinker11-Nov-04 6:07
wolfklinker11-Nov-04 6:07 
GeneralRe: Submitting an HTML form within c# Pin
Heath Stewart11-Nov-04 7:26
protectorHeath Stewart11-Nov-04 7:26 
GeneralRe: Submitting an HTML form within c# Pin
Kraki11-Nov-04 8:31
Kraki11-Nov-04 8:31 
GeneralRe: Submitting an HTML form within c# Pin
Kraki11-Nov-04 8:42
Kraki11-Nov-04 8:42 
GeneralC#.NET Word adding a paragraph Pin
Nick Ingratta11-Nov-04 6:05
Nick Ingratta11-Nov-04 6:05 

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.