.net - Should Use TabContainer For Multiple Pages

Jun 17, 2010

I'm considering if it is a good idea to use an ASP.Net TabContainer-Control in the way that every TabPanel contains content of a different page. For example: Next i want to implement in my application is the masterdata management. Normally i would create one aspx page for every masterdata-table (f.e. Customer -> MD_Customer.aspx). Then i would add a link into my Menu to this page. Now i'm thinking of creating one aspx page for all(Masterdata.aspx) with a Tabcontainer and an UpdatePanel for every type of Masterdata. The link it the menu could have an additional MDType as URL-Parameter. My main concerns are related to performance(one "page" for every TabPanel currently means 7 "pages" in one) and maintainability because of increasing complexity.

View 2 Replies


Similar Messages:

Forms Data Controls :: How To Select Multiple Records In A Gridview Over Multiple Pages

Jan 14, 2011

I have an inventory page with a gridview that shows 1 item per record, each item starts with a checkbox in the gridview. Currently users can select multiple records and hit the order button and everything has worked well. Now I have multiple pages in my gridview, and if a user selects a few records from the first page, and then goes to the second page, all the records (checked checkboxes) disappear from the first page.

[Code]....

View 8 Replies

AJAX :: TabContainer Body Border Doesn't Work For Hidden Div Inside Tabcontainer

Dec 17, 2010

I use a border for the TabContainer body which works fine.

[Code]....

also I use three hidden divs and one visible div inside a main div which works as body of Tabcontainer

View 1 Replies

Forms Data Controls :: Use Multiple Grids In A Ajax Tabcontainer Inside An Update Panel?

Feb 22, 2011

i have to use multiple grids in a ajax tabcontainer inside an update panel

View 1 Replies

How To Use Same Form On Multiple Pages

Mar 18, 2011

I am writing an application, and i have a user form, which will be the same for the users and the administrators. on different pages.

i want to only create the form once, and then be able to put it on two different aspx files.

i tried it with the "control" , but it then gets really complicated trying to access fields on the control from the aspx page to do the calculation, etc.

is there another way to do this? creating a form in one place, be able to add it to any aspx page, and have easy access to it's controls?

View 3 Replies

Print Gridview In Multiple Pages

Dec 28, 2010

I have a gridview with 30 columns and I need to print the whole gridview. I tried in some way but its resulting not in good thing. I need to print the gridview in two or three pages. The gridview having paging also in it. How can I do this? I need serial number for each row for all the pages of the gridview in the print part.

View 3 Replies

Passing Multiple Variables Between Pages?

Mar 25, 2011

I am trying to pass multiple variables between pages....

Page1.aspx (sending page)
Dim StrValue1 As String
Dim StrValue2 As String
StrValue1='ASSIGN A VALUE......

This does not work correctly. Page2.aspx is recieveing Value1 correctly but not Value2. I dont think I have the correct syntax...

Have tried the redirect with an ampersand in the middle but that does not work either...

Response.Redirect("Page2.aspx?Value1=" & Value1 & "&?Value2=" & Value2)

View 4 Replies

Multiple Pages In A Crystal Report?

Apr 23, 2010

I am binding a report in VS 2008 and crystal reports 10

How can i know the number of pages that a report is producing for a single id.....?

View 1 Replies

Print A Gridview In Multiple Pages

Dec 28, 2010

I have a gridview with 30 columns and I need to print the whole gridview. I tried in some way but its resulting in good thing. I need to print the gridview in two or three pages. The gridview having paging also in it. How can I do this? I need serial number for each row for all the pages of the gridview in the print part.

View 2 Replies

Web Forms :: Multiple Pages With The Same Inherits Value?

Oct 7, 2010

This maybe bad practice but it's the way things are currently done here. We have a template .aspx file and when someone creates a new page they take a copy of this page and rename it and it's .vb counterpart, as well as changing the CodeFile attribute in the .aspx page. What doesn't change is the Inherits attribute, this is always 'template_file'. Recently I had an issue where I uploaded a new web.config you out testing server and all the pages started erroring, I can't remember the exact error but it was because all the pages had the same Inherits value. I changed all the pages so they had unique Inherits values and all was good again.

View 5 Replies

Web Forms :: How To Use Multiple Pages To Rewrite URL

Jul 17, 2015

I am using UrlRewriter to rewrite url, below code snippets working fine for single page. As you can see page 'ViewPost.aspx' is being used to rewrite url i want to add one more page 'ViewPost2.aspx' how to achieve it.

 webconfig file
<rewriter>
<rewrite url="(.+)-(.+).aspx" to="~/ViewPost.aspx?id=$2"/>
</rewriter>
 constructing url here

[Code]....

View 1 Replies

Web Forms :: How To Hide Extension For Multiple Pages

Sep 20, 2010

In MVC it's very easy to control routing.

In my classic ASP.NET application I want to "hide" .aspx extension

I can do it with new ASP.NET 4 feature: MapPageRoute

view plaincopy to clipboardprint?

View 4 Replies

Printing Multiple Pages On Button Click?

Nov 13, 2010

In our web application we have multiple web pages. Contacts module is One of the widely used module. The entire module consists of 3 pages.

The First page displays the Contact details with several Server controls, the second page is contact history with all the history about the contact and 3rd page again some more details of the contact.

Is there any way when a user hits one button on any of these pages, it prints all the 3 pages. With the content for this contact. note these are not static pages. The contact details are displayed based on the data in our Oracle DB.

View 1 Replies

Web Forms :: Master Pages With Multiple Levels

Jan 8, 2010

I have 3 page templates - A, B & C.

View 6 Replies

How To Develop Online Survey With Multiple Pages

Oct 7, 2010

I want to develope an online survey with multiple pages. Also needs to keep track of all questions, answers and inputs. What is the best way of doing this?Survey contain multiple choices, comments entry etc...

View 2 Replies

Web Forms :: Inherit Multiple Master Pages?

May 14, 2010

Is there a way to inherit multiple Master pages? One for the heading, the next one for the menu section, and one for the footer?

View 2 Replies

Can Page Inherit Multiple Master Pages

Jun 2, 2010

Can a page inherit multiple master pages?(ASP.NET)

View 4 Replies

Web Forms :: How To Use Same Master Pages For Multiple Application

May 8, 2010

i have created a template master page

My web application is so large so i break it 2-3 dlls like 1 DLL for Acc-section-Forms.DLL other is Acc-Section-Reports.DLL and so on all these app are using same master page

but when i run my application and open any form it give me error

The type 'Tempelates.invGeneral' is ambiguous: it could come from assembly 'E:wwwrootASP.NETaccountsinAcc-section-Forms.DLL' or from assembly 'E:wwwrootASP.NETaccountsinAcc-Section-Reports.DLL'. specify the assembly explicitly in the type name.

Line 3: <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="masterInvGen.master.cs"
Line 4: Inherits="Tempelates.invGeneral" %> i know that i can create the clone of master page but it does not full fill my requirement bcs in that case if i need to do any change in any master file i have to apply that changes to all my clone master files too which is not a good way

is there any way that i create a master page with same name which can be used in all other app as well w

View 3 Replies

Multiple Master Pages For 1 Calling Page?

Dec 7, 2010

I have 2 master pages with same (href) links on top of the page. Now these links load on the same master page when clicked on (by requirement). The problem is both these master pages have same links, so basically the same page shall be loaded in the master page.Now what i need is when the person is on Master Page 1 and clicks on the link it should load in the same page. Whereas if the user is on Master Page 2 and clicks on the same link, i should be able to change the master page from 1 to 2 and load that in Master Page 2. Something like DirectCast.

View 2 Replies

MVC :: Creation Of Multiple .aspx Pages From Database Name?

Sep 22, 2010

i am making an internal social networking application for my small organisation where i work .i have a list of all employee names in a mssql 2000 database that are the names of 5000 employees of the company one by one arranged in rows in a single coloumn of a table . i have a folder ,i want to make .aspx files/pages in that folder ,the file name should be same as names of the person in database coloumn. automatically make the .aspx pages with the same names as it is in database coloumn.(note that folder will not take any duplicate values(name will not be repeated)) .i am making application using asp.net 2.0.file will be automatically created in the folder as soon as new name is entered in database.its very difficult to make 5000 aspx page with each employee name and it will be difficult to make new pages again and again after new employees names are entered.so i want that files will be automatically created after employee names are registered.

View 2 Replies

Pagination - Multiple Pages (Like Google Results)?

May 4, 2010

I am trying to do the following I have a dynamic table in my asp page and I want to show the table in multi pages like google results note:I don't to use gridview so any another way ??

View 3 Replies

Web Forms :: Open Multiple Pages At Run-time?

Dec 24, 2010

What's the best way to programatically (at run-time) open another another page, independent from the first page, and with its own controls?

My first page has a list of users. I want each to be a linkbutton that when pressed opens up a separate page for the selected user, showing the user's particular information, with controls to edit it, like textboxes, checkboxes, etc.

View 4 Replies

Controls :: Convert Pages Of PDF To Multiple Images

May 7, 2015

I have on web application and I wand to split pdf pages to corresponding images with open source or free dll.

View 1 Replies

Web Forms :: Multiple Master Pages For One Content Page?

Jan 25, 2010

Can we use 2 master pages in a single content page without nesting master pages.

View 1 Replies

Sending Multiple Html Pages In Single Email?

Sep 24, 2010

want to send muliple html pages in a email in vb.net

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved