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 strongm 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: *

  1. kjohnson530

    IE shows a blank page, while Chrome and FF render the actual page.

    So I'm designing a webpage and I'm having a difficult time getting css to play nice with IE. Some of the features in my css were not showing up in IE but will in Chrome and Firefox. so i added the following line to my pages: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"...
  2. kjohnson530

    Display Return value from a Stored Procedure

    I'm trying to do a search of my sql database via a stored procedure. I have a asp page with a search field (txtsearch) and a button on it. I'm interested in conecting to a stored procedure to search for specific data, I then wish to display that data in another page. I've created my SP...
  3. kjohnson530

    Search a bound gridview

    I'm new to .net and I've created a bound gridview. The gridview displays all records upon opening. I'd like to be able to drilldown into the data with a searchbox. Is there an easy way using aspx.vb to do this. Please be patient as my coding skills are pretty weak at this point? beleow is my...
  4. kjohnson530

    CISCO Pix and Kiwi Logs

    Anyone know of a good free kiwi syslog parsing software that will resolve dns addresses?
  5. kjohnson530

    Creating a Dynamic Tree menu from SQL

    does anyone have any recommendations for good tutorials regarding building tree menus using SQL data (getting data using VBscript).
  6. kjohnson530

    Dynamic Tree Menu using SQL data

    does anyone have any recommendations for good tutorials regarding building JS tree menus using SQL data (getting data using VBscript).
  7. kjohnson530

    remote access won't work after reboot

    We recently rebooted a server remotely and now we cannot get remote access without first going directly to the system and rebooting it. Terminal Services manager does not show any session whether active or inactive other than the console. My guess is that a service failed to start. Can anyone...
  8. kjohnson530

    Dynamic Tree Menu

    I am new to working with ASPX and would only consider myself to be moderately skilled with ASP. I am currently trying to learn to work with ASP.NET using Visual Web Developer 2005. My question is about building a dynamic tree menu. I have found documentation from Microsoft on how to build the...
  9. kjohnson530

    Passing data

    Hello all I hope someone can help me resolve a little issue I'm having. I have created a webpage that displays certain information from a SQL database using a repeat region (using dreamweaver.) My users want to update this "list" (meaning multiple records at same time.) So I decided to add a...
  10. kjohnson530

    Drill down / store variable in form field

    I am a newbie to java scripting so I'm hoping someone can help me out. I am working on a drill down page. As it stands right now I have java script that hides and unhides div layer on a Purchase Order system. which appears like this: Vendor Invoice# Line Items The vendor list is...
  11. kjohnson530

    Drilldown

    Hello all, I trying to learn how to develop a drilldown feature with my data using ASP and I'm wondering if anyone has any tutorial suggestions. I'd like to be able to provide a list of hyperlinks from my db that when one is click it expands the data directly below it: example --Baseball db--...
  12. kjohnson530

    Package Updates

    Can someone recommend a software product that would allow me to download MS Windows updates and then package them into an .exe file for redistribution? Something besides SMS
  13. kjohnson530

    Troubles Converting XML file to SQL DB

    I'm very new to working with XML and I'm trying to do a inventory of our physical assets without spending any money. I came across a product from Microsoft called GPInventory which pull data about remote systems using wmi scripting I believe. Anyway the product offers the opportunity to store...
  14. kjohnson530

    Postback Images and text.

    I hope someone might be able to help me become a bit less clueless. I have a couple of items I'm hoping will add some flavor to my website. I believe these questions to be related, otherwise I would post to separate threads. 1. I have a home page that displays an image. I'm interested in...
  15. kjohnson530

    Scrpt Changes to the WAB file

    is there a way to view / change fields in a wab file?
  16. kjohnson530

    Server to Server Permissions

    I'm running into a problem using UNC and /or Mapping a share from server to server. I have a file server that simply will not allow any user to access files from the server (read admin accounts) though the permissions for the files are setup appropriately. Users however are able to \\ into the...
  17. kjohnson530

    WMI Software Product Keys

    So I'm working on developing an inventory system for my Not-For-Profit agency using WMI and I've reach a point where I'm collecting most of the information that I need. The one area in which I am now stuck is how to find the product keys for all Microsoft Installed software. could someone...
  18. kjohnson530

    WMI script to find OS Product Key

    Hello all, I'm currently working on creating an asset inventory tool (as opposed to purchasing one). I'm doing so using WMI scripting and I was wonder two things: 1. is it possible to get the Operating System's Product Key from WMI. 2. If so how do I go about doing that? Thank you in advance.

Part and Inventory Search

Back
Top