How to make custom control
Hi,
I want to display records from database using DataList control, in which 10 records should be display at a time. How to make such control?
Thanks.
Answers (6)
0
Never Mind
I was using Form g = New frmMainForm(); instead of
frmMainForm g = new frmMainForm();