Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Reg. Popup page title in VB.NET/ASP.NET

Author  Topic 

ourspt
Starting Member

33 Posts

Posted - 2005-05-15 : 03:26:15
Hi,

We are working on a .NET (ASP.NET/VB.NET) application with SQL Server database. In our application, we have a few pop up screns.

When a screen pops up in the application and we give it a title XYZ, the title of the pop up screen is always 'XYZ Web Page Dialog'.

The string 'Web Page Dialog' seems to be concatenated to the pop up page title all the time. Is there any way I could display my pop up page title as just XYZ, instead of concatenating 'Web Page Dialog' or any other string to it?

Thanks in advance
oursmp

olay80
Yak Posting Veteran

62 Posts

Posted - 2005-05-16 : 08:17:36
hey, i don't think u can just like the window.open function that opens up a page and it has 'Microsoft Internet Explorer' concatinated to the tittle.

Oliver
Go to Top of Page
   

- Advertisement -