Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net Web Controls (http://www.velocityreviews.com/forums/f63-asp-net-web-controls.html)
-   -   LinkButton JavaScript (http://www.velocityreviews.com/forums/t773770-linkbutton-javascript.html)

Roshawn 07-11-2004 09:24 PM

LinkButton JavaScript
 
Hi,

I'm trying to use the LinkButton on my web form. However, I'd like the
JavaScript code that is generated to be place elsewhere (like in an external
..js file). Is there any way this can be done?

Shawn



Ken Cox [Microsoft MVP] 07-12-2004 01:42 AM

Re: LinkButton JavaScript
 
You'd probably have to write your own linkbutton because ASP.NET's controls
emit the client-side script automatically.

Then again, the validation controls and SmartNavigation use some external
scripts so maybe there's a way to override the behaviour.

"Roshawn" <udrago@bellsouth.net> wrote in message
news:OYqe514ZEHA.3708@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> I'm trying to use the LinkButton on my web form. However, I'd like the
> JavaScript code that is generated to be place elsewhere (like in an
> external
> .js file). Is there any way this can be done?
>
> Shawn
>
>




All times are GMT. The time now is 12:43 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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