|
-
Aug 29th, 2003, 02:01 AM
#1
Thread Starter
Hyperactive Member
Label not visible in the browser
I am tring to create a runtime Label and some text in the label for that i am trying the following code.In the browser the following code display nothing.please tell me the necesssary steps should i follow.
Label lblError=new Label();
lblError.Visible=true;
lblError.Text="Display Error";
Help
PPCC
Last edited by PPCC; Aug 29th, 2003 at 02:05 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|