Click here to Skip to main content
15,919,245 members
Home / Discussions / C#
   

C#

 
AnswerRe: select all, copy the parent and nodes in treeview and p Pin
Stuart Campbell3-Mar-09 12:49
Stuart Campbell3-Mar-09 12:49 
QuestionCapturing DSL Data Pin
Muammar©3-Mar-09 7:45
Muammar©3-Mar-09 7:45 
QuestionConvert a pdf file to picture format Pin
abbd3-Mar-09 7:28
abbd3-Mar-09 7:28 
AnswerRe: Convert a pdf file to picture format Pin
Yusuf3-Mar-09 8:25
Yusuf3-Mar-09 8:25 
QuestionRe: Convert a pdf file to picture format Pin
abbd3-Mar-09 8:56
abbd3-Mar-09 8:56 
AnswerRe: Convert a pdf file to picture format Pin
Yusuf3-Mar-09 9:46
Yusuf3-Mar-09 9:46 
QuestionRe: Convert a pdf file to picture format Pin
abbd3-Mar-09 9:51
abbd3-Mar-09 9:51 
AnswerRe: Convert a pdf file to picture format Pin
Yusuf3-Mar-09 10:01
Yusuf3-Mar-09 10:01 
QuestionRe: Convert a pdf file to picture format Pin
abbd3-Mar-09 10:15
abbd3-Mar-09 10:15 
AnswerRe: Convert a pdf file to picture format Pin
Yusuf3-Mar-09 10:19
Yusuf3-Mar-09 10:19 
QuestionRe: Convert a pdf file to picture format Pin
abbd3-Mar-09 10:57
abbd3-Mar-09 10:57 
AnswerRe: Convert a pdf file to picture format Pin
Christian Graus3-Mar-09 11:04
protectorChristian Graus3-Mar-09 11:04 
GeneralRe: Convert a pdf file to picture format Pin
Yusuf3-Mar-09 11:12
Yusuf3-Mar-09 11:12 
GeneralRe: Convert a pdf file to picture format Pin
Christian Graus3-Mar-09 11:15
protectorChristian Graus3-Mar-09 11:15 
GeneralRe: Convert a pdf file to picture format Pin
Yusuf3-Mar-09 11:48
Yusuf3-Mar-09 11:48 
AnswerRe: Convert a pdf file to picture format Pin
Yusuf3-Mar-09 11:05
Yusuf3-Mar-09 11:05 
GeneralRe: Convert a pdf file to picture format Pin
abbd3-Mar-09 21:58
abbd3-Mar-09 21:58 
QuestionRe: Convert a pdf file to picture format Pin
abbd4-Mar-09 3:08
abbd4-Mar-09 3:08 
QuestionPopulating Data from MS Access Pin
haroon19803-Mar-09 6:55
haroon19803-Mar-09 6:55 
AnswerRe: Populating Data from MS Access Pin
dan!sh 3-Mar-09 7:16
professional dan!sh 3-Mar-09 7:16 
GeneralRe: Populating Data from MS Access Pin
haroon19803-Mar-09 7:35
haroon19803-Mar-09 7:35 
AnswerRe: Populating Data from MS Access Pin
Eddy Vluggen3-Mar-09 8:09
professionalEddy Vluggen3-Mar-09 8:09 
AnswerRe: Populating Data from MS Access Pin
haroon19803-Mar-09 11:38
haroon19803-Mar-09 11:38 
QuestionWriting SQL statement in C# Pin
Deepali Khalkar3-Mar-09 6:39
Deepali Khalkar3-Mar-09 6:39 
AnswerRe: Writing SQL statement in C# Pin
Yusuf3-Mar-09 8:32
Yusuf3-Mar-09 8:32 
Deepali Khalkar wrote:
the select stmt does not return the row count value) and is working fine.


So, what you saying is the code works fine but your didn't get any rows returned



Deepali Khalkar wrote:
comm.CommandText = "select * from
signuptbl where username =@uname";

What changes should be done in the above code for writing a select stmt the return the number of rows selected?


your select statement looks fine. And you mentioned it works. there is a condition on your statement

where username =@uname";


may be you don't have data that satisfied your condition.

Yusuf

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.