Results 1 to 4 of 4

Thread: [RESOLVED] Possible smart ways to develop a web-project with MSSQL: Visual Studio + what else?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2010
    Posts
    19

    Resolved [RESOLVED] Possible smart ways to develop a web-project with MSSQL: Visual Studio + what else?

    Hello. Sorry for this question, I'm a beginner.
    I would like to develop small web-site with MSSQL database connected.
    I have Visual Studio, I use VB.NET to write algorythm for work with data.

    What else do I need to develop site with pictures, editboxes, buttons, radiobuttons etc? How do people do that? Develop it using Visual Studio and VB.NET for example? Or, they use Adobe Dreamweaver to develop beautiful site?

    Who can clearly explain me?

    I would prefer to exclude studying php language. is it possible to make an easy website using Visual Studio and VB.Net language only?

    I know a little bit hot to connect to MSSQL server and studyin VB.Net.

    Thank you for your help guys.

    Truly yours,
    Farmer.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Possible smart ways to develop a web-project with MSSQL: Visual Studio + what els

    I have not created a site using Visual Studios! However, I would think it deals with more of the server-side code and technologies rather than the client-sides ones. I reckon if you want to design a good site ou would need to use an application such as Dream Weaver because you can visually see what you are designing whereas as with Visual Studios as far as I know you only see the code until the site is published.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Possible smart ways to develop a web-project with MSSQL: Visual Studio + what els

    Quote Originally Posted by Nightwalker83 View Post
    I have not created a site using Visual Studios! However, I would think it deals with more of the server-side code and technologies rather than the client-sides ones. I reckon if you want to design a good site ou would need to use an application such as Dream Weaver because you can visually see what you are designing whereas as with Visual Studios as far as I know you only see the code until the site is published.
    You really should develop a site in VS, if anything just so you know what it's like.

    VS 2003+ has an awesome aspx visual editor, which lets you drag and drop buttons, labels, any aspx control onto the page either in graphic view or the aspx code (not the server code, the actual aspx html tags code). Even if you're looking at the aspx code you can still drag and drop controls right into it and it'll place that control's aspx tag and everything for you.

    The visual designer even loads the master page temple when rendering a specific page that inherits a master page. IMHO it's much better than what DreamWeaver CS3 offers, I haven't used DreamWeaver CS4 yet as I only use DreamWeaver to develop PHP pages so I rarely have a need to use it.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  4. #4
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Possible smart ways to develop a web-project with MSSQL: Visual Studio + what els

    Quote Originally Posted by JuggaloBrotha View Post
    You really should develop a site in VS, if anything just so you know what it's like.

    VS 2003+ has an awesome aspx visual editor, which lets you drag and drop buttons, labels, any aspx control onto the page either in graphic view or the aspx code (not the server code, the actual aspx html tags code). Even if you're looking at the aspx code you can still drag and drop controls right into it and it'll place that control's aspx tag and everything for you.
    Hopefully, I will get the chance too when I create my major projects for my programming course over the next few years. I have no prior experience with Visual Studios and as you said VS can be used to create websites/applications too which, they don't teach in the web design/developer course.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

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



Click Here to Expand Forum to Full Width