Positioning a Web User Control
-
I have a web user control that creates a graph based on values passed to it once it has finished it displays the control in the top left corener of the browser where as I would like to display it inside a tag of a table. I have put the reference to the control on the page and added the usercontrol inside the Like so: But when I run the program it appears over the rest of the information thats meant to be displayed in the table and is in the top left corner. Thanks for the help. "When will I learn? The answers to life's problems aren't at the bottom of a bottle. They're on TV" - Homer Simpson
-
I have a web user control that creates a graph based on values passed to it once it has finished it displays the control in the top left corener of the browser where as I would like to display it inside a tag of a table. I have put the reference to the control on the page and added the usercontrol inside the Like so: But when I run the program it appears over the rest of the information thats meant to be displayed in the table and is in the top left corner. Thanks for the help. "When will I learn? The answers to life's problems aren't at the bottom of a bottle. They're on TV" - Homer Simpson
issue with text alignment and settings. Use relative rather than absolute points.... And if you are placing inside a TD then put all the rest of the Information also inside the table.. Dont write anything outside an position it using absolute position index.
Abhishek Sur