ASP.NET 2.0 - Enter Key - Default Submit Button
摘要:Hi,One of the most annoying things in developing web pages is handling the "Enter key" for form submission. Enter key has been the favourite way users like to submit forms. Though we provide Buttons t...
阅读全文
posted @
2006-10-30 14:31
白白
阅读(344)
推荐(0)
关于potentially dangerous Request.Cookies value的解决
摘要:错误提示: A potentially dangerous Request.Form value was detected from the client (txtTest=""). 由于在.net中,Request时出现有HTML或Javascript等字符串时,系统会认为是危 险性值。立马报错。 解决方案一: 在.aspx文件头中加入这句: 解决方案二: 修改web.config文件:...
阅读全文
posted @
2006-01-02 09:57
白白
阅读(774)
推荐(0)