Results 1 to 4 of 4

Thread: How to write the interface code as shown in the asp.net language ?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    517

    How to write the interface code as shown in the asp.net language ?

    In the asp.net language, I want to design the interface as the attached picture, I drag and drop the objects to the website, but it is harder to align than the winform, the characters on the webform design are very difficult as expected as shown above, the writing method. how is the code for the above interface ? http://www.mediafire.com/view/y7e6vu...nCafe.jpg/file

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,299

    Re: How to write the interface code as shown in the asp.net language ?

    If you want to do web development then you need to learn how to do web development. Asking others to implement the entire UI for you is not really on. As always, you need to learn the principles involved and then make your best effort to implement those principles in the appropriate way for your scenario. If you encounter an actual issue when doing that then we can help you with that.

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    517

    Re: How to write the interface code as shown in the asp.net language ?

    Quote Originally Posted by jmcilhinney View Post
    If you want to do web development then you need to learn how to do web development. Asking others to implement the entire UI for you is not really on. As always, you need to learn the principles involved and then make your best effort to implement those principles in the appropriate way for your scenario. If you encounter an actual issue when doing that then we can help you with that.
    Of course, I have to learn the commands if I want to write webform, I want to find a simple software that mimics the commands using some software drag and drop on webform, then just copy the html, css, js code. for editing will be faster for webform development.

  4. #4
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,532

    Re: How to write the interface code as shown in the asp.net language ?

    Quote Originally Posted by dong View Post
    Of course, I have to learn the commands if I want to write webform, I want to find a simple software that mimics the commands using some software drag and drop on webform, then just copy the html, css, js code. for editing will be faster for webform development.
    Yeah... we've been looking for that for the last um.... what 30 some odd years... and yet here we are... It just simply doesn't exist. There have been attempts in the past (*cough*cough*FrontPage*cough*cough*) but the code it generates is so bad and so bloated, it didn't stand a chance and was really only good for static pages and people who didn't want to take the time to learn proper HTML and CSS. Anything that promises to let you design a web page with simple drag and drop isn't going to generate clean code that's going to be easy to edit. Just doesn't happen. The only way to get clean code that's easy to edit it is to learn HTML, CSS, and JS yourself, and then code it by hand yourself from scratch.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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