Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dhmfh
  • Order by date
  1. dhmfh

    Best Practice

    Hi whatsthehampton I have put the MyDataTable.Rows.Count.ToString into a variable. How do I now return that value to a web page? Kind regards
  2. dhmfh

    Best Practice

    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...
  3. dhmfh

    Nested Repeaters

    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...
  4. dhmfh

    XML Web service

    thanks for that
  5. dhmfh

    XML Web service

    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
  6. dhmfh

    XML Web service

    Hi Guys I don't have a clue on how to integrate a xml web service into my asp.net 2.0 application. Can anyone help me out Kind regards
  7. dhmfh

    ASP:Button

    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
  8. dhmfh

    ASP:Button

    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...
  9. dhmfh

    asp:dropdownlist

    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
  10. dhmfh

    asp:dropdownlist

    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 =...
  11. dhmfh

    Insert into DB

    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...
  12. dhmfh

    Insert into DB

    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
  13. dhmfh

    asp:wizard

    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"...
  14. dhmfh

    Validating A Drop dropdownlist

    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...
  15. dhmfh

    Form Validation in &lt;asp:wizard&gt; control

    Hi All, can anyone point me in the right direction of validating a form when using the <asp: wizard> control Kind regards
  16. dhmfh

    Setting Session Variables

    found the problem when I do the search the button does a server.transfer and sessionID is always changing?
  17. dhmfh

    Setting Session Variables

    No
  18. dhmfh

    Setting Session Variables

    I have checked I am using relative ones and problem still occurs?
  19. dhmfh

    Setting Session Variables

    yes - it returns a combination of aplhanurmerics
  20. dhmfh

    Setting Session Variables

    there is no entry?

Part and Inventory Search

Back
Top