how to navigate the url page in one web application page to another web application page
In my project one solution have 2 web apllications in one folder.like
1.webapplication1
2.webapplication2.
in firt webapplication1 i created one aspx page like sample.axpx.
in second webapplication2 i created one aspx page like sample2.aspx...
in sample2.aspx page have hyperlinl. I need to navigate this hyperlink when i click it go to the sample.axpx.
how can i write navigate url for this...help me.
..thanks
As i understand u, you need Multi Project soltuionsee this link, http://community.rainbowportal.net/blogs/jonathans_rainbow_blog/archive/2006/02/19...
how to open a web page in form of a popup web page
Hello,
I have two web pages, let say.
Page A :
With a Button on it.
PAge B: with some info.
Now I need to:
When I click on the Button of page A.Page B must open in a pop up window. I can do this but problem is this when I clicked on the button for first time it does not show me any thing and when I clicked on the button for second time then It shows me Page B .My code is as follow: 1 protected void Page_Load(object sender, EventArgs e)
2 {
3 if (!this.Page.IsPostBack)
4 {
5
6 }
7 else
8...
Web page opens second web page, how does first page know when the second one closes?
I have an app written in ASP.NET where one of the web pages opens up a web page in a second window. When this second web page closes, the first web page needs to update its data. How do you do this?
You can have the child window call a parent method when the user clicks a link to close it. Otherwise, you'd have to set up polling to check for the existence of the child, and refresh if it doesn't exist. Please Mark As Answer posts that helped you."If we learn from our mistakes, I should be brilliant by now."
Thanks, this gives me part of the answer...
How to databind control in one web page from another web page
Hi all,
I have a listbox control and a button control in a web page. Once the user clicks the button another web page is opened.
The new web page will accept some data from the user which will be used to databind the listbox in the first web page.
In other words, the two web pages ( the parent window and the child window) are open at the same time. The child page needs to databind a control in the parent page.
Is there a way to do it?
I need some code.
Thx in advance
Update:
I hate to do this.
Looks like I will have to take help of viewstate and session si...
Is it possible to embed part of one web page into another web page?
Any answers will be highly appreciated. Thanks.
If you can adjust the page you want to embed onto the other page, you could use a .ascx (web forms control). Then you can add controls to it and just drag and drop it using VS.NET from the Solution Explorer window to the webform. You can then also embed it onto other pages in that same web project easily by drag n drop. I hope this helps, it's not exactly a portion of a web page but may be an acceptable alternative for you.Rachel AppelMVP - ASPInsider
In order to better answer this, I could use some details as ...
Can my web page with a form submit to other web pages forms?
I was wondering if I created an aspx page that had a form on it that I could use the submit button to submit this form's contents to other web pages forms(servers accepting those form's data). I am thinking this would be a great way to update data on particular web pages without having to actually visit those similar web pages. Any ideas, examples would be much appreciated. Thanks in advance.
Yes you can. It's called Cross Page Posting: http://msdn2.microsoft.com/en-us/library/ms178139.aspxAlso: http://msdn2.microsoft.com/en-us/library/ms178140.aspx might ...
link a web page to another web page?
I have a web page with my banner and buttons for my site on it.
I want to add this to all of my pages. Instead of copying a pasting that to every page.
Is there a way i can link the pages to the banner page?
Thanx
use ascx?:)
Or you could create a template page.
That is: Create a page inherited from System.Web.UI.Page and
place your banner and buttons in this and then have all your other
pages inherit tis custom page instead of System.Web.UI.Page.
...
i web page referencing another web page
Can one web page reference a control on another web page?
EX. a page is brought up with a number of textbox controls. Using a hyperlink one can pop up a nother page with the calendar control. Select a date from the calendar control and place the value back in the previous page. Can this be done and how?
Use a Page.RegisterClientScriptBlock to open a window, with a javascript string like this: "<script language=Javascript>window.open('my_url.aspx','window_name','left=100,top=100,width=200,height=500,toolbar=no,scrollbars=yes,resizable=yes');</script>" Then you can s...
All web pages hang on web server when one of the web pages calls a run away sql query
Hi:
We have a Windows 2003 dedicated web server running the .NET Frameworks 1.0 and 2.0. We have a SQL Server cluster running SQL Server 2000. Unfortunately, we do not have a test environment. I have 2 .NET web sites in production. My coworker has a voting .NET web page using AJAX on the same server. The coworker wrote a query that was not indexing properly and when the page fired the query...the cluster went to almost 100% utilization. My two web pages would hang and show a blank white page on the default.aspx. Neither of m...
how can you display another web site's web page in your web page without leaving your site
Can you display another web site's web page in your web page without leaving your site?
I know you could use a frameset with .asp, but it looks like Visual Web Delevoper 2005 does not have any controls to setup a frameset.
Any help, that would point me in the right direction would be great.
Thanks
Patrick
With screen scraping
4GuysFromRolla.Com: Screen Scrapes in ASP.NEThttp://www.4guysfromrolla.com/webtech/070601-1.shtmlThanks,Teemu KeiskiFinland, EU
Thank you. This information was a great help!!!
Thanks again
Patrick...
diplay a web page into an area of another web page
How can I display a web page into an area of an other web page? I am using asp.net 2.0 and would like to avoid frames, but the functionality I need is just the one of a frame.
Thanks
Giancarlo Stinga
You can use an iframe:http://www.mike-levin.com/iframes/ Darrell Norton, MVPDarrell Norton's BlogPlease mark this post as answered if it helped you!
DarrellNorton:http://www.mike-levin.com/iframes/
Wow! Thanks for the extremely helpful link, Mr. MVP Moderator. And we are supposed to look up to you guys...
Giancarlo: Here are some useful and releva...
activating new web page from another web page
Hello all.
I'm trying to activate a web from from another web form.
I meen, something like:
public class RptReq : System.Web.UI.Page
{
private void Page_Load(object sender, System.EventArgs e)
{
// Put user code to iniialize the page here
Report rpt = new Report();
rpt.Page_Load(sender,e);
}
//Web Form Designer generated code
}
Report is another class in my name space.
Can I get the right way to do it?
Best regards to all.
Shlomi
<p><a target="_blank" href="sdfdf.asp">rdfgfdg</a></p>
...
Open web page in IE and populate fields on the form from my web form
To the dot net Knights. Many humble thanks in advance from a dot net surf. We have an vb application that opens multiple instances of IE object, each to different web pages. It then takes information from the current record in the app, populates fields on each of the web pages, and them submits the forms. We are then able to look at the resulting web pages and quickly get the info we're looking for.This prevents us from having to manually navigate to each web site, enter the same information and then wait for the page to open. If there is ...
web web webName: bahadir
Email: sensiz_olmuyor_t1_at_hotmail.com
Product: Firefox 2 Beta 2
Summary: web web web
Comments:
web sayfası yapmak
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
...