June 2006 - Posts

Master page contains all the derived page controls inside the ContentPlaceHolder. So the controls are assigned to a dynamic id with the PlaceHolder prefix. i.e. "ctl00_ContentPlaceHolder1_divOther", so instead of hard coding the control name in the javascript you can do something like this :  document.getElementById("");
Posted by Ludmal De Silva | with no comments
Well, couldnt post anything usefull recently because of the tight work schedule I had. I m in the process of designing a .net Application and read some very good articles about Application Architecturing. If you ever wanted do a flexsible desing you better get ideas from these.
http://msdn.microsoft.com/practices/topics/arch/default.aspx?pull=/library/en-us/dnbda/html/distapp.asp
http://msdn.microsoft.com/practices/topics/patterns/default.aspx?pull=/library/en-us/dnpatterns/html/esp.asp
http://msdn.microsoft.com/practices/topics/patterns/default.aspx?pull=/library/en-us/dnpatterns/html/EspWebPresentationPatterns.asp
Posted by Ludmal De Silva | with no comments
Monad: Microsoft's next generation command-line scripting enviroment for windows. Wich allows simple sciptble machine managemenet. Blackcomb: Code name for windows following vista.