Click here to Skip to main content
16,004,828 members
Home / Discussions / C#
   

C#

 
AnswerRe: inform app of changes in database content Pin
BlaiseBraye18-Jan-07 2:48
BlaiseBraye18-Jan-07 2:48 
GeneralRe: inform app of changes in database content Pin
zt.Prog18-Jan-07 3:13
zt.Prog18-Jan-07 3:13 
GeneralRe: inform app of changes in database content Pin
BlaiseBraye18-Jan-07 3:29
BlaiseBraye18-Jan-07 3:29 
AnswerRe: inform app of changes in database content Pin
Rick van Woudenberg18-Jan-07 2:53
Rick van Woudenberg18-Jan-07 2:53 
AnswerRe: SqlTriggerContext? Pin
zt.Prog20-Jan-07 23:40
zt.Prog20-Jan-07 23:40 
Questionweb service Pin
michael_jhons18-Jan-07 2:16
michael_jhons18-Jan-07 2:16 
AnswerRe: web service Pin
Rick van Woudenberg18-Jan-07 2:33
Rick van Woudenberg18-Jan-07 2:33 
Questionlogin Pin
fmardani18-Jan-07 1:56
fmardani18-Jan-07 1:56 
I have created a .net 2.0 windows application.
Trusted connection to connect to sql server.
Using sql server System_User, the application gets the loginname for the user in sql server.

Now I have created webservices to be used in this project.
It seems that I can not use my existng method (Trusted connection) to get the loginName of the user.
So in sql server, created a webuser account.
Everyone now is using the system using the webuser account.
But, this way I do not know exactly which user is using the application because all I see is webuser hitting the database through the application.
How do you suggest I log the users?
I was thinking may be I should create roles on the network. i.e. NormalUsers, managers, chairmen, etc,...
Then add the appropriate users to these roles on the network.
I can then create a login screen.
Windows application can then find the user identity. This user can then be traced from the users table in sql server and get it's ID. ID can be used to be inserted into the Audit table.
What do you think please?
THnaks

AnswerRe: login Pin
Dustin Metzgar18-Jan-07 3:23
Dustin Metzgar18-Jan-07 3:23 
Questionhow to change text box.text when textbox are disabled. Pin
sumit_kumar18-Jan-07 1:33
sumit_kumar18-Jan-07 1:33 
AnswerRe: how to change text box.text when textbox are disabled. Pin
Christian Graus18-Jan-07 1:47
protectorChristian Graus18-Jan-07 1:47 
GeneralRe: how to change text box.text when textbox are disabled. Pin
Rick van Woudenberg18-Jan-07 2:24
Rick van Woudenberg18-Jan-07 2:24 
GeneralRe: how to change text box.text when textbox are disabled. Pin
V.18-Jan-07 3:33
professionalV.18-Jan-07 3:33 
GeneralRe: how to change text box.text when textbox are disabled. Pin
Christian Graus18-Jan-07 9:21
protectorChristian Graus18-Jan-07 9:21 
QuestionTo write file to other system on LAN Pin
RimiAsh18-Jan-07 1:30
RimiAsh18-Jan-07 1:30 
AnswerRe: To write file to other system on LAN Pin
Dustin Metzgar18-Jan-07 3:28
Dustin Metzgar18-Jan-07 3:28 
GeneralRe: To write file to other system on LAN Pin
RimiAsh20-Jan-07 5:46
RimiAsh20-Jan-07 5:46 
GeneralRe: To write file to other system on LAN Pin
Dustin Metzgar20-Jan-07 10:54
Dustin Metzgar20-Jan-07 10:54 
QuestionHow I can add seperator between two buttons on toolbar Pin
amitrajput28418-Jan-07 1:08
amitrajput28418-Jan-07 1:08 
AnswerRe: How I can add seperator between two buttons on toolbar Pin
Rick van Woudenberg18-Jan-07 1:16
Rick van Woudenberg18-Jan-07 1:16 
GeneralRe: How I can add seperator between two buttons on toolbar Pin
amitrajput28418-Jan-07 1:25
amitrajput28418-Jan-07 1:25 
GeneralRe: How I can add seperator between two buttons on toolbar Pin
Abisodun18-Jan-07 1:56
Abisodun18-Jan-07 1:56 
AnswerRe: How I can add seperator between two buttons on toolbar Pin
ShermansLagoon18-Jan-07 1:46
ShermansLagoon18-Jan-07 1:46 
QuestionNo automatic close menus [modified] Pin
nadapublicidad18-Jan-07 0:48
nadapublicidad18-Jan-07 0:48 
AnswerRe: No automatic close menus Pin
Rick van Woudenberg18-Jan-07 0:53
Rick van Woudenberg18-Jan-07 0:53 

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.