Hi all, I am an ASP Developer, and I manage a website for a friend that uses classic ASP and an Access DB. He wants me to upgrade it to ASP.NET 2.0, so now I've gotta learn it lol...
I've started reading the QuickStart at www.asp.net (http://www.asp.net/QuickStart/aspnet/), and am learning the...
Ok but can you create a .asp file with the snippet I posted above?
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("output.asp",true)
ComputerCop911
ASP and HTML Programmer
Learning VB.NET and ASP.NET
Can also help with hardware probs
How do you take ALL the contents of a text file (like a text file containing sample ASP code) and store it into a variable?
Also, will
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.CreateTextFile("output.asp",true)
work to create ASP files or no?
ComputerCop911...
As far as I know, I don't think you can do this, but then again, I'm a real newbie at VB.NET so don't trust my word. :P ;-)
ComputerCop911
ASP and HTML Programmer
Learning VB.NET and ASP.NET
Can also help with hardware probs
I just tried that, and when I run the program, I get the following error:
"The specified cast is not valid."
************* Exception Text **************
System.InvalidCastException: Specified cast is not valid.
at System.Data.OleDb.OleDbException..ctor(IErrorInfo errorInfo, Int32 errorCode...
Those are for local dbs, I need to connect to a REMOTE database on my web-host.
ComputerCop911
ASP and HTML Programmer
Learning VB.NET and ASP.NET
Can also help with hardware probs
Just got one, thats how I'm figuring out how to fix these things :D
ComputerCop911
ASP and HTML Programmer
Learning VB.NET and ASP.NET
Can also help with hardware probs
You can try a free program called PDF995 (www.pdf995.com) its free except for an ad that pops up when you run the PDF compiler, your resultant PDF is un-touched :D
Best of all, a license is only $9.95! (hence the name)
Its just installed as a "printer" on the PC, so you just "print" to it and...
Hi, I am trying to connect to an Access database and retrieve records. I got it working for a LOCAL DB, but the actual DB is on my web server and when I put the Data Source as "http://.... etc" then it says invalid file name or something like that...
How do you connect to a REMOTE Access DB?
I thought I had replied to this topic, but I got it
in Form1.vb, there was a typo in the namespace lol...(damn all these problems that I figure out myself and then I end up hitting myself becuase of it :P)
Never mind, got it...in Form1.vb, there was a typo in the namespace lol...(damn all these problems that I figure out myself and then I end up hitting myself becuase of it :P)
Hi, I am making a Windows app, and i have different forms, and I was wondering how to switch between them using a menu (menu as in a menu below the title bar, like File, Edit, etc)
I tried the following...
If Me.menuItem2.Checked = True Then
MainForm.Form.Visible = False
Form1.Visible = True...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.