Hi, using VB.NET, I am trying to load a UserControl into a PlaceHolder dynamically. In the WebForm I added the following directive:
<%@ Reference Control="../UserControls/SquareRoot.ascx"%>
In PageLoad I have this piece of code:
Dim uc As SquareRoot...
Hi everyone, I opened a form using a java script. There is a button on the form that I want to use to close the form. I tried putting this in the Button_Click event:
Me.close() when I do this, I get an error that says that close is not a member of my application.
Then I tried me.unload()...
Is it possible to call a javascript new window using a Button control like you would use a Hyperlink control? I have a list of buttons on my form and I would like for the control that opens the window to be a button as well rather than a HyperLink control. Please let me know how this can be done...
Hi, I’m trying to increment a number each time the user click on a button. My code happens to be in a button that is a Public Shared sub. Because it is a public shared, I can’t access the query string in the usual manner like this:
Response.Redirect("default.aspx?question=1")
Dim num As...
Hi I am trying to get my program to respond to changes in the parameters in the URL, specifically a label on the form. The form is my default.aspx form and I have a label on it that I would like to be updated after I change the URL.
This is what I have in the Form Load routine:
Dim...
Hi, I am trying to change the contents of a label control using a hyperlink. The hyperlink and the label controls are on different UserControls.
Please help, Thanks.
Hi, I'm calling a stored procedure which return a sqlReader object. I would like to know how to retrieve a specific row or record from the reader and store it in a textbox. Can anyone help me with this or show me a link that may be able to help?
Thank you so much,
BlueBlade
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.