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 SkipVought 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.

    Problem Solved. I found that I had a <!-- with no match in my css.
  2. 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"...
  3. 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...
  4. 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...
  5. kjohnson530

    CISCO Pix and Kiwi Logs

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

    Creating a Dynamic Tree menu from SQL

    Very good suggestion. thank you.
  7. kjohnson530

    Creating a Dynamic Tree menu from SQL

    yes exactly. I am able to use java for these, but how I get to sql data to populate the menus is beyond me.
  8. 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).
  9. 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).
  10. 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...
  11. kjohnson530

    Dynamic Tree Menu

    I wonder if I can give myself props for answering my own question. I modified my code to appear as follows: Dim NewNode as TreeNode = New _ TreeNode(row("WOId").Tostring() NewNode.NavigateUrl ="~/WO/WOReview.aspx?txtsearch=" & (row("WOId").Tostring()) NewNode.Target = "Main"...
  12. kjohnson530

    Dynamic Tree Menu

    The code that I have presented populates my tree menu. I adjusted this code from an example provided on Microsoft's website. My problem is that I want to do more than populate menu. I would like each of the entries to link to a form page which will appear in a regular frame on my page. I have...
  13. 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...
  14. 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...
  15. 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...
  16. kjohnson530

    Drilldown

    Thank you, I will look into both those options.
  17. 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--...
  18. 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
  19. kjohnson530

    Troubles Converting XML file to SQL DB

    Whoops that's a typo, sorry about that.
  20. 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...

Part and Inventory Search

Back
Top