how to create n rows with repitted value in datagrid

jak

Member
Joined
Feb 21, 2009
Messages
19
Programming Experience
Beginner
actually i m trying to make a datagridview in which there r 3 colomns...payment_no,due_date and payment_date. In this DGV i want to show 5 rows (it depends on no of payments) of above 3 columns, something like this...
payment_no due_date payment_date
1 20.02.09 (filled by update query)
2 20.03.09 (filled by update query)
3 20.04.09 (filled by update query)

and so on........
i m new bie:mad: so don't hav any idea....so anyone plzz help me in details....
thanxx in advance....:D
 
Hello.

What's the datasource you're receiving the from?
How do you connect to that datasource? (hard-coded [ODBC, SQL, ...], Visual Studio DataSource Wizard, ...)

Best Regards,
Bobby
 
hello dear,

i m using sqlserver 2005 database...n i bound this data with visiual studio wizard...please help me as soon possible..
thanxx in advance..
 
Back
Top