Forum: ASP.NET Oct 4th, 2006 |
| Replies: 6 Views: 2,795 More is not always better. The choice for outsourced development, however, usually comes down to long-term maintainability. I find ASP.NET to be extremely burdensome from a support and maintenance... |
Forum: ASP.NET Jun 21st, 2006 |
| Replies: 10 Views: 7,693 A web browser, regardless of which, can only communicate to a web server via an HTTP REQUEST, which come in two flavors: POST, and GET.
POST = A form.
GET = A querystring.
That's all.
A... |
Forum: ASP.NET Mar 14th, 2006 |
| Replies: 16 Views: 9,925 When the user submits the form, the values from the form will be inside the Response object. You can get the values there, if you like.
The ASP.NET Page Lifecycle goes through a series of discrete... |
Forum: ASP.NET Dec 27th, 2005 |
| Replies: 12 Views: 4,197 Thanks for the gracious answer... I thought my last post came across too strong. My point was, ASP.NET is a profoundly different web development methodology (profoundly flawed, in my opinion).
... |
Forum: ASP.NET Jun 24th, 2005 |
| Replies: 4 Views: 13,992 I'm not sure about the exact nature of the problem, here.
First, stop using FrontPage! Learn to write HTML, CSS, and JavaScript "by hand".
Second, realize that you can put standard HTML into an... |