Click here to Skip to main content
15,915,501 members
Home / Discussions / C#
   

C#

 
GeneralRe: Executable c# without framework Pin
Nish Nishant14-Jan-06 4:35
sitebuilderNish Nishant14-Jan-06 4:35 
QuestionError in XML serialization Pin
Jesper196613-Jan-06 3:08
Jesper196613-Jan-06 3:08 
AnswerRe: Error in XML serialization Pin
Le centriste13-Jan-06 4:27
Le centriste13-Jan-06 4:27 
GeneralRe: Error in XML serialization Pin
Jesper196613-Jan-06 4:52
Jesper196613-Jan-06 4:52 
GeneralRe: Error in XML serialization Pin
Le centriste13-Jan-06 19:33
Le centriste13-Jan-06 19:33 
QuestionProblem in DataGrid Pin
P. Gnana Prakash13-Jan-06 2:58
P. Gnana Prakash13-Jan-06 2:58 
AnswerRe: Problem in DataGrid Pin
Drew McGhie13-Jan-06 5:44
Drew McGhie13-Jan-06 5:44 
GeneralRe: Problem in DataGrid Pin
P. Gnana Prakash13-Jan-06 17:48
P. Gnana Prakash13-Jan-06 17:48 
Hi,

Did you mean how can i associate the data to my Grid ?

I have use thed following code to specify the datasource for my GridControl

DataView curView = ScheduleDataSet.Tables[ScheduleTableName].DefaultView;
curView.AllowEdit = true;
curView.AllowNew = false;
curView.AllowDelete = true;
dataGrid1.DataSource = curView;

So whenever the user modifies the data in the edit field, we have to reflect the changes in assoicated Dataset and the corresponding database also(in this case we have used the database as mysql).

Regards,
Prakash.

A Journey of thousand miles must begin with a single step.
QuestionNot a valid Win32 Application Pin
Sharpoverride13-Jan-06 2:06
Sharpoverride13-Jan-06 2:06 
AnswerRe: Not a valid Win32 Application Pin
André Ziegler13-Jan-06 3:44
André Ziegler13-Jan-06 3:44 
GeneralRe: Not a valid Win32 Application Pin
Sharpoverride13-Jan-06 3:53
Sharpoverride13-Jan-06 3:53 
GeneralRe: Not a valid Win32 Application Pin
mitooki13-Jan-06 4:01
mitooki13-Jan-06 4:01 
GeneralRe: Not a valid Win32 Application Pin
Sharpoverride13-Jan-06 4:06
Sharpoverride13-Jan-06 4:06 
AnswerRe: Not a valid Win32 Application Pin
Daniel Grunwald13-Jan-06 5:33
Daniel Grunwald13-Jan-06 5:33 
AnswerRe: Not a valid Win32 Application Pin
Tom Larsen13-Jan-06 6:26
Tom Larsen13-Jan-06 6:26 
QuestionAdding table into database Pin
peppepinna13-Jan-06 0:35
peppepinna13-Jan-06 0:35 
AnswerRe: Adding table into database Pin
MudkiSekhon13-Jan-06 0:52
MudkiSekhon13-Jan-06 0:52 
GeneralRe: Adding table into database Pin
peppepinna13-Jan-06 1:53
peppepinna13-Jan-06 1:53 
AnswerRe: Adding table into database Pin
Sharpoverride13-Jan-06 1:50
Sharpoverride13-Jan-06 1:50 
Questionzipping and unzipping Pin
pankaj b13-Jan-06 0:27
pankaj b13-Jan-06 0:27 
AnswerRe: zipping and unzipping Pin
MrEyes13-Jan-06 2:07
MrEyes13-Jan-06 2:07 
Questionfor pliu_2000 Pin
Sasuko12-Jan-06 23:54
Sasuko12-Jan-06 23:54 
QuestionMarshalling char** Pin
ceno12-Jan-06 23:34
ceno12-Jan-06 23:34 
QuestionPrintPreviewDialog question Pin
Stanciu Vlad12-Jan-06 22:44
Stanciu Vlad12-Jan-06 22:44 
QuestionFile Access over a UNC Pin
exhaulted12-Jan-06 22:09
exhaulted12-Jan-06 22: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.