Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: Propertygrid, need BeforePropertyChange-Event Pin
visualhint11-Jan-08 3:39
visualhint11-Jan-08 3:39 
QuestionDataGrid Pin
usyra428-Jan-08 20:55
usyra428-Jan-08 20:55 
GeneralRe: DataGrid Pin
sujithkumarsl8-Jan-08 23:21
sujithkumarsl8-Jan-08 23:21 
QuestionHow to access Outgoing queues Pin
M. Aamir Malik8-Jan-08 20:30
M. Aamir Malik8-Jan-08 20:30 
AnswerRe: How to access Outgoing queues Pin
M. Aamir Malik11-Jan-08 18:55
M. Aamir Malik11-Jan-08 18:55 
QuestionC#:How to navigate through records in a datatable/dataset Pin
kssknov8-Jan-08 19:51
kssknov8-Jan-08 19:51 
GeneralRe: C#:How to navigate through records in a datatable/dataset Pin
Mircea Puiu8-Jan-08 20:32
Mircea Puiu8-Jan-08 20:32 
GeneralRe: C#:How to navigate through records in a datatable/dataset Pin
M. Aamir Malik8-Jan-08 20:40
M. Aamir Malik8-Jan-08 20:40 
This might not be the best of the methods but I use to do like that

dtCust1.Rows[i][columnName] --> this will give you the value in the datatable for the row "i" and column "columnName".

Now for the next record increment the value of "i" by one, for previous record decrement the value of "i" by one, for First record set the value of "i" to 0 and for Last record set the value of "i" to dtCust1.Rows.Count.

Hope this helps.

Regards
GeneralRe: C#:How to navigate through records in a datatable/dataset Pin
kssknov9-Jan-08 18:13
kssknov9-Jan-08 18:13 
GeneralRe: C#:How to navigate through records in a datatable/dataset Pin
Pete O'Hanlon8-Jan-08 21:38
mvePete O'Hanlon8-Jan-08 21:38 
GeneralStored Procedure in RDLC reports Pin
salman_syed_018-Jan-08 19:03
salman_syed_018-Jan-08 19:03 
GeneralRe: Stored Procedure in RDLC reports Pin
Paul Conrad26-Jan-08 6:53
professionalPaul Conrad26-Jan-08 6:53 
GeneralRe: Stored Procedure in RDLC reports Pin
miktom9-Feb-10 4:01
miktom9-Feb-10 4:01 
GeneralSub query issue... Pin
Krishna Varadharajan8-Jan-08 18:58
Krishna Varadharajan8-Jan-08 18:58 
GeneralRe: Sub query issue... Pin
Paul Conrad26-Jan-08 6:53
professionalPaul Conrad26-Jan-08 6:53 
GeneralSub query issue... Pin
Krishna Varadharajan8-Jan-08 18:39
Krishna Varadharajan8-Jan-08 18:39 
GeneralRe: Sub query issue... Pin
Paul Conrad26-Jan-08 6:54
professionalPaul Conrad26-Jan-08 6:54 
QuestionHow to set the Form of a C# assembly as a child to COM Compatible Forms? Pin
ss4318-Jan-08 18:25
ss4318-Jan-08 18:25 
AnswerRe: How to set the Form of a C# assembly as a child to COM Compatible Forms? Pin
Paul Conrad26-Jan-08 6:54
professionalPaul Conrad26-Jan-08 6:54 
GeneralSharePoint WebService Help Pin
md Nazeem8-Jan-08 18:21
md Nazeem8-Jan-08 18:21 
GeneralNeed C# sample , practical questions using control structures... Pin
MS Lee8-Jan-08 18:01
MS Lee8-Jan-08 18:01 
GeneralRe: Need C# sample , practical questions using control structures... Pin
Christian Graus8-Jan-08 18:35
protectorChristian Graus8-Jan-08 18:35 
GeneralRe: Need C# sample , practical questions using control structures... Pin
MS Lee8-Jan-08 19:15
MS Lee8-Jan-08 19:15 
GeneralRe: Need C# sample , practical questions using control structures... Pin
Christian Graus8-Jan-08 19:18
protectorChristian Graus8-Jan-08 19:18 
GeneralRe: Need C# sample , practical questions using control structures... Pin
MS Lee8-Jan-08 21:56
MS Lee8-Jan-08 21:56 

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.