User Profile

Collapse

Profile Sidebar

Collapse
ravichandran
ravichandran
Last Activity: Mar 22 '07, 01:16 AM
Joined: Dec 17 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ravichandran
    started a topic Can any one help me in ASP.Net 2.0 MasterPage
    in .NET

    Can any one help me in ASP.Net 2.0 MasterPage

    breifly
    i am using masterpage for designing .i want to have 5 .aspx pages inside the master page.
    i want to individually set CSS for each page.ie contentplace holder

    also i want to place a banner(gif) in the master page that should be seen in all pages. the banner should be placed from server side


    Thanks in advance....


    T.Ravichandran
    See more | Go to post

  • ravichandran
    replied to To send a mail using asp.net(c#)
    in .NET
    hai
    i had tested with System.web.mail in VS 2005but i got only error saying obsulete method so i tried with System.net.mail no error but the message is not send

    Try with System.Net class
    *************** *************** *************** ****
    sample code

    StringWriter str = new StringWriter();
    System.Net.Mail .MailMessage mes = new System.Net.Mail .MailMessage("r chandran.t@gmai l.com",...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...