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

C#

 
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 
AnswerRe: how to get the open ports of the remote pc Pin
Dave Kreskowiak5-Feb-10 2:21
mveDave Kreskowiak5-Feb-10 2:21 
Questionc# captureparms Pin
danf884-Feb-10 23:25
danf884-Feb-10 23:25 
QuestionClarification in WPF Pin
Joe Rozario4-Feb-10 23:09
Joe Rozario4-Feb-10 23:09 
AnswerRe: Clarification in WPF Pin
OriginalGriff4-Feb-10 23:25
mveOriginalGriff4-Feb-10 23:25 
GeneralRe: Clarification in WPF Pin
Joe Rozario4-Feb-10 23:27
Joe Rozario4-Feb-10 23:27 
AnswerRe: Clarification in WPF Pin
V.5-Feb-10 0:58
professionalV.5-Feb-10 0:58 
GeneralRe: Clarification in WPF Pin
Joe Rozario5-Feb-10 1:02
Joe Rozario5-Feb-10 1:02 
QuestionShort cut key Problem in c# User Control Pin
shashank35254-Feb-10 23:05
shashank35254-Feb-10 23:05 
QuestionModule based software Pin
Eduard Keilholz4-Feb-10 21:11
Eduard Keilholz4-Feb-10 21:11 
AnswerRe: Module based software Pin
Not Active4-Feb-10 21:20
mentorNot Active4-Feb-10 21:20 
Questionmultithreaded application Pin
Member 5903104-Feb-10 19:31
Member 5903104-Feb-10 19:31 
AnswerRe: multithreaded application Pin
Not Active4-Feb-10 20:12
mentorNot Active4-Feb-10 20:12 
AnswerRe: multithreaded application Pin
Calla4-Feb-10 20:52
Calla4-Feb-10 20:52 
Questionhow can i select null instances using datacontext.tablename.select ? Pin
tonyonlinux4-Feb-10 19:13
tonyonlinux4-Feb-10 19:13 

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.