Click here to Skip to main content
15,884,388 members
Home / Discussions / C#
   

C#

 
QuestionDevExpress.XtraGrid.Views.Grid.GridView changing the data by Mouse Scrolling Pin
po_saa22-Jun-16 5:46
po_saa22-Jun-16 5:46 
AnswerREPOST Re: DevExpress.XtraGrid.Views.Grid.GridView changing the data by Mouse Scrolling Pin
Dave Kreskowiak22-Jun-16 6:01
mveDave Kreskowiak22-Jun-16 6:01 
QuestionMeaning of errors logged by FileSystemWatcher.Error Pin
srikrishnathanthri22-Jun-16 1:24
srikrishnathanthri22-Jun-16 1:24 
AnswerRe: Meaning of errors logged by FileSystemWatcher.Error PinPopular
Eddy Vluggen22-Jun-16 1:50
professionalEddy Vluggen22-Jun-16 1:50 
GeneralRe: Meaning of errors logged by FileSystemWatcher.Error Pin
srikrishnathanthri22-Jun-16 19:47
srikrishnathanthri22-Jun-16 19:47 
GeneralRe: Meaning of errors logged by FileSystemWatcher.Error Pin
Eddy Vluggen23-Jun-16 1:31
professionalEddy Vluggen23-Jun-16 1:31 
QuestionThe database type “GenericDatabase” does not support asynchronous operations Pin
srikrishnathanthri22-Jun-16 1:13
srikrishnathanthri22-Jun-16 1:13 
AnswerRe: The database type “GenericDatabase” does not support asynchronous operations Pin
Eddy Vluggen22-Jun-16 1:48
professionalEddy Vluggen22-Jun-16 1:48 
srikrishnathanthri wrote:
If not what are the possible alternatives for me ?
According to the documentation, you could use SQL Server.

MSDN[^] states:
Asynchronous data access is not supported by all ADO.NET data providers. The Database class exposes a Boolean property named SupportsAsync that you can test to check at run time if asynchronous operations are supported. If this property returns false, any asynchronous methods you call will throw an InvalidOperationException. In Enterprise Library 5.0, the only database type that supports asynchronous operation is the SqlDatabase class.

Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: The database type “GenericDatabase” does not support asynchronous operations Pin
Dave Kreskowiak22-Jun-16 3:44
mveDave Kreskowiak22-Jun-16 3:44 
Questionneed help to send multiple sms using excel file in c# windows application Pin
trilok pandey21-Jun-16 1:39
trilok pandey21-Jun-16 1:39 
AnswerRe: need help to send multiple sms using excel file in c# windows application Pin
Dave Kreskowiak21-Jun-16 3:10
mveDave Kreskowiak21-Jun-16 3:10 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
EveryNameIsTakenEvenThisOne21-Jun-16 21:37
professionalEveryNameIsTakenEvenThisOne21-Jun-16 21:37 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
OriginalGriff21-Jun-16 21:54
mveOriginalGriff21-Jun-16 21:54 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
Dave Kreskowiak22-Jun-16 3:42
mveDave Kreskowiak22-Jun-16 3:42 
GeneralRe: need help to send multiple sms using excel file in c# windows application Pin
EveryNameIsTakenEvenThisOne24-Jun-16 12:10
professionalEveryNameIsTakenEvenThisOne24-Jun-16 12:10 
QuestionAccess updated values using CLR tiggers Pin
srikrishnathanthri20-Jun-16 20:15
srikrishnathanthri20-Jun-16 20:15 
AnswerRe: Access updated values using CLR tiggers Pin
Richard MacCutchan20-Jun-16 20:36
mveRichard MacCutchan20-Jun-16 20:36 
QuestionHow to secure password from developers Pin
srikrishnathanthri20-Jun-16 20:01
srikrishnathanthri20-Jun-16 20:01 
AnswerRe: How to secure password from developers Pin
OriginalGriff20-Jun-16 20:38
mveOriginalGriff20-Jun-16 20:38 
AnswerRe: How to secure password from developers Pin
Richard MacCutchan20-Jun-16 20:39
mveRichard MacCutchan20-Jun-16 20:39 
AnswerRe: How to secure password from developers Pin
Nathan Minier21-Jun-16 2:06
professionalNathan Minier21-Jun-16 2:06 
GeneralRe: How to secure password from developers Pin
Eddy Vluggen21-Jun-16 2:19
professionalEddy Vluggen21-Jun-16 2:19 
GeneralRe: How to secure password from developers Pin
Nathan Minier21-Jun-16 2:22
professionalNathan Minier21-Jun-16 2:22 
GeneralRe: How to secure password from developers Pin
Eddy Vluggen21-Jun-16 4:56
professionalEddy Vluggen21-Jun-16 4:56 
AnswerRe: How to secure password from developers Pin
Dave Kreskowiak21-Jun-16 3:05
mveDave Kreskowiak21-Jun-16 3: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.