User Profile

Collapse

Profile Sidebar

Collapse
Arulmanoj
Arulmanoj
Last Activity: Aug 7 '12, 10:28 AM
Joined: Mar 25 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Arulmanoj
    started a topic VS 2008 RDLC - LocalReport Rendering Issue

    VS 2008 RDLC - LocalReport Rendering Issue

    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:...
    See more | Go to post

  • Arulmanoj
    started a topic ASP.NET-UpdatePanel-JQuery-DIV

    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.
    ...
    See more | Go to post

  • Arulmanoj
    started a topic System.Web.DataVisualization Error

    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...
    See more | Go to post

  • Arulmanoj
    started a topic String Variable with "\0"

    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.
    See more | Go to post
    Last edited by Frinavale; Sep 19 '11, 02:10 PM. Reason: Added inline code tags.

  • 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.
    Code:
    SmtpClient client = new SmtpClient("mysmtphost"); 
    client.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory;
    client.PickupDirectoryLocation = @"C:\somedirectory";
    client.Send(message);
    Now from a windows scheduler I have to...
    See more | Go to post
    Last edited by Frinavale; Sep 16 '11, 01:06 PM. Reason: Added code tags. Formatted code so that it's more legible.

  • Arulmanoj
    replied to Cookies gets deleted in asp.net
    Working now

    Hi Frinny,

    Thanks for the reply, I have kept cookie name as Referrername.

    Thanks.
    See more | Go to post

    Leave a comment:


  • Arulmanoj
    started a topic Cookies gets deleted in asp.net

    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" ,...
    See more | Go to post

  • Arulmanoj
    started a topic Storing Email Content in Database

    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.
    See more | Go to post

  • Hi Frinavale,

    Thanks for your reply. I want to do it myself. Need some help in creating the graphics with C# and asp.net

    Thanks
    See more | Go to post

    Leave a comment:


  • Arulmanoj
    started a topic Displaying Credit Score in ASP.Net, AJAX

    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
    See more | Go to post

  • 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
    See more | Go to post

  • Arulmanoj
    started a topic How to hide exact URL In ASP.NET 3.5?

    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...
    See more | Go to post

  • Arulmanoj
    started a topic Why is TFS build output not reflected?
    in .NET

    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....
    See more | Go to post

  • Arulmanoj
    started a topic How to sending mail blocked by host machine?

    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
    See more | Go to post

  • Arulmanoj
    replied to Content Error with WCF Service
    in .NET
    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"
    ...
    See more | Go to post
    Last edited by Frinavale; Aug 10 '10, 02:22 PM. Reason: Please post code in [code] ... [/code] tags.

    Leave a comment:


  • Arulmanoj
    started a topic Content Error with WCF Service
    in .NET

    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...
    See more | Go to post

  • Arulmanoj
    started a topic How to write to CSV file Using VB Script

    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...
    See more | Go to post

  • 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...
    See more | Go to post
    Last edited by Niheel; May 6 '10, 03:04 PM. Reason: merged posts, to place details in question

  • 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...
    See more | Go to post

    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...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...