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 TouchToneTommy 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: andym0908
  • Content: Threads
  • Order by date
  1. andym0908

    Using ISNULL isn't working in SQL Server 2005

    Hi all I have 2 tables. One called 'members' and the other called 'addresses'. Naturally there are members that are linked to addresses, it's quite simple. I'm using a simple query to pull 2 fields from my members table which also should pull back around 6 fields from the addresses table...
  2. andym0908

    Help with webservice

    Hi I'm using .NET with the Ajax Control Toolkit, and I'm trying to get working the CascadingDropDown control. Unforunately, to get it working via a SQL database like I need it to, it needs to use a webservice... and this is a new thing for me. In VS I've created a .ASMX file (the web service...
  3. andym0908

    Can't find the file?!

    Hi I have VERY simple project right now. But, strange thing happened - I created a new ASPX page (and it's associative .cs code behind file). For some reason, the application can't find the page. The file is in the normal place (root) of the project!! Very odd... Why on earth would the...
  4. andym0908

    How to track website users logged in

    Hi all This is just a general query. I have built websites before in classic ASP, where users are kept logged into a website by using the session object. Now I'm making the transition to .NET (C#), I'm wondering if I can still use the same session object, and if so, is it wise/secure to use...
  5. andym0908

    Strange problem...?

    I've just started using .NET (C#). I've got a simple horizontal text display, using the <asp:HyperLink> control, which is databound to a SQL Stored proc. When I run it, the text displays, though only as normal text, not Hyperlink text. Also, more worryingly, when I View Source in the browser...

Part and Inventory Search

Back
Top