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