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 wOOdy-Soft 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: bueller
  • Content: Threads
  • Order by date
  1. bueller

    Old Version Help

    Hi all, I have been trying to get this code below to compile or am open for a better method to do it with. I need to strip out illegal characters that users might enter into a textbox. I have a routine that should work but keeps error and i have no clue why. This is written in VFP 6. thanks in...
  2. bueller

    Panel refresh

    Hi, I have run into a weird problem with a panel on one of my forms. I have a sub that all it does it clear out the 10 texts boxes and inactivates them on the panel. i also have refresh button on the panel. Now when i call the sub from a button just sitting on the form it goes thru the steps of...
  3. bueller

    XSL parameter passing

    Hi all, I have an XSL document that i use to format and display xml data to the screen. The problem i am having is how do i pass in a parameter to the XSL sheet with ASP.NET. I know how to do it with regular ASP. Below is the asp page i am using to call the XSL. <html> <body> <form...
  4. bueller

    ASP .NET across the Network

    Hi all, I have a quick question. Can and ASP.NET page access a file that is on a another computer? It only needs to be able to read the file. We are currently running a standard domain. Thanks, Bueller
  5. bueller

    Hi all, I need some help with ge

    Hi all, I need some help with getting my first ASP .NET page up and running. it is very simple in that it just needs to take in an xml file and apply and csl style sheet to it. The catch is the xml file is located on our fileserver since we have remote sites that update the folder with data. I...
  6. bueller

    Signed Assemblies

    Hi all, I have been working on a project here where the main assembly is not strong named but some of the referenced assemblies are. The main assembly was strong named but it did not like it when i brought in an unsigned assembly, so i changed it to be an unsigned assembly and it was fine. i...
  7. bueller

    DataGrid Sort

    Hi all, I am having a tough time with the ever enjoyable datagrid. I have been looking all around for a way to just tell the grid to sort on a field, like how it sorts when you click on a field, but have only found stuff for sorting the data before you bind it to the grid. I am looking to see...

Part and Inventory Search

Back
Top