S
Stephen Russell
I have this in code:
Label myLabel1 = new Label();
myLabel1.Text ="Pick the Row you need changed in the Database";
myLabel1.Enabled = true;
myLabel1.Visible =true;
I don't see the lable on my webform. How do I referesh() the page like a
post_back?
--
Stephen Russell
S.R. & Associates
Memphis TN
901.246-0159
Label myLabel1 = new Label();
myLabel1.Text ="Pick the Row you need changed in the Database";
myLabel1.Enabled = true;
myLabel1.Visible =true;
I don't see the lable on my webform. How do I referesh() the page like a
post_back?
--
Stephen Russell
S.R. & Associates
Memphis TN
901.246-0159