Click here to Skip to main content
15,896,153 members
Home / Discussions / C#
   

C#

 
GeneralRe: Control pc by voice command Pin
Keith Barrow5-Feb-10 10:00
professionalKeith Barrow5-Feb-10 10:00 
AnswerRe: Control pc by voice command Pin
#realJSOP5-Feb-10 5:34
professional#realJSOP5-Feb-10 5:34 
GeneralRe: Control pc by voice command Pin
Basudevkuet5-Feb-10 6:14
Basudevkuet5-Feb-10 6:14 
GeneralRe: Control pc by voice command Pin
Smithers-Jones5-Feb-10 6:18
Smithers-Jones5-Feb-10 6:18 
GeneralRe: Control pc by voice command Pin
Wes Aday5-Feb-10 6:22
professionalWes Aday5-Feb-10 6:22 
GeneralRe: Control pc by voice command Pin
#realJSOP5-Feb-10 12:11
professional#realJSOP5-Feb-10 12:11 
GeneralRe: Control pc by voice command Pin
Wes Aday5-Feb-10 12:24
professionalWes Aday5-Feb-10 12:24 
QuestionValidation Ent Lib issue Pin
spankyleo1235-Feb-10 4:33
spankyleo1235-Feb-10 4:33 
AnswerRe: Validation Ent Lib issue Pin
Not Active5-Feb-10 4:53
mentorNot Active5-Feb-10 4:53 
QuestionCapture and replace mouse cursor on the fly Pin
MarkB1235-Feb-10 2:55
MarkB1235-Feb-10 2:55 
AnswerRe: Capture and replace mouse cursor on the fly Pin
Dave Kreskowiak5-Feb-10 3:41
mveDave Kreskowiak5-Feb-10 3:41 
GeneralRe: Capture and replace mouse cursor on the fly Pin
MarkB1235-Feb-10 8:20
MarkB1235-Feb-10 8:20 
QuestionConvert font to string and then back again... Pin
Baeltazor5-Feb-10 2:49
Baeltazor5-Feb-10 2:49 
AnswerRe: Convert font to string and then back again... Pin
Richard MacCutchan5-Feb-10 3:23
mveRichard MacCutchan5-Feb-10 3:23 
Question'Matrix' cound not be found.. . Pin
George Todd5-Feb-10 2:33
George Todd5-Feb-10 2:33 
AnswerRe: 'Matrix' cound not be found.. . Pin
Khaniya5-Feb-10 2:39
professionalKhaniya5-Feb-10 2:39 
GeneralRe: 'Matrix' cound not be found.. . Pin
George Todd5-Feb-10 2:44
George Todd5-Feb-10 2:44 
AnswerRe: 'Matrix' cound not be found.. . Pin
Luc Pattyn5-Feb-10 2:43
sitebuilderLuc Pattyn5-Feb-10 2:43 
GeneralRe: 'Matrix' cound not be found.. . Pin
George Todd5-Feb-10 2:46
George Todd5-Feb-10 2:46 
AnswerRe: 'Matrix' cound not be found.. . Pin
OriginalGriff5-Feb-10 3:54
mveOriginalGriff5-Feb-10 3:54 
GeneralRe: 'Matrix' cound not be found.. . Pin
George Todd5-Feb-10 5:33
George Todd5-Feb-10 5:33 
QuestionGrid View control update delete with dataset disconnected environment. Pin
Sasmi_Office5-Feb-10 1:35
Sasmi_Office5-Feb-10 1:35 
Dear Friend,

Scenario

I have one grid view showing user access model having field as 'User'(Textbox), 'Group'(Dropdown), 'View' (Checkbox), 'Edit'(Checkbox) column.

I have on Data Set where i stored the data fetch from database.

now i bind this dataset to Grid View Control
DataSet ds = getData();
GridView1.DataSource = ds.Tables[0];
GridView1.DataBind();

Note: Where getData() method fetch the data from database.

Problem
i change only two record from all ten records, now i want to update only that record in my database how could i do this...


Actually i know DataSet having HasChange() Method which use to know the changes in dataset but dont know how to use it for the above scenario..

Please help me

Thanks and regard's in advance

Sasmi
AnswerRe: Grid View control update delete with dataset disconnected environment. Pin
Not Active5-Feb-10 2:31
mentorNot Active5-Feb-10 2:31 
AnswerRe: Grid View control update delete with dataset disconnected environment. Pin
Vimalsoft(Pty) Ltd5-Feb-10 3:43
professionalVimalsoft(Pty) Ltd5-Feb-10 3:43 
Questionhow to get the open ports of the remote pc Pin
prasadbuddhika5-Feb-10 0:55
prasadbuddhika5-Feb-10 0:55 

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.