Click here to Skip to main content
16,014,294 members
Home / Discussions / C#
   

C#

 
QuestionHighlight an item in a listview Pin
NewbieDude17-May-06 23:35
NewbieDude17-May-06 23:35 
AnswerRe: Highlight an item in a listview Pin
rah_sin17-May-06 23:46
professionalrah_sin17-May-06 23:46 
AnswerRe: Highlight an item in a listview Pin
Leyu18-May-06 8:23
Leyu18-May-06 8:23 
QuestionFolderBrowserDialog Pin
Talktorajeev17-May-06 23:31
Talktorajeev17-May-06 23:31 
AnswerRe: FolderBrowserDialog Pin
alexey N18-May-06 0:41
alexey N18-May-06 0:41 
QuestionFolks,FolderBrowserDialog Pin
Talktorajeev17-May-06 23:29
Talktorajeev17-May-06 23:29 
QuestionProblem in Data base Pin
Ashraj198217-May-06 23:23
Ashraj198217-May-06 23:23 
AnswerRe: Problem in Data base Pin
Colin Angus Mackay17-May-06 23:38
Colin Angus Mackay17-May-06 23:38 
Ashraj1982 wrote:
Can any one tell me how to check for the end of row condition in the data base table using c#.
Is there any function like Movenext() to fetch next row values from the table?


It all depends on how you are getting the data out of the database in the first place.

It sounds like you are using a DataReader. The DataReader.Read() pulls in the next row from the database. It returns true if a row was fetched or false if there are no more rows.

Does this help?


"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)

My: Website | Blog
AnswerRe: How to retrieve string value from resource file into text control? Pin
stancrm18-May-06 2:39
stancrm18-May-06 2:39 
GeneralRe: How to retrieve string value from resource file into text control? Pin
WCup18-May-06 16:30
WCup18-May-06 16:30 
GeneralRe: How to retrieve string value from resource file into text control? Pin
stancrm18-May-06 20:05
stancrm18-May-06 20:05 
QuestionOffice Development 2005 Pin
kiran.v.nair17-May-06 23:10
kiran.v.nair17-May-06 23:10 
AnswerRe: Office Development 2005 Pin
alexey N18-May-06 1:39
alexey N18-May-06 1:39 
QuestionTwo Qs' about exporting to an .xsl file Pin
livez17-May-06 23:01
livez17-May-06 23:01 
AnswerRe: Two Qs' about exporting to an .xsl file Pin
Christian Graus17-May-06 23:26
protectorChristian Graus17-May-06 23:26 
AnswerRe: Two Qs' about exporting to an .xsl file Pin
Stefan Troschuetz17-May-06 23:29
Stefan Troschuetz17-May-06 23:29 
GeneralRe: Two Qs' about exporting to an .xsl file Pin
livez17-May-06 23:49
livez17-May-06 23:49 
QuestionHow to restrict to paste text into a text box Pin
Ravi Kumar Neelam17-May-06 22:55
Ravi Kumar Neelam17-May-06 22:55 
AnswerRe: How to restrict to paste text into a text box Pin
sathish s18-May-06 1:20
sathish s18-May-06 1:20 
Questionhowto show form1 if form2 closed ? help please... Pin
cmpeng3417-May-06 22:54
cmpeng3417-May-06 22:54 
AnswerRe: howto show form1 if form2 closed ? help please... Pin
Stefan Troschuetz17-May-06 23:24
Stefan Troschuetz17-May-06 23:24 
GeneralMessage Closed Pin
18-May-06 0:36
cmpeng3418-May-06 0:36 
GeneralRe: howto show form1 if form2 closed ? help please... Pin
Stefan Troschuetz18-May-06 0:48
Stefan Troschuetz18-May-06 0:48 
AnswerRe: howto show form1 if form2 closed ? help please... Pin
stancrm18-May-06 3:28
stancrm18-May-06 3:28 
AnswerRe: howto show form1 if form2 closed ? help please... Pin
stancrm18-May-06 20:00
stancrm18-May-06 20:00 

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.