Start Learning Classic ASP / NET?

Oct 29, 2009

I realize that VB.NET and ASP.NET are the successors of their seemingly obsolete classic counterparts, but I have noticed that some job descriptions still list VB6 and classic ASP as requirements. This may be because they want people who can convert code from classic to .NET, but I'm not really sure.

View 8 Replies


ADVERTISEMENT

.net - Places To Start Learning VB?

Jun 2, 2009

The only programming language I know is C++, and I would like to learn some others, specifically Visual Basic. So — what are some good beginners tutorials for VB, and what others languages would you suggest are good ideas to learn?

View 5 Replies

Is It Better To Start Learning C# Or C++ In .NET World

Mar 25, 2011

I have some very rusty C++ and lots of C experience, but have done little OO design or coding.I've started learning C++.NET as that seemed to be the best starting point.I've hit restrictions in Microsoft's provision with multiple inheritance and extensions, neither work in C++.Would I be better off starting again with C#, or am I better off using a mixed language approach. eg. extensions in C#, rest in C++?I'm still struggling with this->method or that.property and theother::staticthingy or whatever, and this probably is not an issue in C#. You'll see what I mean as that probably isn't the right way to desribe the difference between '->' '.' and '::'I'm getting to achieve what I want, but it's taking me 10 times longer than I think it should.

View 7 Replies

Finding Resources To Start Learning VB?

Jun 22, 2010

how to start learning vb and where can i get free resorces and support

View 3 Replies

VS 2005 Where Is Best Place To Start Learning RegEx

Feb 9, 2010

I am a RegEx virgin and have no idea where to start.

1. Where is the best place to start learning RegEx?

2. If i have an array list full of text, how can i search for a string which is in the list? For example, if i enter the search string "bob test" in this text: it will return a true. However, if there is only one match, it will also return a true.

3. thirdly, how can i search and pick out the link which is surrounded with the following tags?

View 7 Replies

Start Learning/using Modules Instead Of Integrating The Code Directly Into The Program?

Jun 22, 2010

I want to start learning/using modules instead of integrating the code directly into the program. So, I tried to make an example. Basically, what I wanted the program to do, is I click button1 and it lists details about my computer. So, I added 7 labels to the form, and a button. Then, I added a module (Module1.vb)

[Code]...

View 8 Replies

C# - Detect If Application Start Using A Manual Handling (Pressing An Icon) Or Start When Windows Start?

Feb 28, 2011

I have made my application to start automaticly when windows start (registry ../currentversion/run/appname + path). In this mode the application start minimized and an little icon appear in the notification icon area. With this icon you can maximize the app or exit it.If you exit the app and start it again using the Menu (Start/programs etc) than the application start in minimized mode (and in this case I would like to have it in normal mode) because the setting autostart is still true.Is there a way you can detect when the application start when windows startup using the above registry or when people click on an icon in the programs menu (or desktop)?

View 2 Replies

Learning C# Or VB For A PHP Programmer

Jan 21, 2011

For a few years I developed websites in PHP, but couldn't get a job doing this nearly two years ago. I spent a year teaching (and if your thinking of teaching, my advice is don't! In the UK anyway), but kept handing my CV out to different web development companies. One of these offered me a job, but the downside (or upside, depending on your views) that they only developed websites in ASP.NET. I made the decision for a career change and accepted the job.

In ASP.NET, you can develop in either C# or VB.NET. The guys I work with are using VB.NET, and I have to say I'm struggling with it. I can understand the basics but it just seems weird, especially as I've come from PHP. C# on the other hand, looks similar to PHP. I'm contemplating learning C# instead of VB, but I'd like to know what other peoples opinions are about doing this?

View 5 Replies

Resources For Learning MVC 2.0?

Jan 4, 2010

What are some good resources for learning ASP.NET MVC 2.0 (if I don't already know ASP.NET MVC 1.0)?

View 5 Replies

Classic Asp To Asp.net Conversion?

Mar 26, 2012

i am working on project jigsaw puzzle game . i have done with coding in classic asp using vb script and it working properly . i want to do same coding asp.net using vb.net but css style i was written it was not working properly in asp.net

<html>
<head>
<script type="text/javascript">

[Code]......

View 1 Replies

GridView In .NET With Classic ADO?

Aug 27, 2009

I need to be able to use an Classic ADO Recordset in an VB.Net application. I need to be able to Edit the recordset in a gridview, unfortunatly, the DataGrid in VB.Net only seems to work with ADO.NET.I am not in a position to redesign the application to use ADO.NET, much of the database code was converted from an old VB6 application. Is there any way to either convert back and forth between a recordset and RecordSource so that I can use the dataset that I already have, or is there a classic ADO datagrid that is compatible with VB.NET.

View 2 Replies

How To Use Namespace In ASP Classic

Jun 21, 2012

I'm using ASP Classic but I need to use the System.IO.DriveInfo namespace in VB.NET. How to do that?

View 3 Replies

Use A Namespace In ASP Classic?

Jun 21, 2012

I'm using ASP Classic but I need to use the System.IO.DriveInfo namespace in VB.NET. How to do that?

View 1 Replies

C# - Will Learning WPF Improve Skills In ASP

Dec 2, 2010

I have worked in Windows Forms for years, and still do. I'm not acquainted at all with the ASP.NET technology and no other Web related technology. I have worked with:

Oracle Form Builder;
Visual dBase 7.5;
Delphi 2.0, 3.0 and 7.0;
Sybase Power Builder 10.5;
Visual Basic 6;
Visual Basic 2003/2005/2008;
And ultimately, Visual C# 2005/2008.

I'm mostly a C# programmer with a growing experience in VB.NET for the current year. What would be the way to go to learn WPF the best possible way while taking into account my experience? And I'd like to know, will learning WPF improve my skills in ASP.NET and the like?

View 4 Replies

Database Programming And Learning .net And Ms Sql?

Jun 16, 2009

i'm new to database programming and am currently learning vb.net and ms sql. I was working on a simple add-edit-delete program and somehow i managed to make the Add button work, with this code:

Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
Try
con.Open()
Dim sqlAddProduct As String

[Code]....

View 1 Replies

Register VB DLL(2008) To Use In Classic ASP?

Apr 3, 2012

I've created a VB DLL in Visual Studio 2008 Professional. Not sure what I need to do to call the code below from a classic asp page. I have had other ASP pages to call a DLL. I'm not sure If I have a Dot Net DLL

or what. Bottom line I just want to create a simple DLL that can be called by

multiple users from a classic ASP web page.

[Code]...

View 4 Replies

What Is Equivalent Of WMP.CurrentPosition Of WMP Classic In New WMP 11?

Jul 15, 2009

Can anyone tell me what is the equivalent of WMP.CurrentPosition of WMP classic in the new WMP 11? I'm playing a file with WMP 11, and want to get the current time position live with a timer control.

View 1 Replies

A Good Book For Learning Program?

Mar 9, 2010

I am really interested in learning VB .net, but I don't really know where to start. Could anyone recommend a good book or website to start learning.

View 15 Replies

Book For Learning MS Chart Control?

Mar 23, 2009

Is there a book for learning the microsoft windows form chart control?

View 3 Replies

Can Download A Comprehensive Tutorials For Learning

Jun 30, 2010

I am a beginners in programming. Please, where can i download a comprehensive tutorials for learning.

View 4 Replies

Learning Visual Basic For C Programmer?

Dec 13, 2010

I've been programming in C/C++ for several years and want to learn enough Visual Basic to create GUI front ends for some of my C programs & also so I know that C functions I have written can be called by VB programs that others write. I expect that the C programs would have to be turned into DLLs for this to work.

I have created some C DLLs & created other C programs that sucessfully call the functions in the DLLs. BTW I did this with Visual Studio 2010, would there be any advantages to using other versions?Can anyone recommend a book or a website to quickly get me up to speed on VB while allowing me to skip over the parts that are intended for people who are new to programming?

Many of my programs call functions from the Windows API such as CreateFile. IINM these functions can be called from VB, but it is done differently than in Visual C++, eg: in C++ Create file returns a HANDLE variable, but the HANDLE variable type doesn't exist in Visual Basic. So I'll need to learn enough about how Visual Basic uses the Windows API to pass the file HANDLE from the C functions to the VB calling program & back.

View 4 Replies

Started Learning From The Sources On Internet?

Jan 5, 2011

i am very new to vb.net and just started learning from the sources on Internet. i m trying to create a base64 coded password but i m stuck on one of its lines.I applied MD5 code to password then I want to apple base64 to password.

[Code]...

View 2 Replies

VS 2010 Learning And Developing Application

Oct 1, 2009

I'm not new in visual basic but I finished a book of visiual basic in 2005. Now I'm planing to be a2z software developer on windows platform. Do you think that visiual basic is strong language or complete tool for all kinds of software development ? Will C++ or C# come on my way for software development while i'm visiual basic.

View 3 Replies

Where To Go About Learning To Draw In The Non-client Area

Oct 2, 2011

I had made it a goal to learn this particular aspect of programming with .Net at one point. I'm just getting around to it, but after many days of research I haven't come up with much, now I may not have thought of every possible search sure, but that aside I was wondering if anyone had any resources I could turn to for learning

View 7 Replies

.net - Old Classic ASP Pages Getting Caught In MVC Route?

Dec 17, 2011

I am converting an existing classic ASP website to (VB) MVC and I don't want any of the existing URLs to break. I have read many posts (like this one: Routing Classic ASP Requests To .NET - SEO Redirects) about how to do the proper 301 redirect. With the latest MVC release, I've gathered that

Response.RedirectPermanent(objRedirect.new_url, True)is all that is needed.

I have entered all of my old URLs in a database table with a corresponding column of the new URL. I have added code in my custom 404 page to get the original URL:

Dim strURL As String = Request.RawUrl.Substring(Request.RawUrl.IndexOf("aspxerrorpath=") + 15).ToLower()

so I can look it up in the database. (Interesting sidenote, MSDN's documentation here - Redirect Mode - seems to say that if I set RedirectMode=ResponseRewrite in the CustomErrors section of my web.config, I won't have to worry about doing the above, but when I've tried that, I get IIS errors saying it won't serve an ASP page?The problem I am encountering is that any of my old, Classic ASP URLs that have the same directory as a new MVC route are somehow being partially routed. For example, "/test/default.asp" shows up as "/test/test" in the above strURL variable of my error page.

[Code]...

View 2 Replies

Asp Classic - Call Function In DLL Without Registering The DLL?

Jan 26, 2011

Is it possible to call a function in a VB.Net dll without having registered the dll file? I need to call it from ASP Classic on shared hosting web server.

View 2 Replies

Asp.net - Unrecognizable Code In Classic ASP; - .NET Conversion

Sep 9, 2010

CODE:

Explain what the lines of code above are doing? i'm more interested in the first line as the method it is written in exits when it hits that line, so apparently the variable oXML isn't being set. i know that oXML is supposed to be set to some kind of COM object but can you explain the "Msxml2.DOMDocument.4.0" part a bit more? what is that, where is that, and what will it look like in .NET (this code is a classic asp)? i don't know what the second line of code above is either but the method never even reaches it so if you have any ideas about what that is doing would be great too.

View 3 Replies

C# - Language Choices When Porting A Classic Asp App To .NET

Sep 7, 2010

We are looking to port our existing classic ASP application to .NET, but we're unsure of what language to use for the new app. I personally would 'prefer' C#, as I'm more familiar and comfortable with that languages way of doing things, but, the original code is VBScript, so it would possibly be easier to port to VB.NET ... One possible situation I fear would be that, because the code is so similar between the two variants of VB, that we might end up getting stuck on something that is not similar between the two, even though it looks like it would work. A shift to a wholly different language might avoid that kind of situation. Does anyone have any practical examples of this kind of situation? Insights to illuminate the issue with? Do the potential benefits of a complete paradigm shift outweigh the gains from a high degree of 'copy-and-paste-ability' ?

View 9 Replies

Run ASP.Net 3.5 Site With Some Pages Written In Classic ASP?

Jan 24, 2011

We have a site and a logged in section of the site that all was written in classic asp. We are starting to convert the site pages to asp.net 3.5. We are starting with the easiest pages (text mainly) first then we will rewrite the web application part of the site.My question is - Is it possible to run the new asp.net 3.5 pages with classic asp pages? Or will we need to rewrite everything before deploying?

View 1 Replies

VS 2010 The Classic: Favorites On A Web Browser?

Feb 15, 2011

I want Favorites/Bookmarks on a web browser.I want it to list favorites in a listbox (if possible) and when you click on a favorite, it will take you to that page.I also want it to add bookmarks on add bookmarks button click I also looked at source of other programs and couldn't find what I'm looking for.I using TabControl1 by the way.I would like to not use IE favorites, but if I have to, it's OK.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved