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


Similar Messages:

Web Forms :: How To Open A Popup Window Automatically At Some Time Interval Of Time

Sep 3, 2010

in my application i need to generate/open a popup window automatically at some interval of time, when the user is working at some page in the application, like a alert message

the popup window contains some information which should take from the database,

and the information should be updated automatically when the popup window opens,

i am developing my application with c#.

View 3 Replies

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 :: Collapsiblepanelextender - Each Time The Page Opens Or Postsback The Panels Open For A Time And Then Close

May 20, 2010

I have a series of collapsible panel extenders on my page and each time the page opens or postsback the panels open for a time and then close. Is there a way to prevent this?

View 4 Replies

Partial Rendering - Pages Are Taking Time To Load First Time?

Aug 25, 2010

Issue:

As my pages are taking time to load first time.

So user has to wait till full page gets loaded and thats irritating . Was this the reason MVC was evolved?

Solution :Should i use partial rendering on all pages including home page, and all forms getting called from home page.

So even if half page is loaded thats less frustrating

For Partial rendering what i plan is : i will put Scriptmanager with Enable partial renderingand update panel for half part of page.

So that user dont have to wait for full page to load.

Is my plan correct? Problem is i cannot regenerate page load issue every time.

View 4 Replies

Web Forms :: Open 2 Pages In Two ContentPlaceholder?

Feb 10, 2010

I have added two contentplaceholders on my master page.

My Treeview navigation is on the master page. When i Click a link on treeview a parameter page (Para.aspx) must be loaded on Contentplaceholder1 and When i click preview button on parameter page (Para.aspx) report must be loaded in to contentplaceholder2 on master page.

View 6 Replies

Open A New Page And Open Only One Time?

Feb 14, 2011

I've been working with this code

Code:

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Response.Write("<script>")
Response.Write("window.open('http://www.google.com','_blank')")
Response.Write("</script>")
End Sub

but I would not open the page immediately, but when given a click anywhere on the page, an example of what I do is [URL] need to click anywhere on the page to open a separate new page (pop up)
and if you still go back to the site and give again a click anywhere on the page no longer loads the new page, I don't know if I'm being clear.

View 8 Replies

Web Forms :: Open A Pages In Iframe When Menu Items Are Clicked?

Mar 24, 2010

I am trying to open a page in a iframe when a menu item is clicked. How can i do that..? I tried adding this code below but it doesn't work.

[Code]....

View 4 Replies

Web Forms :: Opening Two Pages (almost) At The Same Time?

Jul 9, 2010

I have a page that opens up displaying information based on a querystring. What I would like to do when this page opens is open another page. After x seconds, I want to close the original page.So, what I have done is the following

1) used Page_load page event to display the info based on a query string (no issues)

2) I call a function to open another page using:

Response.Write"<script language='javascript'> {window.open('http://www.example.com/'
& "', '');}</script>")

3) I have a, ajax timer_tick function that closes the original window using:

Response.Write(

"<script language='javascript'> {window.open('close.htm', '_self');}</script>")

The problem I have is that when the original window closes, it calls the function (point 2)) to open the secondary window again. I was just wondering how I can stop this from happening (basically the second page is opened twice).

View 5 Replies

Web Forms :: Retrieving Word Doc One Page At A Time Using Open Xml?

Jan 31, 2011

What i need to do is to retrieve only one page of word document at a time and provide user with next and previous buttons to move to forward and backwards to view other pages of document, just like pagging in gird view of other controls.

View 2 Replies

JavaScript - Multiple Create Requests Means Multiple Button Click Events For The Same Time?

Oct 19, 2010

I have a form which inserts data in DB on Submit button click but the problem is when client click the button multiple times its sends multiple create requests means multiple button click events for the same time of same data, which must not be.

I tried to disable the button when client click the Submit button first time but after this it does not call server click event handler or not fire the server click event once it got disabled.

How to handle this multiple click problem..

I used the following code to disable the button

[code]....

View 3 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

Web Forms :: Master Pages With Multiple Levels

Jan 8, 2010

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

View 6 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

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

C# - Lock Certain Pages And Leave Others Open

Mar 2, 2010

I have a website that show info to all users but if you are logged in you get access to more info and pages then unlogged user does. Can i use some sessions variables and include them in each of the pages ? What is the best way to do this. Also, what is the best way to make user stay logged in, sort of "Remember me" checkbox. Save a cookie on hdd ?

View 4 Replies

Web Forms :: Open Multiple New Windows With Listview?

Jun 16, 2010

I have a page with a listview bound to a database. The user selects an item on the list, hits submit, and a new window opens up with the selection as part of a query string. I need the user to be able to select multiple items and open up multiple new windows. Heres my code:

[Code]....

Currently, the first selection will open up a new window, but none after that.

View 4 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

Web Forms :: Multiple Default.aspx Pages In Different Folders?

Mar 3, 2011

I would like to create different folders in my .net project with following scheme;

+ students
- default.aspx
- query.aspx
+ teachers
- default.aspx
- pictures.aspx
- groupname.aspx
- default.aspx
- login.aspx
- getresult.aspx

and i would like to let it be reached as

[URL] (goes to the it's local default.aspx page, not default.aspx of at the root) [URL](goes to the it's local default.aspx page, not default.aspx of at the root) [URL] (goes to the root's default.aspx page) I hope i could tell my question understandable.

View 4 Replies

Web Forms :: How To Inherit Multiple Master Pages To A Webpage

Aug 6, 2010

in my project i need some features from one master page and some from another..

how can i inherit multiple master pages at a time..

View 1 Replies

Forms Data Controls :: Printing Multiple Pages With C#

Nov 6, 2010

i have a trouble with printing pages. i'm taking my datas on database. i can't print mor pages than one. i tried using e. HasMorePPAges=true property. But i couldn't. also i look out this subject on internet. i couldn't find any source helpful. How can i do printing multiple pages?

View 3 Replies

Javascript Close And Open Pages At The Same Button?

Mar 11, 2011

In PageA, there is a button to open a crystal report. I want to add a HTML button into crystal report to close report(browser) and back to PageA. How to use javascript to do this job?

View 1 Replies

Web Forms :: Trying To Use Multiple Sitemaps With Master Pages - Default Sitemap Always Used

Jun 16, 2010

I have two Master Pages, each with a SiteMapPath control that uses a separate sitemap assigned in markup via the SiteMapFile attribute. Both sitemap files are defined as providers in web.config, and sitemap "A" is set as default. My master pages are dynamically assigned to common content pages (in the Page_PreInit event).

View 3 Replies







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