473,624 Members | 2,121 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem in get the requested page in main page

prabunewindia
199 New Member
i have a treeview in one frame(frame1)
and a gridview in another(frame2) both frames are in one page
when i select a node in tree i want the same page again with sorted data in
gridview.
i coded like below in my code file

protected void TreeView1_Selec tedNodeChanged( object sender, EventArgs e)
{

Response.Redire ct("DisplayFull .aspx?categoryI D=" + TreeView1.Selec tedNode.Value );
}
now the new page containing both tree and gridview is opening in the frame1
but i want this in full page instead of frame1
plz help me to complete my project
thanks
Mar 29 '07 #1
0 803

Sign in to post your reply or Sign up for a free account.

Similar topics

4
1328
by: middletree | last post by:
I'm really at a loss on this one. This thing was working just fine, then stopped. The site is http://www.shoppingwithshanda.com/shanda/shandahome.asp All 6 pages are the same code, and that part in the middle, in the yellow, is supposed to show the text that was placed in the Access database, in that one field. I have another page for each of these 6 pages so that the client can type in her info, which is updated frequently.
5
1625
by: Randy | last post by:
I am having a sorting problem on a form. No subforms. Continuous Page Main Form. The query works fine pulling up a datasheet but when I attach it to a button on a form. It brings up today's records but does not sort. What do I need to change. Here is the code for the query. SELECT MAIN.DATE1, MAIN.WORKER, MAIN.TIME
11
3562
by: ElmoWatson | last post by:
I tried on the Security newgroup, as well as other places, and haven't gotten an answer yet - - I'm pulling my hair out over this one. I'm trying to get Forms Authentication working.....I can get any requested page to automatically go to the Login.aspx page, AND, the ReturnURL querystring is correct in the address bar, but no matter what, I can't get it, once the user is authenticated, to redirect to the new page. It ALWAYS refreshes the...
5
2966
by: Gabriel Lozano-Morán | last post by:
Is there any particular reason why the Session_Start() event gets triggerend by each aspx page request? Details: Windows XP Pro SP2 ..NET Framework v1.1.4322 C# SessionState set to mode InProc in web.config Session timeout set to 20 minutes
5
2175
by: Richard | last post by:
I've developed a small ASPX template framework (based on Chun Li's article on CodeProject: http://www.codeproject.com/aspnet/headerfooter.asp#xx849313xx) which uses a IHttpModule to apply usercontrols (e.g. header and footer) on pages. The module determines if templates should be added to the page using Page.Request.Path. It matches the current adress to settings found in a configuration-file... It works like a charm except for one...
5
2418
by: Steve | last post by:
Hi, I currently have a problem passing a variable value from one page to another. Once a form submit button is pressed java pops up a window and displays some information. The problem being is variables value needs to be passed from the main page to this popup window ... but it isn't. why? the submit button one the PHP page is
8
5255
by: Dave | last post by:
I am trying to write an event-driven application with no main window that runs "forever". It waits on a named event and then displays a window depending on data pased in a memory-mapped file. I started with a standard console application and it all works fine, except that it does not terminate tidily when the user logs off/shuts down. So, I figured I needed a message loop to pick up WM_QUIT. I studied the code in "Waiting in a message loop"...
2
1573
by: xeroxero | last post by:
ASP.NET 2.0 Web Application Project. I have a class called "SuperPage" that inherits from the System.Web.UI.Page class. In SuperPage, I 1. Override OnInit (do somecustom Session setup) 2. Override Render (add some controls in the page header, add some style stuff, etc) I made a new web page that inherits from SuperPage. I create a treeview in codebehind, and an empty datagrid in codebehind, and add
11
1624
by: davidiwharper | last post by:
Hi everyone, I'm writing a web form and a backend Perl script to send a query to the administrator. V1 of the script is working well, it's basically just a simple get-data-send-email script. V2, on the other hand, is a nightmare. I added just a few changes. In the HTML page (which has become an SHTML page to support a server includes: <form method="post" onsubmit="return checkform()" action="/cgi-bin/activate_v2.pl" >
2
2707
by: ramaswamynanda | last post by:
Hello All, I have an application using ASP.NET. The database is SQLServer Express 2005. There is a table called ApartmentInfo in the database. All i am trying to do, is to "select * from ApartmentInfo" into a repeater control on an asp.net page. This is the connection code i am using - Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim dbconn, sql, dbcomm, dbread ...
0
8236
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8173
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8475
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7159
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6110
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5563
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4079
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.