Search results for query: *

  1. hersheysc

    Name '<name>' is not declared....

    I'm having an issue with VS 2010 express. When I drag and drop a control onto a web form and try to run the app in debug mode, I get the following error(s): "Name '<name>' is not declared. It may be inaccessible due to its protection level". Strange thing the app runs anyway, and the control...
  2. hersheysc

    Query not returning data - Date conversion issue?

    I am attempting to populate a datatable from a select query that runs against an oracle database (currently using odp in Vs 2005). The strange thing is, when I run this same query in SQLPlus or Toad, it returns rows...but not from .NET. It looks like it runs, but just doesn't return any data...
  3. hersheysc

    retrieving web server name from a console app

    yes, that is what I'm saying. :) The current code is pulling the computer name of the server, but it doesn't match the address in the url. ************* ServerName = Environ("COMPUTERNAME") If ServerName Is Nothing Then ErrorText = "This server does not have a COMPUTERNAME...
  4. hersheysc

    retrieving web server name from a console app

    I'll try to explain what is going on without confusing anyone. We currently have a console app running on one our web servers that generates emails. It also generates an html file to be viewed by users. we need to be able to pick up the name of the webserver the file lives on and build a...
  5. hersheysc

    Site Map Control Question

    I've run into a situation concerning the Site Map Control in VS 2005... Is there a way to force this control to point to the webroot as the root directory instead of pointing to the machine root? Or does that make sense? I've tried a couple of different settings in the Web.sitemap file...
  6. hersheysc

    Validator Controls

    Can anyone point me in the direction on how to use the RequiredFieldValidator and CustomValidator controls in .NET 2003? I'm not sure how to use them, and would like learn how. Thanks! :)
  7. hersheysc

    Simple solution?

    I know this is probably a stupid question to ask, but it's been a while since I've done this. I simply need to open a text file for viewing when clicking on button in a form. There must be a simple solution for this. Can anyone help? 3:27 pm: Disregard message....I found it.
Back
Top