User Profile

Collapse

Profile Sidebar

Collapse
mkadasi
mkadasi
Last Activity: Aug 9 '07, 05:28 AM
Joined: Sep 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mkadasi
    started a topic Dynamically create instance of class
    in .NET

    Dynamically create instance of class

    I want to dynamically create instance of class stored in other application.
    I am writing the following code for this purpose:

    Here in the AssemblyFunc() I am loading the assembly of TariffClass application which is loaded successfully. In objectCreate() I am creating object of class present in TariffClass application. But I am getting the following error

    'Could not load file or assembly 'file:///C:\Inetpub\wwwr oot\QuickQuote\ TariffClass,...
    See more | Go to post

  • mkadasi
    started a topic Sending mail through vb.net
    in .NET

    Sending mail through vb.net

    Hello Everyone,

    I facing a problem in sending mail through vb.net.
    The code written below sends the mail to the respective person specified in the 'TO' address. But the problem is that the recipient recieves the mail in Spam.

    Can anybody help me out.

    Dim mail1 As System.Web.Mail .MailMessage = New System.Web.Mail .MailMessage
    mail1.From = "[email removed]"
    ...
    See more | Go to post
    Last edited by kenobewan; Feb 26 '07, 12:17 PM. Reason: Email address removed

  • mkadasi
    replied to Creating runtime instance
    in .NET
    Please friends help me. Its really urgent. Give me some hint to create instance....
    See more | Go to post

    Leave a comment:


  • mkadasi
    started a topic Creating runtime instance
    in .NET

    Creating runtime instance

    I am fresher.
    Please help me.
    I am having many user defined classes(40-50) and based on some event,I want to create an instance dynamically and access its methods.
    I dont want to use switch case or if else..... something like typecasting or getting a reference.Pleas e send the demo code in asp.net
    See more | Go to post

  • mkadasi
    started a topic Attachements from outlook
    in .NET

    Attachements from outlook

    i want to get attachements from outlook and save under windows folder but through programmaticall y in vb.net
    See more | Go to post

  • mkadasi
    started a topic date conversion

    date conversion

    i want to convert date from MM/dd/yyyy format to dd/MM/yyyy fromat
    and add 30 days to the new formatted date.
    Please reply soon.
    See more | Go to post
No activity results to display
Show More
Working...