textarea风格隐藏在第一个textarea [英] textarea style hidden for first textarea

查看:70
本文介绍了textarea风格隐藏在第一个textarea的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

.i have textarea from where i pass value to code behind in asp.net
so when i add new textarea , the value for this is passed

for exp:

<textarea id="GetTextArea1" style="visibility: hidden; display: none;" name="GetActivityText[1]" aria-hidden="true"></textarea>
the above is original ..

then i add textarea from jquery and it shows ,

<textarea id="GetTextArea2"  name="GetActivityText[2]" aria-hidden="true"></textarea>


the value for GetTextArea[2] is shown in code behind , and for GetTextArea[1] value is blank

推荐答案

<textarea id="GetTextArea1" style="visibility: hidden; display: none;" name="GetActivityText[1]" aria-hidden="true"></textarea>



你必须写完一些代码来制作这样的样式。请在.cs和.aspx页面检查你的代码。


You must have written some code to make style like this. Please check your code both in .cs and .aspx page.


这篇关于textarea风格隐藏在第一个textarea的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆