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 Wanet Telecoms Ltd 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. StoykinButNotKrstakn

    Automatically checking a checkbox from value

    I have a situation where I want to get a team ID that has been modified. The user is provided with a list of teams and then a radio group showing assigned/unassigned, and then a submit value. Internally I have a hidden checkbox for each team holding the groupname "TeamID" and the...
  2. StoykinButNotKrstakn

    More Listbox woes - multiple selection

    I have a listbox set up for multiple selection, and for some reason, I can't retrieve updated information on it. It is set up for multiple selection, and the check against it is triggered by a submit button. Everything is set as runat="Server" - so I'm not sure what I'm doing wrong...
  3. StoykinButNotKrstakn

    Dropdown list invisible until EDIT selected

    I'm trying to populate a dropdownlist for a user to select from when in EDIT mode, but I would rather not have it visible during standard browse mode. Is there an easy way to do this? Example: I have a table that will show the employee and the team they belong too (both as text) in a...
  4. StoykinButNotKrstakn

    utilizing ID on event

    When an ID is assigned to a TR or a TD, does anyone know how to retrieve and USE the ID on an event? I can't figure out how to pass this value in a manner that it is an object and not a string - so I can use it along with the properties (e.g. IDNAME.Style.Color = "Black"). Example...

Part and Inventory Search

Back
Top