C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Clark(3)
Prabhakar Parihar(2)
Santhi Maadhaven(2)
Ravish Sindhwani(2)
Sandhiya Priya(1)
Sangeetha S(1)
Mohammad Rabie(1)
Rahul Bansal(1)
Priti Kumari(1)
Neha Sharma(1)
Shivprasad (1)
Nipun Tomar(1)
Satyaprakash Samantaray(1)
Rasmita Dash(1)
Dinkar Chavhan(1)
Devesh Omar(1)
Jignesh Trivedi(1)
Gowtham Rajamanickam(1)
Ziauddin Choudhary(1)
Hussain Patel(1)
Nilesh Jadav(1)
Rajeev Ranjan(1)
Vishal Gilbile(1)
Subal Mishra(1)
Amit Choudhary(1)
C# Curator(1)
Anand Thakur(1)
Levent Camlibel(1)
Chris Harrison(1)
Resources
No resource found
Dynamically Loading Multiple ASCX Pages in an ASPX Page using Switch-Case
Oct 13, 2025.
Learn how to dynamically load multiple ASCX user controls in a single ASP.NET Web Forms page (ASPX) using the LoadControl method and a switch-case statement. This approach promotes code reusability, reduces redundancy, and enhances maintainability by loading controls based on parameters like QueryString values. Discover how to implement this technique with a practical example, including error handling and optimization tips for large-scale applications. Improve your ASP.NET development skills and create more modular and efficient web applications.
AJAX Calls in Web forms ASPX VB .NET Code
Feb 21, 2025.
Learn how to call an AJAX function in ASP.NET Web Forms using WebMethod. This article covers client-side AJAX requests and server-side processing to enable seamless communication in a .NET Framework 4.7.2 application.
How to Use ASPX Files in .NET Core?
Jul 17, 2023.
Code Behind library for support aspx files in .NET Core
Differences Between Razor and ASPX View Engine in MVC
Feb 13, 2014.
This article describes the differences between Razor and the ASPX View Engine in MVC.
Call ASPX Page From Windows Application in C#
Jan 06, 2014.
In this article I will explain how to open and start a web page (.aspx page ) from a Window application in C#.
Convert Aspx Page Into PDF in ASP.NET
Apr 08, 2013.
This article is about how to export an aspx page into Pdf file.
Show Excel File in ASPX page
Apr 08, 2011.
In this article I show an Excel file in an aspx page; many times we want to see a large amount of data when running our project, so we switch to Excel file & see the data.
Read All Text Files in a Folder and Merge Into an aspx Page
Apr 04, 2011.
In this article I am gathering all text files from a folder and merging them into a single aspx page. In this article I am using 45 text files; they are first read then combined into an aspx page; it's a fast way to assemble all files into a webpage.
4 steps to increase bandwidth performance for ASPX pages on IIS 6.0
Sep 07, 2009.
In this article we will try to understand how to enable compression on IIS 6.0. Once we have enabled compression we will use fiddler to see how bandwidth performance increases due to the same.
Multiple Silverlight User Controls on aspx page
Jul 10, 2008.
In this article I will discuss how to use multiple Silverlight controls in aspx page.
Extending ASPX Panel Control to produce Rounded Corners
Mar 05, 2007.
This article shows how to create a custom control which encapsulates scripts. Also shows how to add method attributes to interact with VS Designer and ToolBox as well as providing intellisense dropdowns.
Passing Values between User Controls and ASPX Page
Jan 20, 2005.
This article is for beginners who are learning. NET. This will be really helpful for them. Beginners will be wondered how to pass values between User Controls and ASPX page .In this article I have listed some of the ways through which you can access and set the User control values in an ASPX page.
Aligning And Formatting The C# And ASPX/CSHTML Code Using Visual Studio
Aug 09, 2017.
Aligning code in the code-behind as well as in front-end makes the code more professional look. The Visual Studio Code Editor gives you the ability to format your code with options such as hiding text, displaying URLs, and so forth.
Razor View Engine VS. Web Form/ASPX View Engine Razor
Oct 14, 2014.
This article compares Razor View Engine vs. Web Form/ASPX View Engine Razor.
RDLC Report in ASP.Net MVC Razor/.Aspx
Apr 03, 2014.
This article explains RDLC reports in MVC razor or .aspx.
Page Life Cycle Between Content Page (ASPX Page) and User Control in ASP.Net
Nov 20, 2013.
Here I would like to introduce the page life cycle between ASPX page and User control.
ASPX View Engine VS Razor View Engine
Sep 17, 2013.
View engines render HTML to the browser. ASP.Net MVC supports ASPX and Razor View Engines by default, with options for third-party engines. ASPX syntax mirrors ASP.Net web forms, while Razor offers a more modern approach, enhancing code readability and testability.
Disable People Picker in List Form (editform.aspx) Using jQuery in Sharepoint 2010
Jun 01, 2012.
In one of my projects I needed to disable the People Picker based on some condition. I tried extensively to disable it but couldn't. Then I found a workaround for it.
Custom List forms - Change Newform.aspx or Editform.aspx with Custom Webpart
Jun 21, 2010.
In this article I will show you how to use custom webpart as a replacement for NewForm.aspx or EditForm.aspx.
Posting to another .aspx using ASP.NET
Mar 19, 2005.
ASP.NET wont allow to post back to another aspx page. It will post back to itself. If you specify action attribute it will ignore it. If you omit the method attribute, it will be set to method=post by default.
🌐 What is Page Template in Power Pages and How to Create a New Page Template in Portal Management
Jul 18, 2025.
?? What is Page Template in Power Pages and How to Create a New Page Template in Portal Management
Upload Text File .txt and .log
Dec 29, 2023.
This Article is used to upload Text .txt/.log file in the Database. How to upload colon-delimited files into a database using ASPX. With a straightforward interface and code, efficiently read, split, and insert data into tables.
How To Display SSRS Report In ASP.NET MVC Web Application
Aug 31, 2016.
This article demonstrates how to integrate SSRS reports into an ASP.NET MVC web application using the ReportViewer for MVC package. It covers setup steps, including installing the nuGet package, configuring the ReportViewer control, and adding necessary controllers and views to display the reports seamlessly.
Send Email to Gmail in ASP.Net Using C#
Jul 16, 2015.
Create a simple email system in ASP.NET C# using Visual Studio 2010. The system allows users to input an email address and a message in two TextBoxes. It sends the email via Gmail's SMTP server using SmtpClient and MailMessage. Validation ensures the email address is provided before sending.
Getting Started With ASP.Net Web API 2: Day 3
Oct 01, 2014.
This article explains Web API 2 and how to consume the Web API in Web Forms.
How Razor Engine Works With Views in MVC 4
May 29, 2014.
This article explains with examples how the Razor Engine works with Views in MVC 4.
MVC Populate Dropdown
Jul 26, 2012.
This example will demonstrate how to populate a dropdown list from a database.
Simplest example of MVP design pattern of Asp.net
Mar 10, 2011.
So here we’ll discuss the MVP pattern. MVP is Model, View , Presenter. This pattern is how the interaction between these layers can be done.
Coding style models in ASP.NET
Aug 24, 2009.
In the article I will explain about different coding style in ASP.NET.
Fully editable grid Using The Repeater Control
Sep 04, 2007.
How to create a fully editable, sortable and paging grid by using the repeater control.
Set up Secure Sockets Layer (SSL) using Digital Certificates
Mar 06, 2007.
This article explains how to secure an IIS Web application using SSL certificates.
Extending ASP.NET 2.0 Menu Control To Have Tabs With Rounded Corners
Feb 26, 2007.
The ASP.NET Menu Control normally produces tabs which have rectangular edges. The techniques presented extend the control to create tabs with rounded corners.
Space Remover Utility
Mar 25, 2002.
In this article, I want to show you how you can remove white spaces in a web page.
C# Discussion Forum from Harrison Logic
Jan 29, 2002.
Threaded Discussion Forum that utilizes the .NET framework, with C# as the ASP.NET server side language. Uses MS Access Database for data.