0
Reply

Change Front End Visual Based on number of records in DB resultset

Paul TPRP

Paul TPRP

Feb 8 2008 6:44 AM
1.7k

I want to fill some labels with text,which is retrived from a stored procedure.

But the logic is,the SP may return 10 at once and returns 25 records in another time  .....

Don't Suggest Datagrid .....

With out using the Panel.Visible=false..is  there any ways in C# to compare the no.of records

and based on the records the labels and other may displayed?

If so,please respond me....