Click here to Skip to main content
15,880,967 members
Everything / Protected

Protected

protected

Great Reads

by ASP.NET Community
Different forums are filled with the questions regarding how to manually implement cookies for login or in other words how to implement "Remeber me"
by ASP.NET Community
This is how to to list the files in a specific directory and allow the user to download the files.ASPX:
by ASP.NET Community
How to check if a specific control caused postback?Let's say you have a button ( btnAdd ) among other controls...To check if it has just caused
by ASP.NET Community
This article will show you how to create a color selector control that will looks like the image in the right side.   The first thing to mention

Latest Articles

by Akhil Mittal
Access modifiers (or access specifiers) are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Access modifiers are a specific part of programming language syntax used to facilitate the encapsulation of components.
by ASP.NET Community
Many of you might have come across the situation where you need to making server side discussion based on client side JavaScript confirm message
by ASP.NET Community
This article will show you how to create a color selector control that will looks like the image in the right side.   The first thing to mention
by ASP.NET Community
protected void ReportViewer1_PreRender(object sender, EventArgs e) {DisableFormat(ReportViewer1, "Pdf"); }protected void

All Articles