Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# and local SQL server connection Pin
Geoff Williams21-Mar-11 23:42
Geoff Williams21-Mar-11 23:42 
GeneralRe: C# and local SQL server connection Pin
JoplinsSlave21-Mar-11 23:57
JoplinsSlave21-Mar-11 23:57 
AnswerRe: C# and local SQL server connection Pin
Ravi Sant21-Mar-11 23:51
Ravi Sant21-Mar-11 23:51 
GeneralRe: C# and local SQL server connection Pin
JoplinsSlave22-Mar-11 0:04
JoplinsSlave22-Mar-11 0:04 
AnswerRe: C# and local SQL server connection Pin
Rob Philpott22-Mar-11 0:33
Rob Philpott22-Mar-11 0:33 
GeneralRe: C# and local SQL server connection Pin
Rob Philpott22-Mar-11 0:35
Rob Philpott22-Mar-11 0:35 
GeneralRe: C# and local SQL server connection Pin
Ravi Sant22-Mar-11 0:52
Ravi Sant22-Mar-11 0:52 
Questiondatagridview problems! Pin
King Boy21-Mar-11 19:54
King Boy21-Mar-11 19:54 
I'm having trouble with getting data from a ms access database and displaying the data in a datagridview and importing some data back to the database.
It's so simple to most data types, but the data I mentioned above are kind of rich text not plain text, and I have already saved them as WORD OLE Objects in my database, I can view and edit them easily with MS Access database management system, but how to do those with my application?
Another problem of mine is how to show combo box columns in the datagridview when loading them from the database (I mean my database has some table with some combo box columns), I tried loading them to my datagridview (using AutoGenerateColumns = true) but the combo box columns in my database turned into text columns in my datagridview? I have already known a way to solve that by hiding the text columns and inserting new combo box columns into the datagridview (at right positions) instead or setting AutoGenerateColumns to false and adding new columns to the datagridview each one by one before filling its contents with a datatable.
Both those ways are not simple well, I wonder if we have another way easier?
The same ease you can find is when you load checkbox columns into your datagridview, it automatically displays them as checkbox columns without doing anything more, I wish we could do that way with combo box columns!
Could you please help me solve these!
Thank you so much!
Best Regards.
Questioncalling a web service at runtime Pin
Marcus Spitzmiller21-Mar-11 13:45
Marcus Spitzmiller21-Mar-11 13:45 
AnswerRe: calling a web service at runtime Pin
Pete O'Hanlon21-Mar-11 22:57
mvePete O'Hanlon21-Mar-11 22:57 
Questionproblem to connect to Oracle from my C# WinForm program Pin
Gali197821-Mar-11 10:12
Gali197821-Mar-11 10:12 
AnswerRe: problem to connect to Oracle from my C# WinForm program Pin
Wendelius21-Mar-11 10:26
mentorWendelius21-Mar-11 10:26 
AnswerRe: problem to connect to Oracle from my C# WinForm program Pin
Ian Shlasko21-Mar-11 10:30
Ian Shlasko21-Mar-11 10:30 
QuestionWindows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Chesnokov Yuriy21-Mar-11 1:26
professionalChesnokov Yuriy21-Mar-11 1:26 
AnswerRe: Windows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Pete O'Hanlon21-Mar-11 3:10
mvePete O'Hanlon21-Mar-11 3:10 
QuestionRe: Windows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Chesnokov Yuriy21-Mar-11 7:18
professionalChesnokov Yuriy21-Mar-11 7:18 
AnswerRe: Windows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Pete O'Hanlon21-Mar-11 8:23
mvePete O'Hanlon21-Mar-11 8:23 
QuestionRe: Windows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Chesnokov Yuriy21-Mar-11 10:06
professionalChesnokov Yuriy21-Mar-11 10:06 
AnswerRe: Windows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Pete O'Hanlon21-Mar-11 10:42
mvePete O'Hanlon21-Mar-11 10:42 
AnswerRe: Windows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Chesnokov Yuriy22-Mar-11 0:36
professionalChesnokov Yuriy22-Mar-11 0:36 
GeneralRe: Windows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Pete O'Hanlon22-Mar-11 0:38
mvePete O'Hanlon22-Mar-11 0:38 
GeneralRe: Windows service stable APPCRASH in clr.dll after 3.5 to 4.0 .NET platform change Pin
Chesnokov Yuriy22-Mar-11 21:52
professionalChesnokov Yuriy22-Mar-11 21:52 
QuestionTotal Dynamic Report. Pin
Dot Net Jantu20-Mar-11 20:26
Dot Net Jantu20-Mar-11 20:26 
AnswerRe: Total Dynamic Report. [modified] Pin
SungBae.Han20-Mar-11 22:43
SungBae.Han20-Mar-11 22:43 
GeneralRe: Total Dynamic Report. Pin
Richard MacCutchan20-Mar-11 23:23
mveRichard MacCutchan20-Mar-11 23:23 

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.