Click here to Skip to main content
15,899,025 members
Home / Discussions / C#
   

C#

 
GeneralNew DataGridView Pin
Thaer Hamael8-Jan-08 21:35
Thaer Hamael8-Jan-08 21:35 
QuestionPropertygrid, need BeforePropertyChange-Event Pin
mlr798-Jan-08 21:21
mlr798-Jan-08 21:21 
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 
hi
all

i have a form with First,Next,Prev,Buttons.
i had populated a datatable with datas .Now i need to navigate through the records , can any body help me how to achieve this.

conn = new SqlConnection(connstr);<br />
                conn.Open();<br />
                SqlCommand cmd = new SqlCommand(sqlAllCustomers, conn);<br />
                SqlDataAdapter adpt = new SqlDataAdapter(cmd);<br />
                DataTable dtCust1 = new DataTable("CustomerDatTab");<br />
                adpt.Fill(dtCust1);

thanks

senthil

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 
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 

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.