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!

Recent content by ystm

  1. ystm

    auto check checkboxes

    Hello all, im trying to create a function that will allow me to auto check checkboxes from another checkbox. Here is my code: <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> <SCRIPT LANGUAGE="JavaScript"> function check(field,x) {...
  2. ystm

    auto check treeview checkboxes

    Hello all, im trying to sort some code out that will enable me to automatically check any child checkboxs when a partent checkbox is checked (and vice versa, if a parent checkbox is unchecked then all child checkboxes should be unchecked). I have not been able to find a way of achiving this be...
  3. ystm

    resellers web hosting

    Hello all, Im looking to purchase a resellers web hosting package that will enable me to program using asp.net (therefore will be requiring .NET Framework and MS SQL Server as standard). Any ideas/suggestions?
  4. ystm

    cheecked change event not loading

    Whne adding a confirmation box to the checkbox (when its value changed from checked to unchecked), the checked change event will not load. Any suggestions? <%@ Page Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...

Part and Inventory Search

Back
Top