Question:

Setting Datagrid runtime in Visual Basic

by  |  earlier

0 LIKES UnLike

I have set all the column by Data is not appearing in Grid. Please help me if any one

Code :

Set DataGrid1.DataSource = rsDataGrid1.Columns(0).Caption = "Ledger Name"DataGrid1.Columns(0).Width = 1200DataGrid1.Columns(0).DataField = "rs.ledger"DataGrid1.Columns(1).Caption = "Amount"DataGrid1.Columns(1).DataField = "rs.clamt"
Regards,
Raj

 Tags:

   Report
Please Login to view 1 answers to this question

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.