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!

Search results for query: *

  • Users: fredodman
  • Content: Threads
  • Order by date
  1. fredodman

    Checkboxlist inside Detailsview

    Hi everyone! Sorry if this is a dumb question, I am very new to this. I have a Detailview on a page collecting and displaying data about clients for a company. It is used for both adding new clients and to edit existing ones. The person that use this site now wants a checkboxlist added in the...
  2. fredodman

    Remove node from treeview

    New Problem. I'm trying to remove a node from a treeview via a button with this line of code. TreeView.Nodes.Remove(TreeView.SelectedNode) It is in a webform and I have tried so many different ways, none of them working. If anyone has any advice I would be most grateful. Fred
  3. fredodman

    Start windows form from Web form

    Hi everyone! OK, this is my problem. I tried to find a way to easier update categories and sub-categories in a database for a friend of mine. She has a website that uses this db but has no way of managing the data so to speak. I created a small windows form which populates a treeview with the...
  4. fredodman

    Contains and upper questions

    Hi everyone! This time I'm trying to fill a C# tree view from a sql query. I have two functions to extract the nodes and in the first one I will have a simple select statement to capture the categories which, in my database are in upper case. I would like to use some statement that will only...
  5. fredodman

    Need to optimize UDF

    Hi there! I have a query that uses two UDF's. When I included the first one with help of George (thank you) it slowed down my query just a little bit. Now that I tried to write my own it takes close to two minutes instead of a few seconds so I gather I didn't do such a good job. Any help is of...
  6. fredodman

    Naming column from aggregated query

    Hi y'all! I'm new to all of this so my question is probably dumb but I'll risk it anyway since I can't find my answer anywhere. I want to fill a Gridview from a sql query and all is well except for one field. The MAX function is needed (I think) to get the last date from a table but I cannot...

Part and Inventory Search

Back
Top