+ Reply to Thread
Results 1 to 6 of 6

.net and/or internet coding skillz

  1. #1
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    .net and/or internet coding skillz

    Can anyone recommend me a forum for help getting an internet (intranet actually) form coded?

    By which I mean:

    Name [box]
    Occupation [box]
    Attach a thingie [box] [browse button]

    [submit button]

    All I know is that we're running an ancient version of .net (v1) and the webpages with brains (i.e. not .htmls) all end .asp

    I am utterly out of my depth on this...
    CC


    If you feel really indebted please consider a donation to charity. My preferred charity is ActionAid but there are plenty of worthy alternatives.

  2. #2
    Forum Expert dominicb's Avatar
    Join Date
    01-25-2005
    Location
    Lancashire, England
    MS-Off Ver
    MS Office 2000, 2003, 2007 & 2016 365
    Posts
    4,867

    Smile Re: .net and/or internet coding skillz

    Good evening Cheeky Charlie

    OK. .asp is a language suitable for building websites, but unlike html it is not just a formatting structure, it is a language that builds each page "on the fly".

    Microsoft have their own version of asp, called asp.net, but usually asp.net pages end in .aspx. Are you certain that your pages were built with asp.net and not some other third party software?

    If you are sure you want to go forward with asp.net, I think that you will this forum a good place to start - it has its own asp.net sub forum.

    HTH

    DominicB
    Please familiarise yourself with the rules before posting. You can find them here.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: .net and/or internet coding skillz

    asp is the precursor to asp.net (.aspx)

    one key difference between asp and asp.net is that the latter posts the form to itself making it easier to code (generally speaking)

    asp.Net also comes with a large number of controls like the datagrid etc making binding data and building forms pretty simple ... I've not done much in 2 but have built a fair few apps in 1.1 - you used to be able to download MS WebMatrix for development purposes (if needed)

    .Net 3.5 is quite commonplace thesedays ... eg PowerPivot in XL2010 requires 3.5 ... that said I still run a load of old sites/apps on 1.1 without any issues

    CC, you should find you can pick up the basics of either pretty quickly...

    edit: in terms of sites - I've found 4GuysFromRolla.com very helpful in the past
    Last edited by DonkeyOte; 08-10-2010 at 02:20 PM.

  4. #4
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: .net and/or internet coding skillz

    Are you certain that your pages were built with asp.net and not some other third party software?
    I'm not sure I've articulated my ignorance clearly enough... it's written in an Adobe package, I think the intranet team use dreamweaver, I've been handed a quite astonishingly locked-down version of Contribute (which the IT department have the cheek to insist you attend a £100 cross-charged course to use, even though there are only three tools left after the functionality bowdlerisation!)

    I am fairly sure that all the pages end .asp (no x). From what you've said that makes it more likely we're using asp, not asp.net (but I could have sworn someone said we were using .net... hmm).

    I don't mind which language I use (and again, probably demonstrating my lack of understanding) - it's just whatever will work on the server and the team don't object to. Basically we've got some real jobsworths who rely completely on 'procedures' avoid doing anything they don't feel like. If I write the code, however, they will put it live. So I figure teaching myself a new language and doing it myself will be faster... but I am right at square one - "Which language?"

    Form what you've added, DO, it would seem asp.net would be better (re: the code and the learning curve). I do know we definitely aren't running .net framework 3.5. (We're still on IE6, in a financial services co! It's like a wide open door!!!)

    I suppose the question I'm reaching, based on your input is 'if I write in [any] language can I be confident that the server will be able to manage it properly?'
    I will ask this question of the intranet team, but any light you can shed would be more than welcome. It would appear to be a prereq for starting work in 'the right direction'.

    CC, you should find you can pick up the basics of either pretty quickly...
    You flirt...

    Thanks for the help!

  5. #5
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: .net and/or internet coding skillz

    IMHO asp is dead ... for a VBA programmer I'd say asp.NET using VB (as opposed to C) is a no-brainer and I kid ye not when I say you will be up and running in next to no time.

  6. #6
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561

    Re: .net and/or internet coding skillz

    Hi,

    Turns out we're running v1.1 and asp.net. I'm going to go ahead and give it a bash. Thanks for the advice and confidence boost. Feeling good about making an asp.net form.

    Cheers

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1