Click here to Skip to main content
15,908,776 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to find 24Hrs Back Time Pin
Guffa5-Jul-06 4:07
Guffa5-Jul-06 4:07 
QuestionProblem with Diagnostics.Process Pin
suguimoto5-Jul-06 3:28
suguimoto5-Jul-06 3:28 
AnswerRe: Problem with Diagnostics.Process Pin
S. Senthil Kumar5-Jul-06 5:06
S. Senthil Kumar5-Jul-06 5:06 
QuestionSeeking Input value from Dialog box but not closing it Pin
For_IT5-Jul-06 3:20
For_IT5-Jul-06 3:20 
AnswerRe: Seeking Input value from Dialog box but not closing it Pin
stancrm5-Jul-06 3:54
stancrm5-Jul-06 3:54 
AnswerRe: Seeking Input value from Dialog box but not closing it Pin
BoneSoft5-Jul-06 4:09
BoneSoft5-Jul-06 4:09 
QuestionHow to show login prompt when accessing database? [modified] Pin
jazzka5-Jul-06 2:32
jazzka5-Jul-06 2:32 
AnswerRe: How to show login prompt when accessing database? Pin
Colin Angus Mackay5-Jul-06 2:47
Colin Angus Mackay5-Jul-06 2:47 
jaskatpl wrote:
This kind of login form would be useful especially in situation when I get default connectionstring with Integrated Security=SSPI and that doesn't work...


This is not a "default" connection. It means you connect using the rights associated with the security context the calling application is running within. Typically, for a windows application, this will be the account you logged on with.


jaskatpl wrote:
C# connection object doesn't have properties property??


C# is a language, the .NET Framework has a number of connection classes. I'm assuming you are referring to SqlConnection. You can set the connection string to contain a username and password if you want. All you have to do then is to create a dialog to accept a username and password and use that when you are building a connection string.




Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog
GeneralRe: How to show login prompt when accessing database? Pin
jazzka5-Jul-06 3:08
jazzka5-Jul-06 3:08 
GeneralRe: How to show login prompt when accessing database? Pin
Colin Angus Mackay5-Jul-06 9:21
Colin Angus Mackay5-Jul-06 9:21 
GeneralRe: How to show login prompt when accessing database? [modified] Pin
jazzka5-Jul-06 19:58
jazzka5-Jul-06 19:58 
GeneralRe: How to show login prompt when accessing database? Pin
Colin Angus Mackay5-Jul-06 20:32
Colin Angus Mackay5-Jul-06 20:32 
GeneralRe: How to show login prompt when accessing database? Pin
jazzka5-Jul-06 21:08
jazzka5-Jul-06 21:08 
GeneralRe: How to show login prompt when accessing database? Pin
Colin Angus Mackay6-Jul-06 8:02
Colin Angus Mackay6-Jul-06 8:02 
QuestionC# Datagrid Search Pin
Gammaza5-Jul-06 2:14
Gammaza5-Jul-06 2:14 
AnswerRe: C# Datagrid Search Pin
Tim Kohler5-Jul-06 2:56
Tim Kohler5-Jul-06 2:56 
GeneralRe: C# Datagrid Search Pin
Gammaza5-Jul-06 3:05
Gammaza5-Jul-06 3:05 
AnswerRe: C# Datagrid Search Pin
Robert Rohde5-Jul-06 3:56
Robert Rohde5-Jul-06 3:56 
GeneralRe: C# Datagrid Search Pin
Gammaza5-Jul-06 4:04
Gammaza5-Jul-06 4:04 
QuestionDrag and drop function Pin
Joyeo5-Jul-06 1:56
Joyeo5-Jul-06 1:56 
QuestionDate Time in c# Pin
Rajesh_K_Sharma5-Jul-06 1:45
Rajesh_K_Sharma5-Jul-06 1:45 
AnswerRe: Date Time in c# Pin
stancrm5-Jul-06 1:56
stancrm5-Jul-06 1:56 
AnswerRe: Date Time in c# Pin
MCSD-Gandalf5-Jul-06 1:59
MCSD-Gandalf5-Jul-06 1:59 
AnswerRe: Date Time in c# Pin
engsrini5-Jul-06 2:02
engsrini5-Jul-06 2:02 
AnswerRe: Date Time in c# Pin
Gammaza5-Jul-06 2:09
Gammaza5-Jul-06 2:09 

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.