Click here to Skip to main content
15,922,155 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: get Keyboard Hooks from a particular application Pin
avika17-Aug-09 21:26
avika17-Aug-09 21:26 
GeneralRe: get Keyboard Hooks from a particular application Pin
Christian Graus17-Aug-09 21:47
protectorChristian Graus17-Aug-09 21:47 
GeneralRe: get Keyboard Hooks from a particular application Pin
avika17-Aug-09 21:52
avika17-Aug-09 21:52 
Questionpopupextender Pin
mylogics17-Aug-09 20:45
professionalmylogics17-Aug-09 20:45 
AnswerRe: popupextender Pin
Blikkies17-Aug-09 21:12
professionalBlikkies17-Aug-09 21:12 
GeneralRe: popupextender Pin
mylogics17-Aug-09 21:59
professionalmylogics17-Aug-09 21:59 
GeneralRe: popupextender Pin
Blikkies17-Aug-09 22:50
professionalBlikkies17-Aug-09 22:50 
Questioncrystal report toolbox is not working Pin
vikas shukla17-Aug-09 20:40
vikas shukla17-Aug-09 20:40 
hi sir,
please help me
actually i have a crystal report.it's working fine. but problem is that the toolbox button of crytal report is not working fine .i mean print,export button is not working.

actually on user data form i have a button after clicking on this there will be new form open in which the crystal report will display.and on button click of user data form i have following code

ReportDocument orpt = new ReportDocument();

reportpath = Server.MapPath("infotechstandards.rpt");
orpt.Load(reportpath );
orpt.SetDataSource(rgsd.show_for_print(uin, IcodeLst));
orpt.SetParameterValue("@uin",uin);
orpt.SetParameterValue("@icodelst", IcodeLst);

orpt.PrintToPrinter(1,false , 0, 0);
Session["report1"] = orpt;
Response.Redirect("crystal_report.aspx");

and crystal_report form contain following code:
protected void Page_Load(object sender, EventArgs e)
{
if (Session["report1"] != null)
{
ReportDocument crReportDocument = (ReportDocument)Session["report1"];
CrystalReportViewer1.ReportSource = crReportDocument;



}


it's working fine but only toolbox (print button,export )is not working.

please help me.
AnswerRe: crystal report toolbox is not working Pin
vikas shukla20-Aug-09 20:47
vikas shukla20-Aug-09 20:47 
Questionhow to get only video file name with extension Pin
kavinnagarajan17-Aug-09 20:37
kavinnagarajan17-Aug-09 20:37 
AnswerRe: how to get only video file name with extension Pin
Christian Graus17-Aug-09 21:10
protectorChristian Graus17-Aug-09 21:10 
Generalhow to get only video file name with extension Pin
kavinnagarajan17-Aug-09 21:16
kavinnagarajan17-Aug-09 21:16 
AnswerRe: how to get only video file name with extension Pin
Abhijit Jana17-Aug-09 21:30
professionalAbhijit Jana17-Aug-09 21:30 
Generalhow to get only video file name with extension Pin
kavinnagarajan17-Aug-09 21:35
kavinnagarajan17-Aug-09 21:35 
GeneralRe: how to get only video file name with extension Pin
Christian Graus17-Aug-09 21:46
protectorChristian Graus17-Aug-09 21:46 
GeneralRe: how to get only video file name with extension Pin
Blue_Boy17-Aug-09 23:41
Blue_Boy17-Aug-09 23:41 
GeneralRe: how to get only video file name with extension Pin
Christian Graus18-Aug-09 0:03
protectorChristian Graus18-Aug-09 0:03 
Questionhow to create time count down for a specific time period like 4:59 (minutes:seconds) in asp.net Pin
saiftanoli17-Aug-09 20:08
saiftanoli17-Aug-09 20:08 
AnswerRe: how to create time count down for a specific time period like 4:59 (minutes:seconds) in asp.net Pin
Christian Graus17-Aug-09 20:32
protectorChristian Graus17-Aug-09 20:32 
QuestionUpload & download videos in to sql DB Pin
kavinnagarajan17-Aug-09 20:07
kavinnagarajan17-Aug-09 20:07 
AnswerRe: Upload & download videos in to sql DB Pin
padmanabhan N17-Aug-09 20:12
padmanabhan N17-Aug-09 20:12 
AnswerRe: Upload & download videos in to sql DB Pin
Christian Graus17-Aug-09 20:31
protectorChristian Graus17-Aug-09 20:31 
AnswerRe: Upload & download videos in to sql DB Pin
Aman Bhullar17-Aug-09 20:31
Aman Bhullar17-Aug-09 20:31 
GeneralRe: Upload & download videos in to sql DB Pin
Christian Graus17-Aug-09 20:33
protectorChristian Graus17-Aug-09 20:33 
Questionvideos in webpage Pin
kavinnagarajan17-Aug-09 18:51
kavinnagarajan17-Aug-09 18:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.