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 Rhinorhino 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: rexhunter
  • Content: Threads
  • Order by date
  1. rexhunter

    ASP.NET HTTPMODULE UPLOAD CONTROL

    I'm going to start an upload control in ASP.NET (VB). The requirements: * Can handle big files * Has a progress bar The build in upload control does not meet my requirements. I know that you can write it with a httpmodule. But I don't know how to address that. I searched on the internet...
  2. rexhunter

    A real life LAYERED: Kernel--Math Algorithms--GUI Algorithms--Output

    I am developing a forum (discussion) site and other funny stuff. First, I will explain: (Note: this question goes not about ASP.NET or .NET, but about OOP in general). Most of the things run on a database. I created a database class that simplifies the interacting between the other code and de...
  3. rexhunter

    random indentity

    In the user environment of Acces it is possible to set a counter to random. The engine produces random unique ID numbers. Is this also possible with SQL (TSQL) which works with the JET engine?
  4. rexhunter

    Database design: INSERT ROW BETWEEN 2 ROWS

    I've created a discussion forum. One of the features is that users can react on other users: a subthread. Example: Reaction Record number ==================== ============= ReactionA Gates 1 ReactionB Bush 2...

Part and Inventory Search

Back
Top