Hi Everyone, I have developed a crystal report in asp.net,c#.when i click on print two issues are raising ? 1) Directly print dialog should appear when i click on Print Button on Crystal Report ? 2) The print orientation should change to Landscape ? Please suggest for a solution. Thanks in advance Murali
ballameharmurali
Posts
-
Cystal Report Print Button -
HTML5 Player in ASP.NETHi This is for You Tube, i want to retrieve the Path from the server. Thanks Murali
-
HTML5 Player in ASP.NETHi, I want to Bind MP4 video file from Server to Lieral through c# code using HTML5 Player. i could not able to set the path from the server.I tried a lot of samples from internet but it was not working in either of the browsers. Here is the Function i used to call the and was not able to set the source path:**
this.Literal1.Text =GetWmaObject(mySourceUrl, isFullSize);
private string GetWmaObject(string sourceUrl, bool isFullSize)
{
string myWidthAndHeight = "";
string myObjectTag = "";
sourceUrl = sourceUrl + "";
sourceUrl = sourceUrl.Trim();if (sourceUrl.Length > 0) { //Continue. } else { throw new System.ArgumentNullException("sourceUrl"); } if (isFullSize) { myWidthAndHeight = ""; } else { myWidthAndHeight = "width='640' height='480'"; } sourceUrl = sourceUrl + ""; sourceUrl = sourceUrl.Trim(); if (sourceUrl.Length > 0) { myObjectTag = myObjectTag + ""; myObjectTag = myObjectTag + ""; myObjectTag = myObjectTag + ""; myObjectTag = myObjectTag + ""; myObjectTag = myObjectTag + ""; myObjectTag = myObjectTag + ""; myObjectTag = myObjectTag + ""; //myObjectTag = myObjectTag + ""; myObjectTag = myObjectTag + "
**
-
Upate Multiple Rows using update query in sqlHello everyone, I query the db and I get a number of rows returned. They are displayed in a form with fields to be updated. I know how to do the update on a one by one basis. What I want to do is be able to update multiple rows at once. Let say for example 5 fields per row and 10 rows. There is something about arrays and loop thru it that I cannot get to work. Any help would be greatly appreciated. Thanks Murali
-
how to capture MerchantOneprocessingHello , I have executed the code the if we give a valid credit card number also the result is the same. so is there any other ways . The responsecode is always 300. Thanks Murali
-
how to capture MerchantOneprocessingHi everyone , I need to capture the response_code value of the website : https://secure.merchantonegateway.com/api/transact.php In the page i need to capture the response_code value. In the page load i am using Response.Redirect('https://secure.merchantonegateway.com/api/transact.php?id=response\_code'); But i am want the value of response_code in my page. can anyone please send the code or suggest to get the value of how to get the response_code value . Thanks Murali
-
problem to display large data ( like 1 lac records) to crystal reports in asp.netHi all, how to display large data ( like 1 lac records) to crystal reports in asp.net I am getting this error when i am tried like this : Application service unavaiable . The web application you are attempting to access on this web server is currently unavaiable .please hit the refersh button in ur web browser to retry your request. Please find a solutions for this . Thanks Murali
-
Problem in Displaying Huge dataHi , Search option is not accepted here. So is there any other way to display data. Thanks Murali Murali
-
Problem in Displaying Huge dataHi, Yes but the problem the problem is if the paging is enabled also the page is not not displaying due to huge data i think .Is there a way to Display all the records(77000) Thanks Murali
-
Problem in Displaying Huge dataHi all, I am trying to display 77000 records from Oracle Database to .NET DataGrid. So it is not displaying and getting Application Server Error. Using OLEDB i did. Is there any way for solving this problem Thanks Murali
-
Save Dialog in asp.netHi, I will try in the format. I think it is better way to get the code. Thanks murali
-
Save Dialog in asp.netyes thanks murali
-
Save Dialog in asp.netHi , Thanks it is working ... byee murali
-
Save Dialog in asp.nethello everyone, I want to save the .mdb file when i click download button in asp.net.When i click the download the .mdb file is saving in the server . I tried for save dialog box so that we can save the .mdb file at our own choice in the system. save dialog is working for only txt files ... but it is not working for .mdb file.Do anybody have the code for Save Dialog for .mdb using vb.net. Thanks murali
-
vb.net BackUp of .mdb fileHi all, I have problem in .MDB file. I want to take a backup of an .mdb file through vb.net. I want to use save dialog so that i can save the file where i want. The problem i am able to use save dialog and take backup but the data is not comming and when i open the .mdb file the error is comming as Unrecognized database Foramt. DO ANYBODY have a solution of this .It is very very urgent Thanks murali Murali
-
How to get Popups like Gmail Chat....hi, It is working Fine in .net 2005 but in 2008 it is not working .... Error is not comming but pop up is not cooming ... Is there any solution for this !!!! Thanks Murali
-
How to get Popups like Gmail Chat....Hi , No error but no pop up is comming Thanks Murali
-
How to get Popups like Gmail Chat....Hi , I have doubt regarding the PopUps in .net. I want popups from bottomright like Gmail Chats.. when we enter Gmail Chat we get popups from the bottom indicating new mails have come ... like that when i login in my website if there are any mails i have to get popups indicating new msgs came.... i have an example from codeproject.com eeeksoft.web.popupwin But this is not working properly... Do anybody have the code.It is very very urgent for mee..... Thanks Murali
-
how to disable Back Button in Internet BrowserHi all, Do anybody have the code for disabling the back button in Internet Browsers. I have tried this code but this isnt working : window.history.forward(1); I even placed in the head section but it is not working. can u please help me since it is very urgent to me Regards, murali
-
How to export data from datagrid to .mdb formatHi all, Can anybody tell how to export data from datagrid to .mdb format(i.e into Access format).If possible please let me know the code. thanks Murali