Click here to Skip to main content
15,911,789 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamic Button Loop Pin
Anthony Mushrow27-Oct-07 13:00
professionalAnthony Mushrow27-Oct-07 13:00 
AnswerRe: Dynamic Button Loop Pin
Hesham Amin27-Oct-07 10:23
Hesham Amin27-Oct-07 10:23 
AnswerRe: Dynamic Button Loop Pin
Michael Fritzius30-Oct-07 7:38
professionalMichael Fritzius30-Oct-07 7:38 
QuestionRe:Authenticating users using a customised internet dialers. Pin
RameshwerE27-Oct-07 8:29
RameshwerE27-Oct-07 8:29 
AnswerRe: Re:Authenticating users using a customised internet dialers. Pin
Paul Conrad28-Oct-07 6:37
professionalPaul Conrad28-Oct-07 6:37 
GeneralRe: Re:Authenticating users using a customised internet dialers. Pin
RameshwerE28-Oct-07 20:40
RameshwerE28-Oct-07 20:40 
QuestionHow to Connect to a Remote Database from a WebService? Pin
humblepgmr27-Oct-07 7:39
humblepgmr27-Oct-07 7:39 
AnswerRe: How to Connect to a Remote Database from a WebService? Pin
RameshwerE27-Oct-07 8:13
RameshwerE27-Oct-07 8:13 
It is just like connecting to a remote database from your application means in the connection string you have to give the database systemname on which system it is deployed ,like its systemname or IP address.

For example in ur connection string u have provide the parametres like

Sqlconnection _connetcion=new sqlconnection("Server=SystemName;Initial Catalog=DatabaseName;User Id=sa; Password=;")
I hope this will works for you.
More over give this connection strings in your web.config file so that you can refer it all over the function and mainatainace will be easier if your database is moved to other systems in the future.
Sorry for my poor english Smile | :)

Happy programming.

Cheers,
AnswerRe: How to Connect to a Remote Database from a WebService? Pin
Paul Conrad27-Oct-07 8:28
professionalPaul Conrad27-Oct-07 8:28 
QuestionTO disable ALT+F4 Pin
tahir_makhdoom27-Oct-07 6:36
tahir_makhdoom27-Oct-07 6:36 
AnswerRe: TO disable ALT+F4 Pin
Anthony Mushrow27-Oct-07 7:02
professionalAnthony Mushrow27-Oct-07 7:02 
GeneralRe: TO disable ALT+F4 Pin
Paul Conrad27-Oct-07 8:29
professionalPaul Conrad27-Oct-07 8:29 
AnswerRe: TO disable ALT+F4 Pin
Paul Conrad27-Oct-07 8:30
professionalPaul Conrad27-Oct-07 8:30 
AnswerRe: TO disable ALT+F4 Pin
PIEBALDconsult28-Oct-07 5:48
mvePIEBALDconsult28-Oct-07 5:48 
QuestionBeginner - C# and web application Pin
xkrja27-Oct-07 4:57
xkrja27-Oct-07 4:57 
AnswerRe: Beginner - C# and web application Pin
Assaf8227-Oct-07 5:11
Assaf8227-Oct-07 5:11 
AnswerRe: Beginner - C# and web application Pin
Paul Conrad27-Oct-07 12:16
professionalPaul Conrad27-Oct-07 12:16 
QuestionRegarding validation routienes in c#.net windows Pin
praveenkumar palla27-Oct-07 4:47
praveenkumar palla27-Oct-07 4:47 
AnswerRe: Regarding validation routienes in c#.net windows Pin
Paul Conrad27-Oct-07 11:14
professionalPaul Conrad27-Oct-07 11:14 
QuestionDataSet By Code Vs DataSet By Wizard Pin
Assaf8227-Oct-07 4:46
Assaf8227-Oct-07 4:46 
AnswerRe: DataSet By Code Vs DataSet By Wizard Pin
Colin Angus Mackay27-Oct-07 5:11
Colin Angus Mackay27-Oct-07 5:11 
AnswerRe: DataSet By Code Vs DataSet By Wizard Pin
Paul Conrad27-Oct-07 8:31
professionalPaul Conrad27-Oct-07 8:31 
GeneralRe: DataSet By Code Vs DataSet By Wizard Pin
Assaf8227-Oct-07 8:48
Assaf8227-Oct-07 8:48 
GeneralRe: DataSet By Code Vs DataSet By Wizard Pin
Assaf8227-Oct-07 9:13
Assaf8227-Oct-07 9:13 
QuestionItemActivate of directory browser Pin
gerbenschmidt27-Oct-07 4:34
gerbenschmidt27-Oct-07 4:34 

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.