TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
ASP.NET
FOLLOW
ASP.NET is a free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies.
Articles
(4502)
Blogs
(1457)
Resources
(112)
Videos
(36)
News
(20)
Articles
State Management in ASP.NET
ASP.NET developers use various available technologies for State Management. We can classify them as client side state management or server side state management.
Nipun Tomar
Mar 04, 2011
ASP.NET State Management
State management in ASP.NET is vital for maintaining application state across requests. It's a common topic in interviews, catering to both novices and seasoned developers. ASP.NET offers vario...
Rakesh
Oct 13, 2015
Paging With DataList Control in ASP.NET
Paging With DataList Control in ASP.NET enables efficient navigation through large datasets displayed using the DataList control. It utilizes server-side logic to manage page navigation, ensuring a...
Alok Pandey
Jan 17, 2012
Transactions in ASP.NET
This article explains, how to process a transaction within ASP.Net web forms. Transactions in ASP.NET ensure atomicity, consistency, isolation, and durability (ACID properties) in data operati...
Dipal Choksi
Oct 01, 2001
How To Use Fiddler With ASP.NET Web API Testing
If you are developer, tester or a manager, sometimes understanding the various methods of API can be a challenge when building and consuming the application.
John Kocer
Oct 11, 2017
Handling Null Values in DataGrid
n C# programming, developers often encounter the "Object reference not set to an instance of an object" exception, commonly known as a NullReferenceException. However, with the introducti...
Sushila Patel
Jul 17, 2003
Result vs. ActionResult in ASP.NET MVC
In ASP.NET MVC, ActionResult is a general base class for action results, offering flexibility. ViewResult, a specific type, is used when explicitly returning a view, simplifying code for clearer un...
Jithu Thomas
Feb 06, 2024
Using Google OAuth 2.0 as User Sign-In for ASP.NET in C#
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication. Unlock the potential of Google OAuth Sign-In for your website. This comprehensive guide covers API registration, obta...
Adriancs
Jan 22, 2024
Securing PDF Uploads in MVC: Mitigating PDF Injection and Cross-site Scripting Vulnerabilities
PDF Injection, also known as PDF XSS (Cross-site Scripting), can be a serious security vulnerability. To prevent such issues during PDF upload and viewing in an MVC (Model-View-Controller) applica...
Tuhin Paul
Jan 15, 2024
DropDown List Using XML in ASP.Net C#
The first dropdown, "ddldist," displays district names, and the second dropdown, "ddltaluka," displays taluka names based on the selected district. The C# code uses the Page_Loa...
Vikas Pawar
Jan 11, 2024
Bind Data In WebGrid Control Using Stored Procedure In ASP.NET MVC 4.0 And SQL Server
In this article, you will learn how to bind the data in WebGrid control, using stored procedure in ASP.NET MVC 4.0 & SQL Server 2012.
Satyaprakash Samantaray
Feb 06, 2017
Entity Framework Using Stored Procedure In ASP.NET MVC
Entity Framework 6.0.0 Using Stored Procedure In ASP.NET MVC.
Satyaprakash Samantaray
Apr 28, 2017
Export DataTable To Excel in C#
In this article, learn how to export a DataTable to an Excel file using C# and ADO.NET.
Devesh Omar
Mar 25, 2014
Export Gridview to Excel Using ASP.Net C#
In this article we will learn how to export a GridView to Excel using ASP .Net C#.
Vithal Wadje
Dec 12, 2013
Response.Redirect true and Response.Redirect False in Asp.Net
In this article we will learn about the Response.Redirect true and Response.Redirect False in Asp.Net
Vithal Wadje
Nov 04, 2014
HiddenField In ASP.NET
In this article, you will learn about HiddenField in ASP.NET.
Manoj Kalla
Dec 29, 2016
Retrieve Data From Database in ASP.Net Web API
This article explains how to retrieve data from the database in the ASP. NET Web API.
Mudita Rathore
Jul 29, 2013
Get IP Address In ASP.NET
In this article, you'll learn how to get the IP address of a visitor to your website using ASP.NET and C#.
Keyur
Apr 18, 2016
Using ASP.NET FileUpload Control
In this article, learn how to use an ASP.NET FileUpload control to upload files in an ASP.NET Web application.
Mahesh Chand
Oct 09, 2005
Edit and Update Record in GridView in ASP.Net
This example shows how to edit and update records in a GridView in ASP.NET.
Anoop Kumar Sharma
Nov 10, 2014
No Records Available.
301
-
320
of
4502
<<
14
15
16
17
18
>>
Learn ASP.NET MVC 5.0
Challenge yourself
ASP.Net MVC
E-Book Download
Get Certified
CSS