asp.net controls vs html element security?

Posted by Eyla on Stack Overflow See other posts from Stack Overflow or by Eyla
Published on 2010-03-18T01:47:00Z Indexed on 2010/03/18 1:51 UTC
Read the original article Hit count: 491

Filed under:
|

In general, If I have a choice when developing a web site to use html elements or asp.net controls which one is better to use if my website is interactive with server side operations such as accessing database. Is it more secure to use asp.net controls or does not matter. On other words, is it more secure to use asp.net controls instead of html element to deliver data or receive data from/to server side or no differences?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about html