Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Single web form project

Single web form project

Scheduled Pinned Locked Moved C#
csharpasp-netdatabase
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Mohammad Dabaan
    wrote on last edited by
    #1

    I want to make a simple ASP.Net project that has a single web form where the client will write a url with a query string, so can I make the first page accepts or getting the sent data from the client :)

    Thanks alot Hamody

    C 1 Reply Last reply
    0
    • M Mohammad Dabaan

      I want to make a simple ASP.Net project that has a single web form where the client will write a url with a query string, so can I make the first page accepts or getting the sent data from the client :)

      Thanks alot Hamody

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I don't see a question here.  What do you want to do ? You want to accept data via the QueryString ? Request.QueryString is what you need to examine values.  If Request.QueryString["xxx"] is not null, then a value has been provided for xxx, even if it's an empty string.

      Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

      D M 2 Replies Last reply
      0
      • C Christian Graus

        I don't see a question here.  What do you want to do ? You want to accept data via the QueryString ? Request.QueryString is what you need to examine values.  If Request.QueryString["xxx"] is not null, then a value has been provided for xxx, even if it's an empty string.

        Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

        D Offline
        D Offline
        davidc2p
        wrote on last edited by
        #3

        When you will do this, you will know almost everything there is to know about web form programing.

        David Domingues at webrickco@gmail.com. Feel free to visit http://webrick.athost.net/index.php

        1 Reply Last reply
        0
        • C Christian Graus

          I don't see a question here.  What do you want to do ? You want to accept data via the QueryString ? Request.QueryString is what you need to examine values.  If Request.QueryString["xxx"] is not null, then a value has been provided for xxx, even if it's an empty string.

          Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

          M Offline
          M Offline
          Mohammad Dabaan
          wrote on last edited by
          #4

          thanks a lot there but i mean that I want 2 know if I can make a single form web project that accepts a query string values, as the client will wrtie a url as seen down: http://www.md.com/mid=344&mname=mohd the above url is as an example, can i make this single form web page project or d u have any idea:zzz:

          Thanks alot Hamody

          C 1 Reply Last reply
          0
          • M Mohammad Dabaan

            thanks a lot there but i mean that I want 2 know if I can make a single form web project that accepts a query string values, as the client will wrtie a url as seen down: http://www.md.com/mid=344&mname=mohd the above url is as an example, can i make this single form web page project or d u have any idea:zzz:

            Thanks alot Hamody

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            You're asking on the C# forum, so I assume you want to use ASP.NET.  I don't see what the big deal is - like I said, you can use Request.QueryString to get the values.  What else do you need to know ?

            Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

            M 1 Reply Last reply
            0
            • C Christian Graus

              You're asking on the C# forum, so I assume you want to use ASP.NET.  I don't see what the big deal is - like I said, you can use Request.QueryString to get the values.  What else do you need to know ?

              Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

              M Offline
              M Offline
              Mohammad Dabaan
              wrote on last edited by
              #6

              yeah i know but is it ok or allowed on the login form??

              Thanks alot Hamody

              C 1 Reply Last reply
              0
              • M Mohammad Dabaan

                yeah i know but is it ok or allowed on the login form??

                Thanks alot Hamody

                C Offline
                C Offline
                Christian Graus
                wrote on last edited by
                #7

                It's a bit unusual, but there's not such thing as a 'login form', it's all just HTML.  You can do whatever you like.

                Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups