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

    Creating Web Parts with VS 2005

    Hi, We've recently installed Sharepoint Services on our network and are in the process of migrating our current intranet over to the new service. All very nice so far. But - I've been trying to write my own Web Parts to plug into SS. I'm new to .NET so it's becoming an arduous task... but I'm...
  2. palagrim

    IIS on Windows 2K3 domain controller.

    Hi, I seem to be having a few issues. Here at work we have a Windows 2003 domain controller that is also hosting some internal web stuff. If I remote desktop into the server, and use "localhost" in IE, the web pages are served. If I try using either the IP address, or the domain name either on...
  3. palagrim

    Unknown number of SELECTS or something....?

    Hi there, I'm currently developing an ASP application which pulls personal data out of a MS-SQL server. I should start by pointing out that I hate SQL. I don't get it and constantly struggle with it. So any help will be gratefully received. In my table I have something like: ID | Name |...
  4. palagrim

    Problems with what should be a simple query (Cursors and temp tables)

    Good Morning! First off, let me get my disclaimer out of the way - I'm a relative newbie at this SQL lark, so please ignore the kludgy-ness of this code etc. Thanks ;-) Firstly, here's my query: SET DATEFORMAT DMY declare @issuecounter int; -- Declare declare @previssue int; -- Declare...
  5. palagrim

    Looping through tables and stuff....

    Good afternoon, I was wondering if anyone could help me with a problem before I stick my fist through my monitor? Table: HEADING | URL | ACCOUNT_TYPE Blah http://1 Type 1 Blah2 http://2 Type 1 Blah3 http://3 Type 2 Blah4 http://4 Type 3 Blah5...
  6. palagrim

    Changing passwords with ADSI

    Good afternoon, I'm trying to figure out a way of changing an object in Active Directory's password through a webpage. Basically, we have around 3000+ accounts on our domain (workin in a school), and our Tech Support spends a lot of time resetting students passwords when they forget them. I'm...
  7. palagrim

    ASP with Active Directory (ADSI)

    Hi there, I'm looking for a primer/tutorial/any help with communicating with Active Directory from ASP 3.0. I'll be totally honest, I get using ASP with SQL databases but now (apparently) have to move over to ADSI/LDAP. I'm trying to write a typical form input login: 1)User types in...
  8. palagrim

    Formatting ASP Generated Excel Page

    Hi. I'm having trouble formatting a generated excel page. I'm using <code> <% Response.ContentType = "application/vnd.ms-excel" %> <HTML xmlns:x="urn:schemas-microsoft-com:office:excel"> <HEAD> <style> <!--table @page { mso-page-orientation: landscape...
  9. palagrim

    Multiple tables and joins

    Hi... I'm currently working on a document system and I'm having trouble with my inner joins and stuff. Table 1: ID Heading_Title 1 General 2 Another Section Heading 3 Another Heading etc... Table 2: HeadingID, SubHeadingID, SubHeading_Title 1 1 Sub...
  10. palagrim

    Trouble with ASPCrypt

    Afternoon! I've been using ASPCrypt to encrypt passwords between a form and a SQL 2000 server running on Windows Server 2k3. Normally things all seem to work fine. Which is nice... But then every so often I get this error: Server object error 'ASP 0178 : 80070005' Server.CreateObject Access...
  11. palagrim

    Using Variable values as functions/subprocedures

    Hi there, Quick question, i've got a load of functions and subs stored in an #include file that generate different web pages. The idea was that I could have one .asp page that could call the various functions/subs depending on a querystring. So for example: <!-- pages.asp --> SUB page1()...

Part and Inventory Search

Back
Top