Click here to Skip to main content
15,900,589 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using C#,asp.net,VS 2005

I have used master page1 ...

Is there any way to keep the content1 fixed at one position?i.e., say top left corner...

Any solution please

regards
karan
Posted

Is there any way to keep the content1 fixed at one position?i.e., say top left corner...
Yes.

All you need is to design your page properly. You can use absolute positioning, if you want to fix it. Or else, just use the table designing and put the content page at a given position to appear.

Try!
 
Share this answer
 
Comments
karan joshua 22-May-11 13:16pm    
nice solution..is there any property of content1 i can use there instead of table...
Sandeep Mewara 22-May-11 13:42pm    
No, not any property like docking or so in Web. All you can use is CSS to keep it aligned in the table as per designed.
karan joshua 22-May-11 13:34pm    
actualy i have used table itself but still not working....
Agree with Mr Mewara, but would suggest using <div></div> rather than a table.

call it via runat=server
 
Share this answer
 
Comments
karan joshua 22-May-11 13:22pm    
i didnt get your solution...?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900