Hell, the original ASP.Net framework is obviously intended to be used without CSS or custom javascript. To me, this is why ASP.Net fails - it tries to abstract the web away into a stateful control-based language, but does it poorly so instead need to understand the inner workings of ASP.Net, all the controls, plus all the web-stuff happening underneath in order to get anything done. It only behaves well in a narrow band of no-code-behind stuff... which means it was meant for somebody who knew neither HTML nor C#. C# coders find it hard to write reusable controls (all the poorly documented attributes you need to get it to play nice with the designer are a nightmare), and and traditional web-developers find the resulting markup a complete mess.Licho wrote:You can make simple python script and run it through CGI interface to understand how arguments are passed etc. Believe me, python is still very close to low level compared to those heavy asp.net frameworks where you can be completely clueless about web things like get parameters, cookies, etc..
And if I never have to write another "FindControl" call again, it'll be too soon.