Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have textarea , and when i see in page source , style visibility is hidden
also if i add new textarea by button click, there is no style visibility hidden for new textarea
Posted
Comments
Peter Leow 10-Jan-14 1:04am    
We are not able to see what you see on your screen.
Killzone DeathMan 10-Jan-14 6:16am    
Thats true! But some people think we are gods xD hahaha
maulikshah1990 10-Jan-14 1:05am    
I have textarea , and when i see in page source , style visibility is hidden
also if i add new textarea by button click, there is no style visibility hidden for new textarea
Karthik_Mahalingam 10-Jan-14 1:11am    
post your code..
maulikshah1990 10-Jan-14 1:12am    
<textarea name="GetActivityText[1]" id="GetTextArea<%# PDayid %>"> </textarea>

the above in source code shows

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

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900