IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Pretty much what ASP.NET is
It sounds like ASP.Net is trying to make you think like you're working with a Windows application and thus it's doing some magic for you down in the HTTP to shift state betweeen browser and server.

ASP.NET's basic 'advantage' is that it pastes a VB like event driven model onto a HTML form. The only advantage I can see of this is that it might make it a little easier for a Windows programmer to move to ASP.NET.

The huge downside of this that Lincoln has discovered is that it is hard to mix your own controls and javascript with ASP.NET's built in ones. The event model and flow of the code get screwy.

Jay
New Had a programmer tell me exactly that
He was a desktop applications guy. He told me his approach to web programming was to use .NET, treat the browser window as an application window, and do everything just like it was a desktop app. Let the framework deal with how it actually works.

Believe it or not, he had problems making minor changes to the "application" whenever the default controls didn't have options for what he was asked to do.
===

Purveyor of Doc Hope's [link|http://DocHope.com|fresh-baked dog biscuits and pet treats].
[link|http://DocHope.com|http://DocHope.com]
New There's three solutions...
1). Stick strictly with the standard ASP.Net controls and avoid writing any client side javascript. But you quickly run into the limitations of the standard controls.

2). Jettison the ASP.Net event model, and just do everything in Page_Load.

3). Write your own custom controls. This, at first, sounds like an attractive alternative, until you realize that there are all sorts of subtleties involved. And MS will likely break whatever you write in future upgrades.

New You mean "There're 3 solutions". (Beat ya, CRC!)

"It's never too late to be who you might have been." ~ George Eliot
Expand Edited by imqwerky March 17, 2006, 08:35:36 PM EST
     Trying to do this in Javascript, Part II - (lincoln) - (19)
         Sounds more like .NET than Javascript. -NT - (admin)
         It's all ASP.Net - (ChrisR) - (5)
             Re: It's all ASP.Net - (lincoln) - (1)
                 Page_Load always gets called... - (ChrisR)
             Re: It's all ASP.Net - (lincoln) - (2)
                 apt-get install debian - (drewk) - (1)
                     That ain't gonna happen - (lincoln)
         Re: Trying to do this in Javascript, Part II - (JayMehaffey)
         You're getting JS and ASP.Net muddled. - (static) - (10)
             That's exactly what it's doing - (drewk) - (4)
                 Huge? that's an understatement - (SpiceWare) - (3)
                     You should have asked them to add - (lincoln) - (2)
                         I did drop them a note - (SpiceWare) - (1)
                             nicely done! -NT - (lincoln)
             Pretty much what ASP.NET is - (JayMehaffey) - (3)
                 Had a programmer tell me exactly that - (drewk) - (2)
                     There's three solutions... - (ChrisR) - (1)
                         You mean "There're 3 solutions". (Beat ya, CRC!) -NT - (imqwerky)
             Here's how it was solved - (lincoln)

More left-wing than Stalin!
61 ms