Friday, March 16, 2012

make a link postback?

I want to put some interactivity on my form in the form of buttons that are
really links, I know i can do a query string in the link to process their
action based on the type of action specified in th query string, but is
there any way to do an ASP.NET style postback to the server through a link
to make it more clean? I just need a way to put a hyperlink on a page and
process the action i want from it when its clicked. thanks! (i dont want to
use a image for the button either, because im trying to use full CSS style
generation)Maybe you could use a LinkButton.
"Brian Henry" <brianiupmsdn@.newsgroups.nospam> wrote in message
news:OiJz#GxMFHA.1948@.TK2MSFTNGP14.phx.gbl...
> I want to put some interactivity on my form in the form of buttons that
are
> really links, I know i can do a query string in the link to process their
> action based on the type of action specified in th query string, but is
> there any way to do an ASP.NET style postback to the server through a link
> to make it more clean? I just need a way to put a hyperlink on a page and
> process the action i want from it when its clicked. thanks! (i dont want
to
> use a image for the button either, because im trying to use full CSS style
> generation)
>
ah thanks, for somereason overlooked that one.
"Peter Rilling" <peter@.nospam.rilling.net> wrote in message
news:%238t6afxMFHA.3420@.tk2msftngp13.phx.gbl...
> Maybe you could use a LinkButton.
> "Brian Henry" <brianiupmsdn@.newsgroups.nospam> wrote in message
> news:OiJz#GxMFHA.1948@.TK2MSFTNGP14.phx.gbl...
> are
> to
>

0 comments:

Post a Comment