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 bkrike 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 fustrated

  1. fustrated

    Hashtable and databinding

    its ok, ive found a way around this situation. I'm using the IEnumerator interface
  2. fustrated

    Hashtable and databinding

    i have a hashtable and have given keys such that they belong to a category indicated by their prefix (eg. bigCAT, bigDOG, smallCAT, smallDOG, smallFISH) is there a way to databind this hashtable to a dropdownlist in such a way that it only puts a specific category in one dropdownlist.(also...
  3. fustrated

    Naming variables

    thx
  4. fustrated

    Naming variables

    ok, i have several buttons each button is asscoiated with a panel and they have the same names except for the prefix which start with either btn*** or pnl***. once a button is clicked, i would like them to goto one method. so, one method that accepts a button and a panel and there are...
  5. fustrated

    Naming variables

    i was wondering if this is possible in c#: say if i have a string myString which holds the value 'str'. now, is there any way i can make a variable of type int or anything that has a variable name that is the value of myString? (e.g string myString = "str" then int str; )

Part and Inventory Search

Back
Top