J
Jim Mitchell
OK, have I come full circle.... ?
1) .NET with VS Studio seemed to be the answer to all my prayers.
A) No more worries about coding for Netscape vs. IE.
B) Quick Deployment
C) All code in code behind.
D) Go .NET
So I re-wrote the whole application in .NET code behind.
Then the penalty for all the post backs....
So I rewrote the 90% of the application back to Client Side Java Script.
VS.NET is a great tool (especially the debug) and I learned a great deal,
but other than the Datagrid, which I use only for the paging capability, I
am missing the benefit of .NET. For a web business application, XML HTTP
Posts to the web server and DHTML seems to be a much faster solution than
using the Postbacks in .NET.
The lack of persistence for controls generated at run time seem to pose a
great many challenges even if I could live with all the post backs. This
comment is really just a side note, I am more curious to get some feedback
on the comments above regarding Postbacks vs. Javascript and HTTP Posts.
I would appreciate any comments just in case I am missing some big picture.
I seem to be looking for a server side tool that is somehow client side
aware so that I can modify just pieces of the client side page without all
the postback overhead.
Thanks for any comments in advance.
Jim
1) .NET with VS Studio seemed to be the answer to all my prayers.
A) No more worries about coding for Netscape vs. IE.
B) Quick Deployment
C) All code in code behind.
D) Go .NET
So I re-wrote the whole application in .NET code behind.
Then the penalty for all the post backs....
So I rewrote the 90% of the application back to Client Side Java Script.
VS.NET is a great tool (especially the debug) and I learned a great deal,
but other than the Datagrid, which I use only for the paging capability, I
am missing the benefit of .NET. For a web business application, XML HTTP
Posts to the web server and DHTML seems to be a much faster solution than
using the Postbacks in .NET.
The lack of persistence for controls generated at run time seem to pose a
great many challenges even if I could live with all the post backs. This
comment is really just a side note, I am more curious to get some feedback
on the comments above regarding Postbacks vs. Javascript and HTTP Posts.
I would appreciate any comments just in case I am missing some big picture.
I seem to be looking for a server side tool that is somehow client side
aware so that I can modify just pieces of the client side page without all
the postback overhead.
Thanks for any comments in advance.
Jim