- Install DB (wls1035_win32.exe)
- Welcome Screen -> Next
- Choose Middleware Home Directory Screen
- Select Create a new Middleware Home. -> Next
- Register for Security Updates Screen -> Next
- Choose Install Type Screen
- Select Typical. -> Next
- Choose Product Installation Directories Screen -> Next
- Choose Shortcut Location (Windows only) -> Next
- Installation Summary Screen -> Next
- Installation Complete Screen
- De-select Run Quickstart. -> Done
To use tabs in C# use the TabContainer element from AjaxControlToolkit Include AjaxControlToolkit Include in the Web.config file, inside the tag <system.web> the following code <pages> <controls> <add tagPrefix="ajaxCTK" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/> </controls> </pages> Include TabContainer element First include TabContainer element that is the section where all the tabs will be displayed. <ajaxCTK:TabContainer ID="TabContainerUpdate" runat="server" Height="800" CssClass="ajax__tab_style"> </ajaxCTK:TabContainer> Second per each tab include the following code corresponding to each ...
Comentarios
Publicar un comentario