Click here to Skip to main content
15,906,467 members
Home / Discussions / C#
   

C#

 
QuestionHow to correct error Pin
usmanehsan26-May-08 20:22
usmanehsan26-May-08 20:22 
AnswerRe: How to correct error Pin
Nouman Bhatti26-May-08 20:26
Nouman Bhatti26-May-08 20:26 
QuestionHow to run your C# Application as Administrator in Vista? Pin
lovnin26-May-08 19:51
lovnin26-May-08 19:51 
AnswerRe: How to run your C# Application as Administrator in Vista? Pin
mav.northwind27-May-08 3:36
mav.northwind27-May-08 3:36 
QuestionHow to restrict other users to update the data, while one is doing updation in disconnected mode of database Pin
Krish Agn26-May-08 19:21
Krish Agn26-May-08 19:21 
AnswerRe: How to restrict other users to update the data, while one is doing updation in disconnected mode of database Pin
Ashfield26-May-08 21:20
Ashfield26-May-08 21:20 
GeneralRe: How to restrict other users to update the data, while one is doing updation in disconnected mode of database Pin
Krish Agn26-May-08 22:59
Krish Agn26-May-08 22:59 
GeneralRe: How to restrict other users to update the data, while one is doing updation in disconnected mode of database Pin
Ashfield27-May-08 21:50
Ashfield27-May-08 21:50 
As you are working with disconnected datasets basically you can't. What you need to do is to check if changes have been made when updating the main database. This is usually done by timestamps or record version numbers.

Hope this helps

Bob
Ashfield Consultants Ltd

Questionconvert C# 2005 Express Solution to Pro Pin
half-life26-May-08 19:17
half-life26-May-08 19:17 
AnswerRe: convert C# 2005 Express Solution to Pro Pin
Christian Graus26-May-08 19:26
protectorChristian Graus26-May-08 19:26 
GeneralRe: convert C# 2005 Express Solution to Pro Pin
half-life26-May-08 19:52
half-life26-May-08 19:52 
GeneralRe: convert C# 2005 Express Solution to Pro Pin
hairy_hats16-Jun-08 2:13
hairy_hats16-Jun-08 2:13 
AnswerMSI Plessey Check digit calculation Pin
wi_mohitmca26-May-08 18:52
wi_mohitmca26-May-08 18:52 
GeneralRe: MSI Plessey Check digit calculation Pin
D i x y26-May-08 18:55
D i x y26-May-08 18:55 
QuestionWhat's the difference between string and String class ? Pin
Mohammad Dayyan26-May-08 13:27
Mohammad Dayyan26-May-08 13:27 
AnswerRe: What's the different between string and String class ? Pin
Colin Angus Mackay26-May-08 13:49
Colin Angus Mackay26-May-08 13:49 
GeneralRe: What's the different between string and String class ? Pin
Mohammad Dayyan26-May-08 14:12
Mohammad Dayyan26-May-08 14:12 
GeneralRe: What's the different between string and String class ? Pin
MarkB77726-May-08 15:20
MarkB77726-May-08 15:20 
GeneralRe: What's the different between string and String class ? Pin
Roger Alsing26-May-08 20:17
Roger Alsing26-May-08 20:17 
QuestionC# Equivalent to Java "Properties" Class Pin
K.L.K26-May-08 12:40
K.L.K26-May-08 12:40 
AnswerRe: C# Equivalent to Java "Properties" Class Pin
Colin Angus Mackay26-May-08 12:53
Colin Angus Mackay26-May-08 12:53 
GeneralRe: C# Equivalent to Java "Properties" Class Pin
K.L.K26-May-08 12:55
K.L.K26-May-08 12:55 
AnswerRe: C# Equivalent to Java "Properties" Class Pin
buchstaben26-May-08 21:07
buchstaben26-May-08 21:07 
Questionload user predefined control at runtime created form Pin
redspiderke26-May-08 11:11
redspiderke26-May-08 11:11 
AnswerRe: load user predefined control at runtime created form Pin
Anthony Mushrow26-May-08 13:05
professionalAnthony Mushrow26-May-08 13:05 

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.