Tab Property Set

  • Thread starter Thread starter krishna murthy
  • Start date Start date
K

krishna murthy

Hi,

Thank u for helping us.
I have doubt that is I have DotNet Bar Tab Control.In that
there few tabs.In these tabs I will be getting the
information from different tables.What is my requirement
is the record count should display beside the tab name if
it contains rows in the table.if it doesn't contain rows
in the table it should display zero besdie the tab name.


Regards
krishna.
 
krishna murthy said:
I have doubt that is I have DotNet Bar Tab Control.In that
there few tabs.In these tabs I will be getting the
information from different tables.What is my requirement
is the record count should display beside the tab name if
it contains rows in the table.if it doesn't contain rows
in the table it should display zero besdie the tab name.

\\\
Me.TabPage1.Text = ...
///
 
Krishna,

You mean?
\\\
Tabpage.text = "T1: " & recordcount.ToString
////

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top