Click here to Skip to main content
15,888,286 members
Home / Discussions / C#
   

C#

 
GeneralRe: .LastIndexOf("%") Pin
EliottA23-Jun-09 9:07
EliottA23-Jun-09 9:07 
GeneralRe: .LastIndexOf("%") Pin
Jasmine Pomelo23-Jun-09 9:09
Jasmine Pomelo23-Jun-09 9:09 
GeneralRe: .LastIndexOf("%") Pin
Luc Pattyn23-Jun-09 9:18
sitebuilderLuc Pattyn23-Jun-09 9:18 
Question[Message Deleted] Pin
Gilberto Muñoz23-Jun-09 7:38
Gilberto Muñoz23-Jun-09 7:38 
AnswerRe: convert from php to c# Pin
Ennis Ray Lynch, Jr.23-Jun-09 7:59
Ennis Ray Lynch, Jr.23-Jun-09 7:59 
AnswerRe: convert from php to c# Pin
EliottA23-Jun-09 9:00
EliottA23-Jun-09 9:00 
AnswerRe: [Message Deleted] Pin
EliottA23-Jun-09 9:13
EliottA23-Jun-09 9:13 
Questionhow can i get data from SQL northwind.sdf into the textBox ????????? need help Pin
dimo198223-Jun-09 7:37
dimo198223-Jun-09 7:37 
Hello Everybody

I have a problem with retreiving data from Example Northwind.sdf database I need your help please !!!!

I`m very new to C# sharp so please be understanding.

So far I got a connection but cannot manage to get data into the text box(i`m using Microsoft Visual C# 2008 Express Edition) I looked into hundreds of examples and still nothing...

this is my CODE



-----------------

private void getDataButtton_Click(object sender, EventArgs e)<br />
{<br />
string conString = Properties.Settings.Default.NorthwindConnectionString;<br />
using (SqlCeConnection connect = new SqlCeConnection(conString))<br />
{<br />
try<br />
{<br />
connect.Open();<br />
MessageBox.Show("Connection Established");<br />
<br />
.....................<br />
.....................<br />
.....................<br />
<br />
}<br />
catch<br />
  {<br />
   MessageBox.Show("Connection Error!!!");<br />
  }<br />
}<br />
}


Dim
AnswerRe: how can i get data from SQL northwind.sdf into the textBox ????????? need help Pin
dan!sh 23-Jun-09 8:02
professional dan!sh 23-Jun-09 8:02 
GeneralRe: how can i get data from SQL northwind.sdf into the textBox ????????? need help Pin
dimo198223-Jun-09 8:37
dimo198223-Jun-09 8:37 
GeneralRe: how can i get data from SQL northwind.sdf into the textBox ????????? need help Pin
Eddy Vluggen23-Jun-09 9:23
professionalEddy Vluggen23-Jun-09 9:23 
AnswerRe: how can i get data from SQL northwind.sdf into the textBox ????????? need help Pin
EliottA23-Jun-09 9:03
EliottA23-Jun-09 9:03 
GeneralRe: how can i get data from SQL northwind.sdf into the textBox ????????? need help Pin
dimo198223-Jun-09 13:03
dimo198223-Jun-09 13:03 
QuestionGetting the last line in a string Pin
Jasmine Pomelo23-Jun-09 6:56
Jasmine Pomelo23-Jun-09 6:56 
AnswerRe: Getting the last line in a string Pin
EliottA23-Jun-09 7:06
EliottA23-Jun-09 7:06 
AnswerRe: Getting the last line in a string Pin
Luc Pattyn23-Jun-09 7:36
sitebuilderLuc Pattyn23-Jun-09 7:36 
AnswerRe: Getting the last line in a string Pin
dan!sh 23-Jun-09 8:17
professional dan!sh 23-Jun-09 8:17 
Questionto know about virtual, override & protected Pin
Niton9023-Jun-09 6:50
Niton9023-Jun-09 6:50 
AnswerRe: to know about virtual, override & protected Pin
Luc Pattyn23-Jun-09 6:53
sitebuilderLuc Pattyn23-Jun-09 6:53 
AnswerRe: to know about virtual, override & protected Pin
Roland Szigeti23-Jun-09 7:03
Roland Szigeti23-Jun-09 7:03 
QuestionSomeBody said, "Please please please, dont mention his name. He might come back again"..... Pin
Rajdeep.NET23-Jun-09 6:37
Rajdeep.NET23-Jun-09 6:37 
AnswerRe: SomeBody said, "Please please please, dont mention his name. He might come back again"..... Pin
EliottA23-Jun-09 6:47
EliottA23-Jun-09 6:47 
AnswerRe: SomeBody said, "Please please please, dont mention his name. He might come back again"..... Pin
fly90423-Jun-09 7:36
fly90423-Jun-09 7:36 
AnswerRe: SomeBody said, "Please please please, dont mention his name. He might come back again"..... Pin
OriginalGriff23-Jun-09 9:47
mveOriginalGriff23-Jun-09 9:47 
AnswerRe: SomeBody said, "Please please please, dont mention his name. He might come back again"..... Pin
Henry Minute23-Jun-09 12:13
Henry Minute23-Jun-09 12:13 

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.