I have a ASP.NET label on a web page:
<P align="center"><asp:label id="lblFeedbackToUser" runat="server" ForeColor="Red" Font-Bold="True"></asp:label></p>
I need to center the (dynamically generated) text within the label.
How do I do that, please?
Thanks,
Rick
In development (running off my PC) I was able to use this:
Dim strComputerName as String = System.Net.Dns.GetHostByAddress(Request.ServerVariables("Remote_Host")).HostName
in order to retrieve the client's computer name. It worked just fine when I was using my PC as the server and a co-worker's...
Thanks again for replying.
That doesn't exactly work. What I want this to do is when the button is clicked it will pop up this cancel menu - prompting the user with YES/NO buttons. NO will just "re-hide" the cancel menu, whereas YES will fire another event.
If I replace the code as you...
XPBlue,
That works great - but I have one more question... That works when the user clicks the "Cancel" button. But until then, it (invisibly) hogs that space... I'm sorry for asking this, but I'm quite unfamiliar with JS. Below is my HTML page. How can I have the function HideCancelMenu...
I do not want to be guilty of "cross-posting", but I think I posted a thread in the wrong forum - I should have posted it over here. So I'm just going to post a reference over here and would very much appreciate if you could take a peek at thread855-1018482.
Thanks so much!
Rick
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.