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

  1. nbruckelmyer

    Looping through controls

    I am trying to loop through my controls on my web page, and perform some operation on the textboxes. This don't seem to be working. Thanks. Dim oCurr As Object '-Loop through each of the controls on the form For Each oCurr In Me.Controls() '- Check to see if the control is a text box If...
  2. nbruckelmyer

    Strong Name in Visual Studio.NET

    I have a class library and I want to assign a strong name through Visual Studio. When I select properties from my project, the Strong Name section is not available in my Property Pages. Anyone know why this is happening. Thanks.
  3. nbruckelmyer

    Global Assembly Cache Problem

    I cannot get GAC to work. If you see I did anything wrong, please let me know. Here is my file **********hwmod2.vb****************** Imports System Imports System.Reflection <assembly:AssemblyVersionAttribute(&quot;1.0.0.0&quot;)> <assembly:AssemblyKeyFileAttribute(&quot;hwmod2.snk&quot;)>...
  4. nbruckelmyer

    Import my assembly from GAC

    Hi, I have an assembly in my Global Assembly Cache that I would like to access in a ASP.Net code behind page. I am pointing my web.config to the assembly I need to use in GAC. I then want to access the file in my code behind. Is there a way to do this. I would rather not copy the .dll file into...

Part and Inventory Search

Back
Top