Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Pixel Width of a string Pin
Mike Poz14-Jun-06 18:33
Mike Poz14-Jun-06 18:33 
QuestionHow to program Finger Scanner?? Pin
Claton14-Jun-06 16:44
Claton14-Jun-06 16:44 
AnswerRe: How to program Finger Scanner?? Pin
Judah Gabriel Himango14-Jun-06 16:48
sponsorJudah Gabriel Himango14-Jun-06 16:48 
Questionfrom a textbox to another textbox...pls help Pin
NoobNooberNoobest14-Jun-06 15:47
NoobNooberNoobest14-Jun-06 15:47 
AnswerRe: from a textbox to another textbox...pls help [modified] Pin
Graham Nimbley14-Jun-06 16:09
Graham Nimbley14-Jun-06 16:09 
GeneralRe: from a textbox to another textbox...pls help Pin
NoobNooberNoobest14-Jun-06 16:40
NoobNooberNoobest14-Jun-06 16:40 
AnswerRe: from a textbox to another textbox...pls help Pin
YogeshRT15-Jun-06 20:41
YogeshRT15-Jun-06 20:41 
QuestionRE: show SQL select data in textboxes Pin
Saamir14-Jun-06 14:16
Saamir14-Jun-06 14:16 
Hi there!
Please help, I am trying to show the data from an SQL select statement into textboxes.

Here is what I have so far:


SqlConnection conn = new SqlConnection("Data Source=(local);Initial Catalog=CB;Integrated Security=SSPI;");
conn.Open();
SqlCommand cmd = new SqlCommand("SELECT * FROM tblCB WHERE CBID='"+ this.CBID.Text +"'", conn);


cmd.ExecuteNonQuery();
conn.Close();



sasa
AnswerRe: RE: show SQL select data in textboxes Pin
Graham Nimbley14-Jun-06 16:22
Graham Nimbley14-Jun-06 16:22 
GeneralRe: RE: show SQL select data in textboxes Pin
Saamir14-Jun-06 18:11
Saamir14-Jun-06 18:11 
Questionremoving Quotation marks ("") when parsing Pin
minnie mouse14-Jun-06 14:06
minnie mouse14-Jun-06 14:06 
AnswerRe: removing Quotation marks ("") when parsing Pin
Graham Nimbley14-Jun-06 16:15
Graham Nimbley14-Jun-06 16:15 
GeneralRe: removing Quotation marks ("") when parsing Pin
minnie mouse15-Jun-06 11:39
minnie mouse15-Jun-06 11:39 
GeneralRe: removing Quotation marks ("") when parsing [modified] Pin
Graham Nimbley15-Jun-06 11:45
Graham Nimbley15-Jun-06 11:45 
GeneralRe: removing Quotation marks ("") when parsing Pin
minnie mouse15-Jun-06 23:03
minnie mouse15-Jun-06 23:03 
QuestionC# and hyper Terminal?? Pin
keroed_edmond14-Jun-06 13:44
keroed_edmond14-Jun-06 13:44 
QuestionURL collector [modified] Pin
Bilal Farooq14-Jun-06 12:36
Bilal Farooq14-Jun-06 12:36 
AnswerRe: URL collector Pin
Graham Nimbley14-Jun-06 16:29
Graham Nimbley14-Jun-06 16:29 
QuestionEmbarrassed - Simple Form Question Pin
Malcolm Smart14-Jun-06 10:49
Malcolm Smart14-Jun-06 10:49 
AnswerRe: Embarrassed - Simple Form Question Pin
donkaiser14-Jun-06 11:08
donkaiser14-Jun-06 11:08 
AnswerRe: Embarrassed - Simple Form Question Pin
kasik14-Jun-06 12:08
kasik14-Jun-06 12:08 
GeneralRe: Embarrassed - Simple Form Question Pin
Malcolm Smart14-Jun-06 20:44
Malcolm Smart14-Jun-06 20:44 
QuestionShape in VS2005 Pin
donkaiser14-Jun-06 10:47
donkaiser14-Jun-06 10:47 
QuestionUsing Return Value ... [modified] Pin
mostafa_h14-Jun-06 10:16
mostafa_h14-Jun-06 10:16 
AnswerRe: Using Return Value ... Pin
Elina Blank14-Jun-06 10:49
sitebuilderElina Blank14-Jun-06 10:49 

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.