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