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 move web user control on a web form

How to move web user control on a web form

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelptutoriallearning
3 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
    ravindradonkada
    wrote on last edited by
    #1

    Hi, I am Ravindra,learning ASP.net. I created a webusercontrol and made a drag and drop on a webform but I dont know how to move the webusercontrol(.ascx) on a webform to place it correctly.So,if anybody knows please help... thanks in advance. Ravindra

    A E 2 Replies Last reply
    0
    • R ravindradonkada

      Hi, I am Ravindra,learning ASP.net. I created a webusercontrol and made a drag and drop on a webform but I dont know how to move the webusercontrol(.ascx) on a webform to place it correctly.So,if anybody knows please help... thanks in advance. Ravindra

      A Offline
      A Offline
      Aashutoshkumar
      wrote on last edited by
      #2

      Try This write on aspx page: <%@ Register TagPrefix="uc1" TagName="ConvertDt" Src="ConvertDt.ascx" %>

      write on .vb page: Imports DtConverter.ConvertDt create instance of usercontrol: Dim ab As New ConvertDt through ab you access method of usercontrol Aashutosh kumar -- modified at 6:16 Friday 6th October, 2006

      1 Reply Last reply
      0
      • R ravindradonkada

        Hi, I am Ravindra,learning ASP.net. I created a webusercontrol and made a drag and drop on a webform but I dont know how to move the webusercontrol(.ascx) on a webform to place it correctly.So,if anybody knows please help... thanks in advance. Ravindra

        E Offline
        E Offline
        Exelioindia
        wrote on last edited by
        #3

        Hi, I think you need this only, just have an look on the below link http://www.telerik.com/demos/aspnet/Dock/Examples/MyPortal/DefaultCS.aspx[^]

        Know is Drop, Unknown is Ocean

        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