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

  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?

    This is very good stuff to know. Thanks again for your help in explaining everything.
  3. GacUtil

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

    Wow - Thanks for that great info, BoulderBum. In reading through the documentation and looking at the namespace members, I don't see a way to 'decrypt' a hash to obtain the original value. Do you know if it is possible to decrypt something once it is encrypted? Thanks again for your help.
  4. 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...
  5. GacUtil

    Using sp_executesql in a stored proc

    Wow, thanks! The modified proc as recommended by SQLDenis works perfectly!
  6. 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...
  7. GacUtil

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

    Thanks for the reply. What do you mean by bad HTML?
  8. 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...
  9. GacUtil

    literal control - where to find?

    Like jbenson001 said. One way to get there is to open the control and click on View>Code
  10. GacUtil

    literal control - where to find?

    If the control has any properties, they will be located in its code-behind. Does that answer your question?

Part and Inventory Search

Back
Top