Search results for query: *

  • Users: Comotose
  • Content: Threads
  • Order by date
  1. C

    Import existing site into Visual Web Developer Express

    Hi all. I'm just starting out with Visual Web Developer Express 2008. I was wondering if it's possible to import a complete existing Classic ASP site into VWDE, the aim being to convert ASP pages to aspx one by one. I don't see any obvious feature that allows me to do that.
  2. C

    Question Bottleneck after button click

    Hi all. I seem to have some sort of a bottleneck problem with a webpage that contains the following sub: 31 Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) 32 33 ' Hide the button from further clicking. 34 Button1.Visible = False 35 36 ' Create the...
  3. C

    Question Virtual Directories Several Levels down...

    Hi all. I could really do with some clarification on using virtual directories correctly. My situation is that I have a class folder located thus: Root/sub1/sub2/sub3/class_folder/ In sub3 there are some .aspx and .vb files that need to find the code in class_folder. I already got myself...
  4. C

    Eliminating web.config duplication

    In incorporating a few aspx pages (created by someone else) into an existing website that is mostly written in classic asp, I have to have a local web.config file in the /sub/sub/sub/ folder where the aspx and aspx.vb files are ultimately located. I note there is a lot of duplication between...
  5. C

    differences to Classic ASP

    Hi folks. I hope y'all haven't gone bush for the weekend and left me to my own devices. I definitely can't be trusted on my own! I'm trying to transition from Classic Asp to VB.NET and I have to confess some confusion when it comes to using a MySQL database. Here is the initial connection code...
  6. C

    Question MySQL Connector/Net not recognized by VWD2008 Express

    Sorry folks, another newb question, but first... Apologies to the Moderator for not putting this in the mySQL forum, but it's a very lonely place over there, and no responses! Onward... My new installation of Visual Web Developer 2008 Express doesn't seem to know anything about the MySQL...
  7. C

    Moving Files

    Hi folks. I'm stuck on Step Two of a two-step process. In Step One I allow website members to upload an image file which is placed in a temporary location on the web server. No problems with that part. Step Two is the bit I need help with. I'm just starting out with VB.NET and all the...
  8. C

    What's your favourite editor for website development?

    Hi all. I'm just kicking off with VB.NET so I only need simple, affordable tools. So far I've just been using Windows Notepad, but I'm wondering if anyone could suggest an open source (or at least very cheap) editor that's particularly good for developing VB.NET websites. I'm not interested...
  9. C

    Question Detect the mime type of a file upload?

    Hi folks. I want to allow members of a member site to upload images to a specific folder, the location of which is hard-coded. I've got that part sorted OK, but it's very important that I be able to restrict the file types to certain image types (GIF JPG/JPEG PNG BMP) and that the file...
Back
Top