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. Web Development
  3. ASP.NET
  4. how to do it?

how to do it?

Scheduled Pinned Locked Moved ASP.NET
asp-netcsharptutorialquestion
6 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.
  • R Offline
    R Offline
    Rmesh
    wrote on last edited by
    #1

    in asp.net project i have created a 2 web forms and i put one Button On first form in that on click event i have written like this webfrom2 w2=new webform2 w2.visible=true; w2.enableviewstate=true but it will not work how to do?

    V A 2 Replies Last reply
    0
    • R Rmesh

      in asp.net project i have created a 2 web forms and i put one Button On first form in that on click event i have written like this webfrom2 w2=new webform2 w2.visible=true; w2.enableviewstate=true but it will not work how to do?

      V Offline
      V Offline
      VenkataRamana Gali
      wrote on last edited by
      #2

      actually what u want to do?

      regards GV Ramana

      R 1 Reply Last reply
      0
      • R Rmesh

        in asp.net project i have created a 2 web forms and i put one Button On first form in that on click event i have written like this webfrom2 w2=new webform2 w2.visible=true; w2.enableviewstate=true but it will not work how to do?

        A Offline
        A Offline
        albCode
        wrote on last edited by
        #3

        If you trying to access webfrom2 then you have to write this code: Response.Redirect("webform2.aspx");


        "My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates

        R 1 Reply Last reply
        0
        • V VenkataRamana Gali

          actually what u want to do?

          regards GV Ramana

          R Offline
          R Offline
          Rmesh
          wrote on last edited by
          #4

          now i got code to do thank you another question: in sql how to combine two columns in to one how to do it by view or by query

          A 1 Reply Last reply
          0
          • A albCode

            If you trying to access webfrom2 then you have to write this code: Response.Redirect("webform2.aspx");


            "My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates

            R Offline
            R Offline
            Rmesh
            wrote on last edited by
            #5

            thats fine it was working

            1 Reply Last reply
            0
            • R Rmesh

              now i got code to do thank you another question: in sql how to combine two columns in to one how to do it by view or by query

              A Offline
              A Offline
              albCode
              wrote on last edited by
              #6

              select column1+' ' +column2 as CombineColumns from tablename


              "My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates

              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