Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. task in c#

task in c#

Scheduled Pinned Locked Moved C#
csharpbeta-testingquestioncode-review
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    leosang
    wrote on last edited by
    #1

    hi friends, i wanna do one task in c#,mentioned below are concept of my task there is one feedback form page , to get the feedback details to my original gmail account while submitting the feedback form. i was thinked about my task, and got some ideas , 1. To store the feedback datas in feedback master table by sumbmit the button 2.i suppose use hyperlink instead of gmail, in this clickevent of hyperlink i call bussiness method for accesing that feedabck master table. 3.but how can i implement this in gmail

    N 1 Reply Last reply
    0
    • L leosang

      hi friends, i wanna do one task in c#,mentioned below are concept of my task there is one feedback form page , to get the feedback details to my original gmail account while submitting the feedback form. i was thinked about my task, and got some ideas , 1. To store the feedback datas in feedback master table by sumbmit the button 2.i suppose use hyperlink instead of gmail, in this clickevent of hyperlink i call bussiness method for accesing that feedabck master table. 3.but how can i implement this in gmail

      N Offline
      N Offline
      Nicholas Marty
      wrote on last edited by
      #2

      Can you elaborate a bit more about what you're trying to acomplish? - I suppose you're talking about a Website / Webapplication writtin in c# is that correct? - What exactly do you want to do with that "feedback details"? Send yourself an e-mail? Send someone else an e-mail using your gmail credentials? - what do you mean by "hyperlink instead of gmail"?

      L 1 Reply Last reply
      0
      • N Nicholas Marty

        Can you elaborate a bit more about what you're trying to acomplish? - I suppose you're talking about a Website / Webapplication writtin in c# is that correct? - What exactly do you want to do with that "feedback details"? Send yourself an e-mail? Send someone else an e-mail using your gmail credentials? - what do you mean by "hyperlink instead of gmail"?

        L Offline
        L Offline
        leosang
        wrote on last edited by
        #3

        actually this is my own interest to do this task,am fresher in this asp.net k let i explain about that task , simply i have one webpage as feedback, there is two field name and feeback message. once the people who submit the feedabck ,then immediately i wanna get the name and feedback messgae in to my gmail account for people who are all submit the feedback .. is this possible?

        N 1 Reply Last reply
        0
        • L leosang

          actually this is my own interest to do this task,am fresher in this asp.net k let i explain about that task , simply i have one webpage as feedback, there is two field name and feeback message. once the people who submit the feedabck ,then immediately i wanna get the name and feedback messgae in to my gmail account for people who are all submit the feedback .. is this possible?

          N Offline
          N Offline
          Nicholas Marty
          wrote on last edited by
          #4

          As I understand it you want to send the feedback someone enters on your form as an email to your gmail account. Have a look at the SmtpClient[^] Class and the MailMessage [^] Class from the System.Net.Mail Namespace. Other than the examples on MSDN you should also find plenty of examples by searching for it on google.

          L 1 Reply Last reply
          0
          • N Nicholas Marty

            As I understand it you want to send the feedback someone enters on your form as an email to your gmail account. Have a look at the SmtpClient[^] Class and the MailMessage [^] Class from the System.Net.Mail Namespace. Other than the examples on MSDN you should also find plenty of examples by searching for it on google.

            L Offline
            L Offline
            leosang
            wrote on last edited by
            #5

            k thanks nic.. i will try it.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups