views:

19

answers:

0

hi, i have read this article and it look really sweet, and what i want is exact same thing to create strongly typed jquery plugins so basicly it is just outputting javascripts, css and html controls.

my question though is will it better to do it this way or using a custom control and using the xhtmlwriter or what is the best way and ( i cant use MVC) which many will say it is better.

here are my requirements

-i don't need any asp.net server side controls to be outputted by the plugin so how can i avoid control life cycle and unnecessary head over.

  • i am using website project model.

  • i need but not necessary to merge resources (images,scripts,etc).

  • a way that if i want to in rare cases implement viewstate and server controls to use same method in creating the plugin without this rare requirement for me

my ultimate concern is as much saving server traveling and minimize HTML and unnecessary code.

i know that my question my sound stupid or chaiatoic but any help would be totally appreciated.