473,386 Members | 1,708 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

how to open the crystal report in new window in asp.net.

Hi,

can any one post the code, to open the crystal report document in the new window of the browser in asp.net
Feb 25 '08 #1
1 4333
shweta123
692 Expert 512MB
Hi,
Please refer this code

Dim strPop As String = "< s c r i p t language='javascript'>" & vbCrLf _
& "window.open('viewpage.aspx','Report');" & vbCrLf _
& "< / s c r i p t >" & vbCrLf


Page.RegisterStartupScript("Pop", strPop)


Hi,

can any one post the code, to open the crystal report document in the new window of the browser in asp.net
Feb 25 '08 #2

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

Similar topics

2
by: | last post by:
Hello. As I know the crystal report is part of visual studio. 1.When I open a new project I don't have the Crystal Report option. I have C#,C++,V.B,Setup & deployment and visual studio solutions,...
2
by: project | last post by:
I want to print an sales invoice with out open crystal report. I want to know ,with out opening Crystal report, how can I give the command to be printing invoice. I'm using the following lines...
0
by: project | last post by:
I want to print an sales invoice with out open crystal report. I want to know ,with out opening Crystal report, how can I give the command to be printing invoice. I'm using the following lines...
0
by: Kalyan | last post by:
I already created report not with crystal report but through .net. Now I want to add new column in my database to crystal report. Field viewer is disabled. If i open crystal report in .net. My...
2
by: Bob | last post by:
I have a regular C# form with a button on it. I want to click the button and open the report. What code do I need to open the report? Thanks-in-advance. Bob
2
by: mike11d11 | last post by:
I created this test project and published it. I then tried installing it on another machine and it installs fine. but when I go to open the crystalreportviewer to show my created report I get an...
0
by: mike11d11 | last post by:
I have a form with a dataset that contains account records in one table and another table that contains transactions for accounts that are in the other table. I'm trying to create a report based...
0
by: =?Utf-8?B?QmhhcmF0?= | last post by:
In Vb Net in open crystal Report after opening In open mode i open a form then form is opening in maximized mode (i have disable maximized button in form level) SO give me solution.
0
by: Prasanta | last post by:
Hello, In my system the crystal report working till yesterday as well, but from today whenever I tried to open crystal report its asking me to log on to crystal management server, which never...
1
by: amitshukla67 | last post by:
Hi, I m new in crystal report please help me, How to open a crystal report in new window but i want to pass parameter on parent window (web page)?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.