run aserver side function from a datagrid

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default run aserver side function from a datagrid

    Is it possible to click a DataNavigateUrlFormatString and run a server side
    function? If now how do you do this?

    --

    ______________________
    David Fetrow
    HelixPoint LLC.
    [url]http://www.helixpoint.com[/url]
    [email]davef@helixpoint.com[/email]

    Interested in Affordable Email Marketing?
    Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
    If you are interested in becoming a Reseller of HelixPoint products, contact
    [email]davef@helixpoint.com[/email]
    ______________________


    Davef Guest

  2. Similar Questions and Discussions

    1. How To: handle DataGrid row Click Event that passes rows column values to server-side code behind function
      I've looked through many posted messages, and have tried several things but have not seemed to solve this (what you'd think would be a simple)...
    2. datagrid and client side scripts to add row
      ASP.NET SQL C# I would like to get data from sql server and display it in a web page table and be able to edit add delete rows without having to do...
    3. Controls with a client side onLoad function or seting a cursor server side
      Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or...
    4. doPostBack client-side function
      Whenever you drop a linkbutton on an ASP.NET web form, the following script gets emitted: function __doPostBack(eventTarget, eventArgument) {...
    5. Calling a function in codebehind from the html side of the aspx?
      I read from some book that you can actually on any tag in the html page put a onClick or something and assign it with the sub/function name that is...
  3. #2

    Default Re: run aserver side function from a datagrid

    You might want to try implementing a webservice behaviour to talk to your
    remote methods without refreshing your whole browser window. You can find
    examples on google.

    --
    Regards

    John Timney (Microsoft ASP.NET MVP)
    ----------------------------------------------
    <shameless_author_plug>
    Professional .NET for Java Developers with C#
    ISBN:1-861007-91-4
    Professional Windows Forms
    ISBN: 1861005547
    Professional JSP 2nd Edition
    ISBN: 1861004958
    Professional JSP
    ISBN: 1861003625
    Beginning JSP Web Development
    ISBN: 1861002092
    </shameless_author_plug>
    ----------------------------------------------

    "Davef" <dave@helixpoint.com> wrote in message
    news:#wRi3bsVDHA.1680@tk2msftngp13.phx.gbl...
    > Is it possible to click a DataNavigateUrlFormatString and run a server
    side
    > function? If now how do you do this?
    >
    > --
    >
    > ______________________
    > David Fetrow
    > HelixPoint LLC.
    > [url]http://www.helixpoint.com[/url]
    > [email]davef@helixpoint.com[/email]
    >
    > Interested in Affordable Email Marketing?
    > Check out the HelixMailer at [url]http://www.helixpoint.com/helixmailer.asp[/url]
    > If you are interested in becoming a Reseller of HelixPoint products,
    contact
    > [email]davef@helixpoint.com[/email]
    > ______________________
    >
    >

    John Timney \(Microsoft MVP\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139