Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 3rd, 2005, 10:39 PM
Authorized User
 
Join Date: Aug 2004
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Default Change TextBox control location on aspx page


Hi all,

I have a TextBox control on my aspx page.

I want to change my textbox xontrol location on my aspx page at run time

Can you help me?

Thanks.

Minh Phan Xuan

 
Old March 4th, 2005, 03:41 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 326
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Santhi Send a message via MSN to Santhi
Default

TextBox class has no properties to change the location.But you can achieve this by putting the TextBox inside an Div Tag and change the location at runtime.

 
Old March 4th, 2005, 08:29 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Put a page in gridlayout mode, then see the settings that the page adds to the textbox when you align it to a specific spot. You need to make those assignments dynamically.

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
textbox location problem evarol Reporting Services 0 August 23rd, 2006 02:37 AM
Custom control writing properties to ASPX- Page jack_in_black ASP.NET 2.0 Professional 1 July 14th, 2006 07:55 AM
Change the properties of a textbox control? marksartwork ASP.NET 1.0 and 1.1 Basics 7 April 4th, 2006 04:55 PM
change page encoding in WebBrowser ActiveX control alexxx_ltd Visual C++ 2 December 16th, 2004 07:08 PM
img src an aspx location?? texasraven ASP.NET 1.0 and 1.1 Professional 10 May 10th, 2004 04:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.