Hi,
Am using VS 2008 and in one of ASP.Net web application am using RDLC report to generate PDF and showing the PDF in the browser window itself. It was working fine still 10 days before. Suddenly it stopped working giving the below error.
Microsoft.Repor ting.WebForms.L ocalProcessingE xception: An error occurred during local report processing. ---> Microsoft.Repor tingServices.Re portProcessing. ProcessingAbort edException:...
User Profile
Collapse
-
VS 2008 RDLC - LocalReport Rendering Issue
-
ASP.NET-UpdatePanel-JQuery-DIV
Hi,
In one of my webpage I user UpdatePanel. Inside the UpdatePanel I have a DIV (name=div1). On JQuery MouseOver event am showing & Hiding an another DIV(name=div2). This show/Hide animation works fine. I also have a <a> link, on clicking of this link new pop window is opened. When I close the pop window and come back to the parent window Jquery animation is not working.
Any help will be appreciated.
... -
System.Web.DataVisualization Error
Hi,
What could possibly be a reason for getting an error when trying to use MS Chart control in ASP.NET & TFS 2008. Am putting a build in TFS server 2008 and getting this error. When I run the ASP.Net application everything is working fine.
using System.Web.Data Visualization;
The type or namespace name 'DataVisualizat ion' does not exist in the namespace 'System.Web.UI' (are you missing an assembly... -
String Variable with "\0"
Hi All,
Am running a SQL query (Select EmpName, Address, PhoneNo, ISNULL(AddressT ype,'') FROM Employee) and assigning the results to a BO property class.
Later when i access this BO class, the AddressType string variable is having "\0".
How to check this AddressType string variable whether it has "\0" value.
I am already using != null, but this is not working.
Thanks. -
Send out mails from SMTP PickupDirectoryLocation
Hi,
Am using SMTP client to send mails from asp.net and currently storing the mails to specified directory. Code is used to do this below.
Now from a windows scheduler I have to...Code:SmtpClient client = new SmtpClient("mysmtphost"); client.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory; client.PickupDirectoryLocation = @"C:\somedirectory"; client.Send(message);Last edited by Frinavale; Sep 16 '11, 01:06 PM. Reason: Added code tags. Formatted code so that it's more legible. -
Working now
Hi Frinny,
Thanks for the reply, I have kept cookie name as Referrername.
Thanks. -
Cookies gets deleted in asp.net
Hi,
I am using cookies in asp.net web applicaiton to store the referrer name for 50 days. When the user login to the web application the referrer value from the URL is stored into a Cookie with Expiry date as 50 days.
But when the user logout from the web application this cookie gets cleared. In the logout button I have used below lines.
Session.Abandon ();
Response.Cookie s.Add(new HttpCookie("ASP .NET_SessionId" ,... -
Storing Email Content in Database
Hi,
Am using asp.net with C# (VS 2008) to send mails with attachments using SMTP server and MailMessage class.
Now i want to store this email message with attachment into SQL 2008 DB and later a windows service will send mails by gettnig the mail content from database.
Could anyone provide information on storing emails with attachment into DB.
Thanks. -
Hi Frinavale,
Thanks for your reply. I want to do it myself. Need some help in creating the graphics with C# and asp.net
ThanksLeave a comment:
-
Displaying Credit Score in ASP.Net, AJAX
Hi,
I need help on displaying the credit score in asp.net with ajax and C#. The score will range from 1 to 100. I want to use controls which looks like a odometer.
Any idea or information given will be more helpfull.
Thanks in advance.
Arul -
How to implement Load Balancing for a web application?
Hi,
I have a asp.net website with separate web server, Application server and database server. Now I need to have configure load balancing with two web and Application server.
I don't have any idea about load balancing. Can anyone help me with how to proceed with load balancing.
Thanks,
Manoj -
How to hide exact URL In ASP.NET 3.5?
Hi,
I have a website created using ASP.Net 3.5, C#, VS 2008. It's URL is http://mywebsite.com and it has SSL certificate installed. My default page is welcome.aspx.
Now anyone types the URL http://mywebsite.com in address bar it will be redirected to http://mywebsite.com/welcome.aspx. But I don't want to show the welcome.aspx in the address bar URL. Just I need only http://mywebsite.com.
Can anyone help me on... -
Why is TFS build output not reflected?
Hi,
Am using VS 2008 and having 25 WCF service library projects in a solution and all projects are under Team foundation server 2008 source control. I have configured the build in TFS as when ever I request a build it will be done. Till now everything is working fine. Today I added 2 more WCF projects to this solution and check-in them. When I give build and in the output share folder .dll's for this new 2 projects are reflected.... -
How to sending mail blocked by host machine?
Hi,
Am using ASP.Net 3.5 with C#. Am trying to send email using SMTP server on button click. Mostly email is sent suceessfully. But sometimes am getting web mail exception error saying "Host machine software has blocked the mail".
My web application runs behind a firewall.
Can anyone help on this.
Thanks,
Manoj -
Hi Fernando,
Below i have given the web.config file info from my WCF service.
...Code:<system.serviceModel> <bindings> <basicHttpBinding> <binding name="LargeMessageBinding" closeTimeout="10:10:00" openTimeout="10:10:00" receiveTimeout="10:10:00" sendTimeout="10:10:00" allowCookies="false" bypassProxyOnLocal="false"
Last edited by Frinavale; Aug 10 '10, 02:22 PM. Reason: Please post code in [code] ... [/code] tags.Leave a comment:
-
Content Error with WCF Service
Hi,
I have writtent a WCF service and accessing it in a asp.net page. Some times am the below error.
"The content type text/html of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSu pported method is implemented properly. The first 1024 bytes of the response were:"
What needs to be done to... -
How to write to CSV file Using VB Script
Hi,
I have to write the content from one csv file to another csv file using VB Script. The scource content file contains 5 columns and the destination file contains six column as below.
Source File:
Coulmn1 Coulmn3 Coulmn4 Coulmn5 Coulmn6
abc abc abc abc abc
Destination File:
Coulmn1 Coulmn3 Coulmn3 Coulmn4 Coulmn5 Coulmn6
abc NA abc abc abc... -
Need to show a popup window on checkboxlist item selection
I have a checkboxlist which will be populated on page_load. I am binding the 'description' values from database by adding it to "Title" attribute of the checkboxlist to show it is a tool tiop. Now when click a list item in the checkbox list, I want to show a popup window with the tooltip value of the selected list item.
Here is the source which I have done as sample.
In the code I am using a Link button to... -
Hi Monomachus,
I want to validate a xml file and against a xml schema using a WCF service in C#. I will be sending the XML file as a XML document to the WCF service. The service will validate the XML file against the predefined scheme file in the service. Here I am not able to write a method to get XML file as input from the client who is consuming the service. I am using XmlTextReader and XmlValidatingRe ader to read and validate the...Leave a comment:
-
Hi Monomachus,
I want to validate a xml file and against a xml schema using a WCF service in C#. I will be sending the XML file as a XML document to the WCF service. The service will validate the XML file against the predefined scheme file in the service. Here I am not able to write a method to get XML file as input from the client who is consuming the service. I am using XmlTextReader and XmlValidatingRe ader to read and validate...Leave a comment:
No activity results to display
Show More
Leave a comment: