Ask a Question related to ASP.NET General, Design and Development.
-
Davef #1
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
-
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)... -
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... -
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... -
doPostBack client-side function
Whenever you drop a linkbutton on an ASP.NET web form, the following script gets emitted: function __doPostBack(eventTarget, eventArgument) {... -
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... -
John Timney \(Microsoft MVP\) #2
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...side> Is it possible to click a DataNavigateUrlFormatString and run a servercontact> 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,> [email]davef@helixpoint.com[/email]
> ______________________
>
>
John Timney \(Microsoft MVP\) Guest



Reply With Quote

