Click here to Skip to main content
16,007,885 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ISAPI Extension Problem Pin
code dope13-Mar-02 3:14
code dope13-Mar-02 3:14 
GeneralASP.NET Pin
Mazdak12-Mar-02 19:12
Mazdak12-Mar-02 19:12 
GeneralRe: ASP.NET Pin
omkamal14-Mar-02 7:21
omkamal14-Mar-02 7:21 
GeneralRe: ASP.NET Pin
Mazdak14-Mar-02 9:12
Mazdak14-Mar-02 9:12 
GeneralRe: ASP.NET Pin
omkamal15-Mar-02 6:43
omkamal15-Mar-02 6:43 
GeneralRe: ASP.NET Pin
Andy Smith17-Mar-02 21:02
Andy Smith17-Mar-02 21:02 
GeneralRe: ASP.NET Pin
Mazdak17-Mar-02 21:07
Mazdak17-Mar-02 21:07 
GeneralRe: ASP.NET Pin
Andy Smith18-Mar-02 13:08
Andy Smith18-Mar-02 13:08 
Well, I guess it depends on what you mean by "place of a control".

If you mean moving it a few pixels to the left or right or something, then use the Left and Top properties.

If you want the control to be in a different place in the page structure, then add your control to the Controls collection of a different, container control. A good one to use for this purpose is the PlaceHolder control. It would look something like this:
TextBox myTextBox = new TextBox();
myPlaceHolder.Controls.Add( myTextBox );
GeneralAgain Datagrid Pin
Mazdak12-Mar-02 7:53
Mazdak12-Mar-02 7:53 
GeneralDynamic LinkButton Text Pin
Marco Cunha12-Mar-02 6:26
Marco Cunha12-Mar-02 6:26 
GeneralRe: Dynamic LinkButton Text Pin
James T. Johnson12-Mar-02 9:18
James T. Johnson12-Mar-02 9:18 
GeneralRe: Dynamic LinkButton Text Pin
Paul Watson14-Mar-02 1:02
sitebuilderPaul Watson14-Mar-02 1:02 
GeneralRe: Using a variable from code behind in aspx Pin
James T. Johnson17-Mar-02 21:54
James T. Johnson17-Mar-02 21:54 
GeneralRe: Using a variable from code behind in aspx Pin
Paul Watson17-Mar-02 22:11
sitebuilderPaul Watson17-Mar-02 22:11 
GeneralRe: Dynamic LinkButton Text Pin
Marco Cunha14-Mar-02 1:48
Marco Cunha14-Mar-02 1:48 
GeneralNewbie Help With Cookies and Forms Pin
kashmir999912-Mar-02 3:55
kashmir999912-Mar-02 3:55 
GeneralRe: Newbie Help With Cookies and Forms Pin
Roger Wright12-Mar-02 13:19
professionalRoger Wright12-Mar-02 13:19 
GeneralRe: Newbie Help With Cookies and Forms Pin
Paul Watson14-Mar-02 1:47
sitebuilderPaul Watson14-Mar-02 1:47 
General.NET vs J2EE Pin
David Salter11-Mar-02 22:41
David Salter11-Mar-02 22:41 
GeneralSyntax-highlight and Command-completion in ASP.NET Pin
Mats Karlsson11-Mar-02 6:15
Mats Karlsson11-Mar-02 6:15 
GeneralRe: Syntax-highlight and Command-completion in ASP.NET Pin
11-Mar-02 8:13
suss11-Mar-02 8:13 
GeneralRe: Syntax-highlight and Command-completion in ASP.NET Pin
Mats Karlsson11-Mar-02 21:46
Mats Karlsson11-Mar-02 21:46 
GeneralDataGrid in ASP.NET Pin
Mazdak10-Mar-02 21:36
Mazdak10-Mar-02 21:36 
GeneralRe: DataGrid in ASP.NET Pin
omkamal11-Mar-02 8:22
omkamal11-Mar-02 8:22 
GeneralRe: DataGrid in ASP.NET Pin
Mazdak11-Mar-02 8:44
Mazdak11-Mar-02 8:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.