In response to my post Why runat="server" for ASP.NET?, Talbott Crowell tried of Microsoft National Services tried to comment but got an error from dasBlog. I’ve decided to post his emailed comments here: I understand your point, but the importance of [runat="server"] is more for consistancy and extensibility. If the developer has to mark some …
A potentially dangerous Request.Form value was detected…
In response to my post Why runat="server" for ASP.NET?, Talbott Crowell of Microsoft National Services tried to post the following comment: I understand your point, but the importance of [runat="server"] is more for consistancy and extensibility. If the developer has to mark some tags some ways (ie an [<asp:] prefix) and in other cases using …
Continue reading “A potentially dangerous Request.Form value was detected…”
Why runat=”server” for ASP.NET?
One of the things I don’t like about ASP.NET is [runat=”server”]. Why can’t we set [runat=”server”] to be the default for certain tags? After all, isn’t every tag that starts with “<asp:” run at the server? Why make me bloat code? Why put something there I might forget to type and then waste my time figuring out …