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 Chris Miller 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. battleangela

    Gridview mouseover problems

    you are right, I should have been more curtiouse to Kdavie.
  2. battleangela

    Conversion Help

    well thanks man, you honestly saved my bacon
  3. battleangela

    Gridview mouseover problems

    Hi I have a gridview and sqlconnection that work properly. I am using the windows web develop 2005 explorer edition, and made all the functions work. I tried using the this code to have a mouseover event when someone entere into the gridview. The problem is that the code does not even load. I...
  4. battleangela

    Conversion Help

    Hi I have a mouseover event for a data grind written in C#, the problem is I am now have to use VB in an asp.net page. Can someone help me with the syntax of it ? I am not that familiar with vb.net, so it been a hard time. protected void MyGridView_RowCreated(object sender...
  5. battleangela

    Slideshow display problem

    Hi I have a javascript of slideshow that currently shows one image in the slideshow. I am wondering, how do you display one more then one image at a time ? Here is my code: Type.registerNamespace("Demo"); Demo.SlideShow=function() { this._slides=new Array(); this._delay=10...
  6. battleangela

    Modal Pop with Database information

    Hi I am trying to write a script that uses a modal pop after a mouseover event that also displays information from a database.. I have gotten the mouse over event to work but the problem is the modalpop up. I can get the modalpop up to occuer but not search for information...
  7. battleangela

    Pop up help

    Hello I was wondering if it was possible to have a pop up event to contain and display data from a database ? I have a page with a list of books and want when the person clicks, they have a pop up with information from a database.
  8. battleangela

    XMHLHttp Request Problems

    thanks for the help
  9. battleangela

    XMHLHttp Request Problems

    Hi I have been trying to verify and see if I can get the XMLHttprequest for certain browsers and starting of ajax. I know their is a problem but can not locate it. Can someone please review my code ? <html> <head> <title>Ajax at work</title> <script language= "javascript">...
  10. battleangela

    Can't get function to load

    thanks it works fine now
  11. battleangela

    Can't get function to load

    Hi I am new to writing java script and wanted to test things out. I started with a simple rpogram to load and display a function. I keep getting an error when I press the button and don't know what wrong. Can someone take a look and see whats wrong ? <html> <head> <title>OpenObject...

Part and Inventory Search

Back
Top