Search results for query: *

  1. N

    trying to get file.Open(file) on remote machine

    The title is kind of lame. What I'm doing is that I had been developing on the production server (don't ask), and now I've moved development to my workstation. I have a bit of code in an aspx the opens a pre-formatted html and puts it into a label. The code is as follows. Dim FILENAME As...
  2. N

    Help, adding update button to StringBuilder made table

    Hi, This is probably the old way of doing things, but I'm doing a query to get the "unapproved" messages from a message table. I loop through a MysqlDataReader to build a table of unapproved messages. I added a standard html input button via the string builder for each message that has the row...
  3. N

    converting DLL to ascx?

    I believe you might have missed the point of my post. I already know how to add an ascx. My question is how to know what parts of this code are particular to Visual Studio and of those how or what to I use to make the code work as an ascx.
  4. N

    converting DLL to ascx?

    Hello, I found a VS project that is a weather control which gets an xml file from default (National Weather Service) and parses it to deliver a 3 day forecast. This comes from ASP.NET 2.0 US Weather Forecast Custom Control and is all in a zip file. There is a completed DLL and aspx and other...
Back
Top