TEXTAREA的简单问题
如何得到textArea的值,页面提交后为什么用Request.Form["textArea"];得到的值为null 问题点数:20、回复次数:3Top
1 楼nyh800201002(牛)回复于 2003-11-01 20:35:31 得分 0
upTop
2 楼saucer(思归)回复于 2003-11-01 20:54:47 得分 20
open the HTML source in IE, make sure the name for the TEXTAREA is indeed "textArea" and make sure it is contained in the <form>..</form>
if you are using TextBox and it is contained in some other NamingContainer, the name could be changed by ASP.NETTop
3 楼nyh800201002(牛)回复于 2003-11-01 21:05:53 得分 0
thankTop




