Hi guys..
Im not new to C# or code behind.. However im just starting on ASP.Net controls.
Coming from a OO Javascript background, and making user controls with it, Im actually wondering how to do this effectively in ASP.Net.
Having some discussion with a few people.. Im left with this picture.
1) Create elements in ASP.Net web form.
2) Create events in code behind
3) Have some clientside functionality in seperate .js file.
4) Include any CSS in .css files..
Surely this is wrong, I mean. I can dynamically create a webpage (on the fly) and make it dynamic (dhtml) all from javascript.. And the code is in 1 file.. not 4 places like the above.
Can someone please put me in the know, with developing complex objects for the clientside, i.e Tabs/Calendar/Scroll Pane, etc..
Also, please don't link to code project.. As their examples are a bit rubbish.. To be honest, looking here..:- http://www.coalesys.com/home/
Im sure all their .net components aren't split into different areas.. Im sure its all done properly in codebehind.. However how is it done?
Thanks for taking the time to answer my question :)