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

    Folder's URL Property

    In Visual Studio, is it possible to change the URL property of a folder? By default any folder in your project have a read-only URL of http://localhost/VirtualDirectory.... But if I want to, for example, reference a folder on another computer, is that possible? Thanks.
  2. GacUtil

    Hashing a Non-Password in Web.Config - Possible?

    I need to store a hashed value in a web application, presumably in the web.config file. In researching thusfar, I've found the article referenced below which deals with hashing passwords in the web.config. However, I cannot find a way to hash a non-password value in web.config...
  3. GacUtil

    Using sp_executesql in a stored proc

    I'm trying to build a stored proc that allows a user to specify a table name, and then the stored proc deletes all records from that tabel. Basically I'm trying to use sp_executesql within the proc to execute a DELETE statement as shown below. I keep receiving the error "Must declare the...
  4. GacUtil

    HTML "Active Scheme does not support..." Errors

    Why is it that some HTML properties/methods show up as errors when you're developing, but yet they are applied correctly when you run an application? For example: - Setting the AutoComplete property within a <Form> tag. - Setting the class property of a <td> tag? In both cases the message...

Part and Inventory Search

Back
Top