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
About ASP.NET 3.5
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Raj Kumar (12)
Vishal Nayan (6)
Kalyan Bandarupalli (3)
Mauro Guido (2)
Purushottam Rathore (2)
Nipun Tomar (2)
Vishal Gilbile (1)
Rahul Kumar Saxena (1)
Tusarkanta Guru (1)
Soft Corner (1)
Deepak Sharma (1)
Gohil Jayendrasinh (1)
Sapna Malik (1)
Mamta M (1)
Related resources for ASP.NET 3.5
No resource found
ASP.NET 3.5 Tabbed Pages
9/24/2024 11:55:31 AM.
Tabbed pages are an effective way to organize content on web applications, improving user experience. By using a combination of MultiView and View controls in ASP.NET, developers can create intuitive
Looking deep inside PostBack and ViewState in ASP.NET 3.5
9/20/2024 9:28:54 AM.
In ASP.NET 3.5, PostBack and ViewState play crucial roles in managing web form data between client and server during the page lifecycle. PostBack handles user-triggered events by sending requests to t
Web.Config configuration file in ASP.NET 3.5
6/1/2023 7:23:20 AM.
The web.config file contains information that controls module loading, security configuration, session configuration, and application language and compilation settings.
EmptyDataTemplate in GridView Or Data Controls in ASP.NET 3.5 or 4.0
2/24/2021 11:14:34 AM.
How to display a table when no records are present in the database.
Create your first HTTP Handler in ASP.NET 3.5
1/15/2021 11:31:58 AM.
The HTTP handler is the most important ingredient while handling ASP.NET requests.
Creating and Consuming a WCF Service
9/9/2019 11:56:47 PM.
In this article, I am going to discuss how to create a WCF Service and consume it from an ASP.NET 3.5 client application.
Social Networking Website in ASP.NET - Open Source Project
2/26/2015 1:12:56 PM.
The attached project is an open source social networking Web application project written in ASP.NET 3.5 and C#. Some of the features are for creating profiles, searching users, making friends, chatting and communication.
Multiple File Upload using JQuery in ASP.NET 3.5
5/15/2012 5:24:34 PM.
Through this article you will learn how to upload multiple file using JQuery in ASP.NET 3.5.
Understanding Security Framework Model in ASP.NET 3.5
4/28/2011 2:10:02 PM.
Security is an important part of any web application development which is necessary to protect assets from unauthorized actions. This encapsulates verifying users, granting or denying access to sensitive information, or protecting data stored on the server.
How to consume RSS FEED in ASP.NET 3.5 in C#
4/7/2011 7:34:31 PM.
In this article I am trying to use RSS in a very easy manner.
Query String Encryption & Decryption Technique in ASP.Net 3.5
3/31/2011 12:29:29 AM.
ASP.Net 3.5 Query String Encryption & Decryption Technique.
Creating Credential Store for Form Authentication in ASP.NET 3.5
3/22/2011 10:28:36 PM.
When we don’t want to validate user on window credential, in such cases we can take help of ASP.NET infrastructure for implementing our own authentication infrastructure which includes custom login page that validate user against credentials like database and later established security context on each request.
Working with Input Validation Controls in ASP.NET 3.5
3/4/2011 8:12:37 PM.
Here you will see how to work with Input Validation Controls in ASP.NET 3.5.
How to change the background color of rows in a GridView in ASP.NET 3.5
1/25/2011 6:00:11 AM.
In this article we will learn how to change the background color of the rows in a GridView control based on its row data using RowDataBound event.
ASP.NET 3.5: Enhanced tabbed pages
11/25/2010 4:12:29 AM.
Tabbed pages are very useful to organize content pages. Many browsers and source editors (such as Eclipse or Microsoft Visual Web Developer) use them.
How to Bind Dropdown list using JSON, jQuery in ASP.NET 3.5
11/1/2010 2:11:00 AM.
In this project we use Newtonsoft.Json library makes working with JavaScript and JSON formatted data in .NET simple. Quickly read and write JSON using the JsonReader and JsonWriter or serialize your .NET objects with a single method call using the JsonSerializer.
ASP.NET 3.5 MVC Application
7/15/2010 7:50:41 AM.
This post gives you the basic overview on ASP.NET Models, Views and Controllers. It explains how all parts in MVC Application work together and discuss how the architecture of an ASP.NET MVC application differs from an ASP.NET Web Forms application.
How to use Login Control in Visual Studio 2008
10/20/2009 7:53:50 PM.
In the recent version of Visual Studio 2008, Microsoft has taken care of a very common functionality of the web applications. In the following article we will see that how to use login control using C#.Net.
Site Map in ASP.NET 3.5
7/3/2009 12:48:43 AM.
This sample shows how to use a Site Map control in ASP.NET 3.5.
LinqDataSource Control in ASP.NET 3.5
7/1/2009 3:11:18 AM.
This article shows that how to use LindDataSource Control in ASP.NET 3.5.
Using the PasswordRecovery Control in ASP.NET 3.5
6/27/2009 2:18:36 AM.
This article shows how to use the PasswordRecovery control in ASP.NET 3.5.
Storing and Retrieving Connection Strings in ASP.NET 2.0/3.5
6/24/2009 3:05:26 AM.
This article demonstrates how to store database connection strings in Web.config in ASP.NET 2.0/3.5 and retrieve it for creating connection objects.
Working with SqlDataSource Control in ASP.NET 3.5
10/26/2008 10:40:29 PM.
This tutorial shows how to use a SqlDataSource control in ASP.NET 3.5 and Visual Studio 2008.
Working with SiteMapDataSource Control in ASP.NET 3.5
10/6/2008 10:35:20 AM.
This step by step sample shows how to use a SiteMapDataSource control in ASP.NET 3.5.
MultiView using Menu Control in ASP.NET 3.5
10/1/2008 6:18:55 PM.
In this article, I will explain how to use MultiView control in ASP.NET 3.5.
Xml DataSource control in ASP.NET 3.5
9/16/2008 5:16:26 AM.
In this article I am going to discuss how to use XmlDataSource control in ASP.NET 3.5
E-card generator using ASP.NET 3.5
9/11/2008 2:06:08 AM.
This article will generate a simple e-card generator using ASP.NET 3.5.
Calendar Control in ASP.NET 3.5
9/5/2008 9:52:11 AM.
This article shows how to use a Calendar control in ASP.NET 3.5 and Visual Studio 2008.
ListView Control in Visual Studio 2008 and ASP.NET 3.5
9/5/2008 9:46:41 AM.
In this post, I am going to explain the new data driven ListView control that ships with Visual Studio 2008.
Nested Master Pages in ASP.NET 3.5
9/3/2008 3:07:07 AM.
Nested Master pages are used when you are build a hierarchy of templates for your web site. This article explains the improved designer for creating Nested Master pages in Visual Studio 2008 and ASP.NET 3.5.
AccessDataSource Control in ASP.NET 3.5
8/19/2008 3:14:33 AM.
In this article, I will describe how to use AccessDataSource control in ASP.NET 3.5
Wizard Control in ASP.NET 3.5
8/12/2008 12:55:56 AM.
In this article, I will describe how to use WizardControl in ASP.NET 3.5.
CreateUserWizard control in ASP.NET 3.5
8/6/2008 2:08:49 AM.
In this article, I am going to discuss how to use CreateUserWizard control in ASP.NET 3.5.
DataPager in ASP.NET 3.5
7/31/2008 3:58:31 PM.
The ListView is a hybrid control between a DataGrid and Repeater that combines the templating of the Repeater and the editing features of the data grid, but doesn't support paging, so the DataPager serves as an external control to provide paging features.
ListView Control in ASP.NET 3.5
7/28/2008 6:46:26 PM.
In this article I am going to discuss about features and examples of ListView control in ASP.NET 3.5.