Results 1 to 4 of 4
  1. #1

    Default help with mySQL please... updated


    how can i set a hyperlink to auto-email text inputted in a text box (for example, a comment) to an email/s stored in my database? i'm using visual web developer 2005... please help...

  2. #2

    Default Re: help with mySQL please...

    dude i-post imong script. you don't want us to write the whole script for you dba..?

  3. #3

    Default Re: help with mySQL please...

    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="CommentID"
    DataSourceID="SqlDataSource1" AllowPaging="True" AllowSorting="True" Width="558px">
    <Columns>
    <asp:BoundField DataField="DateSubmitted" HeaderText="DateSubmitted" SortExpression="DateSubmitted" />
    <asp:BoundField DataField="Comment" HeaderText="Comment" SortExpression="Comment" />
    <asp:BoundField DataField="SubmittedBy" HeaderText="SubmittedBy" SortExpression="SubmittedBy" />
    <asp:BoundField DataField="CommentStatus" HeaderText="CommentStatus" SortExpression="CommentStatus" />


    <asp:HyperLinkField DataNavigateUrlFields="CommentID" DataNavigateUrlFormatString="ReplyComment.aspx?Com mentID={0}"
    Text="Reply" />

    ** here unta na hyperlink... how to i code it na it will also send the content of the "Comment" datafield to an email address stored in my database (sql)?

    <asp:HyperLinkField DataNavigateUrlFields="CommentID" DataNavigateUrlFormatString="ViewHistory.aspx?Comm entID={0}"
    Text="View History" />
    </Columns>
    </asp:GridView>

  4. #4

    Default Re: help with mySQL please... updated

    Quote Originally Posted by aridoasis
    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="CommentID"
    DataSourceID="SqlDataSource1" AllowPaging="True" AllowSorting="True" Width="558px">
    <Columns>
    <asp:BoundField DataField="DateSubmitted" HeaderText="DateSubmitted" SortExpression="DateSubmitted" />
    <asp:BoundField DataField="Comment" HeaderText="Comment" SortExpression="Comment" />
    <asp:BoundField DataField="SubmittedBy" HeaderText="SubmittedBy" SortExpression="SubmittedBy" />
    <asp:BoundField DataField="CommentStatus" HeaderText="CommentStatus" SortExpression="CommentStatus" />


    <asp:HyperLinkField DataNavigateUrlFields="CommentID" DataNavigateUrlFormatString="ReplyComment.aspx?Com mentID={0}"
    Text="Reply" />

    ** here unta na hyperlink... how do i code it na it will also send the content of the "Comment" datafield to an email address stored in my database (sql)?

    <asp:HyperLinkField DataNavigateUrlFields="CommentID" DataNavigateUrlFormatString="ViewHistory.aspx?Comm entID={0}"
    Text="View History" />
    </Columns>
    </asp:GridView>

  5.    Advertisement

Similar Threads

 
  1. a little help with .htaccess please. :)
    By emailroy2002 in forum Programming
    Replies: 5
    Last Post: 01-28-2009, 05:25 PM
  2. help with mySQL please...
    By aridoasis in forum Websites & Multimedia
    Replies: 2
    Last Post: 10-12-2007, 05:15 PM
  3. Replies: 2
    Last Post: 11-06-2006, 01:29 PM
  4. Please help with my internet connection
    By acqua in forum Networking & Internet
    Replies: 8
    Last Post: 10-19-2006, 07:02 PM
  5. help with security code!!!! PLEASE!
    By blue_orange in forum Gizmos & Gadgets (Old)
    Replies: 7
    Last Post: 11-29-2005, 08:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top