Hi Guys
I have the following code:
Public Shared Function ListLateAvailability()
Dim DBConnection As SqlConnection = New SqlConnection(GlobalParameters.DBConnection())
Dim ListLateAvailabilityTable As New DataTable
Dim SqlCommand As New...
Hi Guys
I have the following code which works how I want it to except that I am unable to hide / display information based on the results from the nested repeater.
'The Following Code Will Nest 2 Repeater Tags To Diplay The Area And The Properties Within Them
Dim DBConnection As...
Hi ca8msm,
Is this example the same principle of consuming a web service from a third party source - then displaying the results on my application.
Kind regards
Hi jbenson001,
I have added the button1.attributes etc.. . Still receive the error
When I run this I get a compilation error says that 'ValidateQuoteRequest' is not a member of 'ASP.quoterequest_aspx'
Kind regards
Hi Guys
I have the following line of code:
<asp:Button ID="btnsubmit" CssClass="FormButton" Text="Submit" OnClick="ValidateQuoteRequest();" runat="server" />
The Onclick perform a JS function.
When I run this I get a compilation error says that 'ValidateQuoteRequest' is not a member of...
ok thanks for that ca8msm, the issue I have now that is when I call this page for the first time it runs the the response.redirect. What I want it to do is load the page and then when I select an option it does the redirect
Hi guys
I have the following code
Protected Sub SelVirtualTour_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles SelVirtualTour.Load
'This Will DataBind The Dates Drop Down Control
If Not Me.Page.IsPostBack Then
SelVirtualTour.DataSource =...
will be inserting 10 records into a new table based on an Id
insert into table (id, value)
values (1,1)
insert into table (id, value)
values (1,2)
insert into table (id, value)
values (1,3)
insert into table (id, value)
values (1,4)
insert into table (id, value)
values (1,5)
and so on.
Hope...
Hi Guys
I want to insert 10 records into a db table. Is there a better way of doing this rather than writing 10 insert statements. If so can you point me in the right direction
Kind regards
Hi Guys
I am trying to display images for the steps in my wizard.
When I open the wizard tag I have the following:
<asp:Wizard ID="BookPropertyOnline" runat="server" DisplaySideBar="false" StepPreviousButtonImageUrl="~/Images/PreviousButton.jpg" StepPreviousButtonType="Image"...
Hi guys,
I have the following function that loads a drop down list from the db and then I am inserting a new value as the default. Could someone guide me to the best solution to validate the drop down so that they select a value
Protected Sub s3selcustomertitle_Load(ByVal sender As Object...
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.