CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2008 Tags:
Item Type: NewsGroup Date Entered: 1/14/2008 2:36:39 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 40 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
JO900
Asp.Net User
Layout Menu is not available .[in VS2008]1/14/2008 2:36:39 AM

0/0

Big SmileI cannot move a TextBox on a webForm, because I cannot switch to Absolute positioning.  {Lauout-Menu is not amoung other menus.}

 

Can you tell me what can i do to Place a button[or else]   at the center of the webForm ?

Basically where can I found The positioning-OPTIONS {in order that I could set ABSOLUTE-position}

 

I am sure it is an easy job for you All.

Thanks.Confused

Careed
Asp.Net User
Re: Layout Menu is not available .[in VS2008]1/14/2008 2:59:09 AM

0/0

Select Options from the Tools menu.  In the Options dialog, select HTML Designer and then the CSS Styling mode.  Check the box for Change positioning to absolute......

You should now be able to place the object on the web form first, and then move it to anywhere on the page.  Note that content pages have restrictions.


Christopher Reed
"The oxen are slow, but the earth is patient."
Mikhail Arkhipo
Asp.Net User
Re: Layout Menu is not available .[in VS2008]1/14/2008 5:47:55 PM

0/0

Layout menu no longer exists. Try Format | Position... instead. If you want to center button in the form, absolute positioning is not the best approach. You can center button in, say, 800x600 form, but what if browser window or text size is bigger? Visually impaired users may decide to set any text size and ignore specified fonts, so what did fit into 800x600 on your screen will overlap in user's browser. Try using tables or CSS/Div instead. Try place form elements in table cells, for example and place button in the center cell. Trivial example:

    <table width="100%">
        <tr>
            <td>
                Some text
            </td>
        </tr>
        <tr>
            <td align="center" valign="middle">
                <input type="button" value="Click" />
            </td>
        </tr>
        <tr>
            <td>
                Some text
            </td>
        </tr>
    </table>


Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
JO900
Asp.Net User
Re: Layout Menu is not available .[in VS2008]1/15/2008 3:01:41 AM

0/0

Thanks a lot   Mikhail ,  I really appreciated your specific remarks

4 Items, 1 Pages 1 |< << Go >> >|


Free Download:


Web:
Layout Menu is not available .[in VS2008] - ASP.NET Forums Layout menu no longer exists. Try Format | Position... instead. If you want to center button in the form, absolute positioning is not the ...
Layout Menu is not available .[in VS2008] - ASP.NET Forums Re: Layout Menu is not available .[in VS2008]. 01-13-2008, 9:59 PM. Contact ... Re: Layout Menu is not available .[in VS2008]. 01-14-2008, 12:47 PM. Contact ...
Somasegar's WebLog : ASP.NET enhancements in VS2008 and .NET FX3.5 Sep 8, 2007 ... NET enhancements in VS2008 and .NET FX3.5. Monday, September 10, 2007 2:25 AM by Somasegar. Hi Sam,. Script# is available for download from ...
Toolbox controls not available for ASP.NET forms in VS2008 ... What is VS2008 doing to determine the control is not available since I can ... We also added a shortcut to the RadControls Start Menu group, ...
Andrej Tozon's blog : Event handlers and VS2008-B2 WPF designer And to later navigate to that event handler, there's a context menu navigation ... Same for inserting pictrues from scanner (not available anymore) - Vista: ...
DevComponents DotNetBar 7.4.0.0 For VS2005-VS2008 - Software ... Jul 9, 2008 ... Personalized Menus: Reduces the menu complexity by hiding unused menu items. Save and Restore Layout and usage data: Save and restore ...
Read Bits - All posts tagged 'vs2008' Mar 5, 2008 ... On a recent project I needed to layout two web forms targeted at a ... you must be in Design view for the menu option to be available. ...
Visual C++ 2008 Feature Pack: MFC Enhancements - MFC, Microsoft ... Not content with merely covering Windows, the Visual C++ team has released the Visual C++ 2008 Feature pack (currently in beta, and available for download ...
Re: Failing to upgrade test projects to VS2008? - MSDN Forums 11. In Solution Explorer. · Select the test project that is “not available.” · Right-click to open the context menu and select Reload Project. ...
ModuleActions for registered users - Extend It! (Programming in ... I would like to provide an "Add [Object]" link to this context menu that is available to a custom role in the portal. ...




Search This Site:










a critical error has occurred. arg

admin tab

multiple .net framework installations

custom systemmessages with portalid = null

bc30456: 'createresourcebasedliteralcontrol' is not a member of

master page class type error

has anybody used setupdb.cmd?

cannot logon as admin or host in dnn

trouble with background colors...

not working on production web server

best practice of file management

dotnetnuke error: input string was not in a correct format.

can't find classes in namespace

shared host supporting rewriting?

getting a "unable to start debugging on the web server" error on vista

url authorization failed

connection string is not initialized but.. exception in custom role provider

deploy a website

permission inputs ??

forms authentication / moving to new server

dynamic changing of module title with passed parameter

is there an error in solutions.all.sln?

user getting logged out

ssl and credit card processing

how to get the requeted user's name

opening a program with code

treeview renders non-standard (w3c dom) javasript in cases, causing mozilla incompatibility.

tab order in solpartmenu

help me with code !!!!

integrating fedex with .net

 
All Times Are GMT