When to enable/disable Viewstate
I generaly disable viewstate for my ASP.net controls unless I explicitly know I am going to require view state for them. I have found that this can significantly reduce the page size of the HTML generated.
I generaly disable viewstate for my ASP.net controls unless I explicitly know I am going to require view state for them. I have found that this can significantly reduce the page size of the HTML generated.
string s=”
The TextBox control offers a MaxLength property, which allows the insertable text into that TextBox be clientside limited to the specified amount of chars.
How to return values from Webmethod to the client in JSON format?
I’m following along the bitoftech tutorial about creating Identity and role based claims with JWT. My application user is a custom User table with int PK.
Good Evening All,
Suppose we have a example.exe file.
we first put that file in a new folder
and then zip that folder with any zipping software,
Can we prevent that zipped folder upload in a website?
how can we do that?
ELMAH shows host, code, type, error, user, date and time by default on its error log web page. Is there any way to configure it and show other fields like IP or REFERER?
I have the following rule in web.config designed to identify and rewrite outbound session cookies with both the secure and httpOnly flags:
OK I keep getting this error after about 3-4 minutes of churning: