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: *

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

    <xsl:sort, not sorting, everything else works!

    I can't seem to get the <xsl:sort select element to work. I don't get an error it just doesn't sort. This is my first experence with XSLT so I'm guessing that I'm not using the <xsl:sort element correctly. Would you guys please take a look at what I'm doing below with the sort element...
  2. SharkTooth

    Pattern for steping through a survey

    Hi, I'm looking for a nice OOP pattern to handle the counter for stepping through a survey. As the user progresses through the survey decisions are made to determine what page the user sees next. I have to indicate at the top of each page what step the user in on, like: 1 of 6, 2 of 6... Since...
  3. SharkTooth

    intellisense, DataGrid

    I created a custom DataGrid with MS DataGrid as my base. It works fine all I did was preset some design stuff. Problem is when I drop the DataGrid on the page then try to edit the HTML, for instance if I start entering a &lt;columns&gt; tag, I don’t get intellisense. However if a developer can...
  4. SharkTooth

    DataGrid - OOP design

    I created some business objects, for this example a "User" class. User handles everything related to a user, including database transactions (updates, deletes etc.). When I instantiate a new user it goes to the database and loads itself. Here is my question: When I load a datagrid I provide...
  5. SharkTooth

    The correct way to design a class...

    We are learning how to do OOP and have a question that we have been debating. Hopefully you guys can clear this up for us. I get customer data from the database and I want to populate the “Customer” object with the data from the database. I also want to use the “Customer” object to add...
  6. SharkTooth

    Is this a security risk?

    I'm doing some testing on a vendor’s web site and ran into the error below. I told the vendor that displaying this kind of error could give a hacker the information needed to hack the db or attempt SQL injection attacks etc. (btw this is a bank). The vendor is telling me that there is no...
  7. SharkTooth

    Static fields on teh web

    I was going to make a class that contained static methods that can be used in our apps including the web server. I have a concern though. My understanding is if i us a class that contains a static field and I change the value of the field then someone else accesses the class the filed will...
  8. SharkTooth

    Detecting Reader and Version from the browser.

    Does anyone know how I could detect Adobe reader and it's version number from the browser? I want to be able to tell them to upgrade if they are still using version 4. Thanks for your help.
  9. SharkTooth

    GAC - Internet apps

    I have a site with a bunch of directories, each is it's own application. I am developing assemblies to use across all sites. Is the GAC the right place for these assemblies. Is there anything I need to know before I use the GAC? (I never used the GAC before.) Thanks for your help!
  10. SharkTooth

    Change the graphic in the upper right of the browser...

    I loaded some software from Comcast and it went ahead and replaced the "e" in the upper right corner of the browser with Comcast the logo. Anyone have any idea how to change it back. I actually want to know how to do it so I can do it to our computers here at work. I'd like to put our corporate...
  11. SharkTooth

    /// &lt;summary&gt;, not working...

    I added these comments "///" (below is an example) to help the developers use the classes and methods I am adding the library. When I instantiate an object in the same project I get help, from the comments in the IDE. However if I add the library to another project I don't get the help. How can...
  12. SharkTooth

    Develop design and coding standards, OOP

    I tried this discussion on the OOP forum but didn't get anywhere. I don’t know a better place to put it on tek-tips, so here goes... I have just been tasked with developing and executing a plan to move the developers to an OOP design and development process. There are 4 developers including...
  13. SharkTooth

    Converting a department to OOP design...

    I have just been tasked with developing and executing a plan to move the developers to an OOP design and development process. There are 4 developers including myself and I am the only one with any OOP experience. I am the new guy on the block so I have to be careful. We are a Microsoft shop and...

Part and Inventory Search

Back
Top