Do you want to Populte the Labels Which are already there?
I think it is easier to generate the Labels Dynamically
And Add to the Form.
You can insert this code in the PageLoad.
Label l1;
while (dataReader.Read()) {
if (!dataReader.IsDBNull(0)){
l1=new Label()...
Hi Everybody,
I am using Oracle 11.5.9 . I am trying to access Marketing online functions like campaigns, home, profile, budget etc.
Application opens a browser on click of these functions with a error saying webpage not found (Offline)
Please note I have installed Complete application on...
Hi Everybody,
I am using Oracle 11.5.9 . I am trying to access Marketing online functions like campaigns, home, profile, budget etc.
Application opens a browser on click of these functions with a error saying webpage not found (Offline)
Please note I have installed Complete application on...
Hi Everybody,
I have been doing the asp.net for about a month.
I have a got a datagrid which is paged. As it has got n number of pages. I want to search a row based on the key value and highlight it.
I am able to search and highlight the row if it is on the same page.
OnItemCommand I have...
Hi Everybody,
I am connecting to a mysql database on internet and popluating results in various usercontrols place on the form. These usercontrols have MSHFlexigrid where the data is shown.
When the user resizes it takes long time to resize the form, as there are some initial records that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.