ITORIAN    

  public string WelcomeToRead() {

      return "Abhimanyu's Thoughts";

  }

Account Section
My First E-Book
Quick Report
Yearly Posts:
   i) In 2010: 12
   ii) In 2011: 380
   iii) In 2012: 64
   -------------------------
         Total: 456
   -------------------------
You can find my articles and blogs on:
   i) itorian.com
   ii) c-sharpcorner.com
   iii) dotnetfunda.com
   iv) codeproject.com

Greatest Hits
People I Follow
Disclaimer
This is my personal website and the opinions I have expressed here is my own. For any accuracy I recommend to visit official websites like MSDN for Microsoft. I developed this website to share my technical skills.

ASP.NET SECTION


This is list of very simple articles on ASP.NET for beginners of Microsoft Technology.

Previous 1    Next 
AssociatedControlID Property in ASP.NET
Posted by abhimanyu on 10/05/2012. Total Views 303. In category aspdotnet
In this quick post you will learn how to use AssociatedControlID property in ASP.NET.
Apply Style to Every Control on Website in ASP.NET
Posted by abhimanyu on 08/02/2012. Total Views 260. In category aspdotnet
In this post you are going to learn how to apply style to each and every control on entire website.
Character Limiting in TextBox in ASP.NET using jQuery and display red when reaches out of limit
Posted by abhimanyu on 08/02/2012. Total Views 444. In category aspdotnet
In this post you are going to learn how to limit the characters in TextBox and display red when reaches out of limit using jQuery.
Using Function Keys (F1-F2-F3 etc) in ASP.NET Websites with the help of jQuery
Posted by abhimanyu on 07/02/2012. Total Views 474. In category aspdotnet
In this post you are going to learn how to use function keys like F1, F2, F3 etc in ASP.NET based websites with the help of jQuery.
Image Opacity on Mouse Hover in ASP.NET using jQuery
Posted by abhimanyu on 06/02/2012. Total Views 300. In category aspdotnet
In this post you are going to learn how to create image opacity on web page using jQuery.
Adding selected rows value in ASP.NET using jQuery
Posted by abhimanyu on 06/02/2012. Total Views 275. In category aspdotnet
In this post you are going to learn how to add or say find sum of all value which is being checked by user.
Highlight GridView Row on Mouse Hover in ASP.NET
Posted by abhimanyu on 05/02/2012. Total Views 295. In category aspdotnet
In this post you are going to learn how to highlight the row when user hover the mouse.
Highlight GridView by clicking on it in ASP.NET
Posted by abhimanyu on 05/02/2012. Total Views 183. In category aspdotnet
In this post you are going to learn how to highlight the row when click on it and remove the highlight when click again.
Dealing with Database Reader to avoid errors when DB has null value
Posted by abhimanyu on 02/02/2012. Total Views 189. In category aspdotnet
In this quick post you are going to learn the way to avoid errors that comes when DB passes null value to DB Reader.
Mastering ASP.NET Video Series in HINDI & ENGLISH
Posted by abhimanyu on 26/01/2012. Total Views 1261. In category aspdotnet
Mastering ASP.NET Video Series in HINDI & ENGLISH
Creating-Deleting Directory or Folder using ASP.NET
Author: abhimanyu     Publication Date: 4/13/2011 12:42:59 PM     Article Visited: 516
In this article you will learn how to create and delete directory (folder) using ASP.NET.
Creating Directory or Folder using ASP.NET
Author: abhimanyu     Publication Date: 4/13/2011 12:41:02 PM     Article Visited: 248
In this article you will learn how to create directory (folder) using ASP.NET.
Custom Controls with User Controls in ASP.Net: Part 2
Author: abhimanyu     Publication Date: 4/1/2011 11:07:28 AM     Article Visited: 244
In this article we will discuss how to create User Controls for web pages, how to register User Controls in Web Configuration File.
Custom Controls with User Controls in ASP.Net: Part 1
Author: abhimanyu     Publication Date: 4/1/2011 11:06:21 AM     Article Visited: 394
In this article we will discuss how to create User Controls for Web Pages.
Developing Websites using Themes (Page Layouts using CSS): Part 9
Author: abhimanyu     Publication Date: 4/1/2011 11:05:03 AM     Article Visited: 238
This is my series of articles on Theme based web developments and in this article part we will discuss how to control page layouts using CSS.
Developing Websites using Themes (Adding CSS to Themes): Part 7
Author: abhimanyu     Publication Date: 4/1/2011 11:03:50 AM     Article Visited: 262
This is my series of articles on Theme based web developments and in this article part we will discuss how to add CSS to Themes.
Developing Websites using Themes (Adding Multiple CSS to a Theme): Part 8
Author: abhimanyu     Publication Date: 4/1/2011 11:02:42 AM     Article Visited: 200
This is my series of articles on Theme based web developments and in this article part we will discuss how to add multiple CSS to a Theme.
Developing Websites using Themes (Themes in Web Configuration File): Part 6
Author: abhimanyu     Publication Date: 4/1/2011 11:01:19 AM     Article Visited: 246
This is my series of articles on Theme based web developments and in this article part we will discuss how to register Themes in Web.config file and how to eliminate theme use from content page.
Developing Websites using Themes (Disabling Themes): Part 5
Author: abhimanyu     Publication Date: 4/1/2011 10:59:44 AM     Article Visited: 222
This is my series of articles on Theme based web developments and in this article part we will discuss how to disable themes.
Developing Websites using Themes (Themes vs StyleSheetThemes): Part 4
Author: abhimanyu     Publication Date: 4/1/2011 10:54:50 AM     Article Visited: 276
This is my series of articles on Theme based web developments and in this article part we compare and contrast the use of Themes and StyleSheetThemes.
Developing Websites using Themes (Named Skins to Themes): Part 3
Author: abhimanyu     Publication Date: 4/1/2011 10:51:06 AM     Article Visited: 306
This is my series of articles on Theme based web developments and in this article part we will use Named Skins to Themes as we have seen in previous that were un-named skins.
Developing Websites using Themes (Adding Simple Skins to Themes): Part 2
Author: abhimanyu     Publication Date: 4/1/2011 10:47:55 AM     Article Visited: 267
This is my series of articles on Theme based web developments and in this article part we will add skin file to App_Themes folder and will talk about coding procedures.
Developing Websites using Themes (Introduction) Part 1
Author: abhimanyu     Publication Date: 4/1/2011 10:45:08 AM     Article Visited: 232
This is my series of articles on Theme based web developments and in this article part we will discuss the introductory part of Themes based web developments.
Dynamically Loading Master Pages in ASP.Net: Part 2
Author: abhimanyu     Publication Date: 31/03/2011     Article Visited: 345
In this article we will discuss how to load Master Pages dynamically for multiple content pages; it has great advantage in new web technologies, please do read completely. Please do read previous part for complete understanding.
Dynamically Loading Master Pages in ASP.Net: Part 1
Author: abhimanyu     Publication Date: 31/03/2011     Article Visited: 838
In this article we will discuss how to load Master Pages dynamically; it has great advantage in new web technologies, please do read completely.
Using Find Control (alternative of Master Page Properties Exposing) in ASP.Net
Author: abhimanyu     Publication Date: 31/03/2011     Article Visited: 571
In this article we will discuss how use Find Control with any Master Page.
Master Page Properties Exposing in ASP.Net
Author: abhimanyu     Publication Date: 31/03/2011     Article Visited: 388
In this article we will discuss how expose the Master Page Properties.
Using Header Property (Meta Content) in ASP.Net
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 414
In this article we will learn how to use Header Property Meta Content in ASP.NET.
Using Title Attribute in ASP.Net
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 234
In this article we will learn how to use Title attribute in ASP.NET.
Creating Master Page (MasterPage in Web.config) in ASP.Net Part 5
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 469
This is my series of articles on Master Page and in this article we will learn how to use Master Page configuration in Web.config file.
Creating Master Page (Using Images and Hyperlinks) in ASP.Net Part 4
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 923
This is my series of articles on Master Page and in this article we will learn how to use images and hyperlinks in Master Page.
Creating Master Page (Nested Master Page) in ASP.Net Part 3
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 381
This is my series of articles on Master Page and in this article we will learn how to use Nested Master Page.
Creating Master Page (Default Content) in ASP.Net Part 2
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 288
This is my series of articles on Master Page and in this article we will learn using css in Master Page.
Creating Master Page (Using CSS) in ASP.Net Part 1
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 1034
This is my series of articles on Master Page and in this article we will learn using css in Master Page.
Using Component (Access Modifier Types) in ASP.Net Part 9
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 236
This is my series of articles on ASP Components and in this article we will discuss how to work with access modifier and its type.
Using Component (Inheritance and Multinheritance) in ASP.Net Part 8
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 183
This is my series of articles on ASP Components and in this article we will discuss how to work with inheritance and multinheritance.
Using Component (Create Partial Classes) in ASP.Net Part 7
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 304
This is my series of articles on ASP Components and in this article we will discuss how to create partial classes.
Using Component (Declaring Namespace) in ASP.Net – Part 6
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 273
This is my series of articles on ASP Components and in this article we will discuss how to declare Namespace.
Using Component (Overloading Methods and Constructors) in ASP.Net – Part 5
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 189
This is my series of articles on ASP Components and in this article we will discuss how to overload methods and constructors.
Using Component (Private Access Modifier) in ASP.Net – Part 4
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 214
This is my series of articles on ASP Components and in this article we will discuss how to declare fields using Private access modifier for components.
Using Component (Public Access Modifier) in ASP.Net – Part 3
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 213
This is my series of articles on ASP Components and in this article we will discuss how to declare fields using Public access modifier for components.
Using Component (Component Development Language) in ASP.Net – Part 2
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 139
This is my series of articles on ASP Components and in this article we will discuss how to use two or more component development language in same project.
Using Component (Creating Basic Component) in ASP.Net – Part 1
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 158
This is my series of articles on ASP Components and in this article we will discuss how to create basic component.
DataList Control in ASP.Net – Part 6
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 479
This is my series of articles on DataList Control and in this article we will discuss how to Format the DataList Control to look better and better using CSS.
DataList Control in ASP.Net – Part 5
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 329
This is my series of articles on DataList Control and in this article we will discuss how to select Data with DataList Control.
DataList Control in ASP.Net – Part 4
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 366
This is my series of articles on DatList Control and in this article we will discuss how to select Data with DataList Control.
DataList Control in ASP.Net – Part 3
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 225
This is my series of articles on DataList Control and in this article we will discuss how to use Templates with DataList Control.
DataList Control in ASP.Net – Part 2
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 364
This is my series of articles on DatList Control and in this article we will discuss how to Display Data in Multiple Columns with DataList Control.
DataList Control in ASP.Net – Part 1
Author: abhimanyu     Publication Date: 26/03/2011     Article Visited: 295
This is my series of articles on DatList Control and in this article we will discuss how to Display Data with DataList Control.
Repeater Control in ASP.Net – Part 3
Author: abhimanyu     Publication Date: 25/03/2011     Article Visited: 530
This is my series of articles on Repeater Control and in this article we will discuss how to handle Repeater Control events.
Repeater Control in ASP.Net – Part 2
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 289
This is my series of articles on Repeater Control and in this article we will discuss how to use Templates with Repeater Control.
Repeater Control in ASP.Net – Part 1
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 524
This is my series of articles on Repeater Control and in this article we will discuss on introductory of Repeater and how to Display data with Repeater Control.
FormView Control in ASP.Net – Part 5
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 244
This is my series of articles on FormView Control and in this article we will discuss how to Delete Data with FormView Control.
FormView Control in ASP.Net – Part 4
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 433
This is my series of articles on FormView Control and in this article we will discuss how to Insert New Record with FormView Control.
FormView Control in ASP.Net – Part 3
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 290
This is my series of articles on FormView Control and in this article we will discuss how to Edit Data with FormView Control.
FormView Control in ASP.Net – Part 2
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 382
This is my series of articles on FormView Control and in this article we will discuss how to use Paging in FormView Control.
FormView Control in ASP.Net – Part 1
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 249
This is my series of articles on FormView Control and in this article we will discuss how to display data with FormView Control.
DetailsView Control in ASP.NET – Part 11
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 408
This is my series of articles on DetailsView Control and in this article we will discuss how to Format DetailsView Control like by adding header, footer, CSS and many more.
DetailsView Control in ASP.NET – Part 10
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 384
This is my series of articles on DetailsView Control and in this article we will discuss how to work with DetailsView Control Events.
DetailsView Control in ASP.NET – Part 9
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 227
This is my series of articles on DetailsView Control and in this article we will discuss how to Delete Data with DetailsView Control.
DetailsView Control in ASP.NET – Part 8
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 315
This is my series of articles on DetailsView Control and in this article we will discuss how to Insert data with DetailsView Control.
DetailsView Control in ASP.NET – Part 7
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 334
This is my series of articles on DetailsView Control and in this article we will discuss how to add template fields for to increase the editing standards in DetailsView Control.
DetailsView Control in ASP.NET – Part 6
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 250
This is my series of articles on DetailsView Control and in this article we will discuss how to update data with the DetailsView Control.
DetailsView Control in ASP.NET – Part 5
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 287
This is my series of articles on DetailsView Control and in this article we will discuss how to customize the paging interface in DetailsView Control.
DetailsView Control in ASP.NET – Part 4
Author: abhimanyu     Publication Date: 08/03/2011     Article Visited: 368
This is my series of articles on DetailsView Control and in this article we will discuss how to Paging through Data in DetailsView Control.
DetailsView Control in ASP.NET – Part 3
Author: abhimanyu     Publication Date: 05/03/2011     Article Visited: 312
This is my series of articles on DetailsView Control and in this article we will discuss how to display Empty Data message with DetailsView Control using EmptyDataText and EmptyDataTemplate.
DetailsView Control in ASP.NET – Part 2
Author: abhimanyu     Publication Date: 05/03/2011     Article Visited: 249
This is my series of articles on DetailsView Control and in this article we will discuss how to display data in DetailsView Control even 'll learn about its properties.
DetailsView Control in ASP.NET – Part 1
Author: abhimanyu     Publication Date: 05/03/2011     Article Visited: 204
This is my series of articles on DetailsView Control and in this article we will discuss how to display data in DetailsView Control even 'll learn about its properties.
BulletedList Control in ASP.NET
Author: abhimanyu     Publication Date: 05/03/2011     Article Visited: 351
In this article we will discuss how to use BulletedList Control and its properties.
CheckBoxList Control in ASP.NET
Author: abhimanyu     Publication Date: 05/03/2011     Article Visited: 292
In this article we will discuss how to use Check-Box List Control and its properties.
ListBox Control in ASP.NET
Author: abhimanyu     Publication Date: 05/03/2011     Article Visited: 269
In this article we will discuss how to use ListBox Control and about its all properties.
RadioButton List Control in ASP.NET
Author: abhimanyu     Publication Date: 05/03/2011     Article Visited: 359
In this article we will discuss how to use Radio Button List Control and even its properties.
Drop-Down List Control in ASP.NET
Author: abhimanyu     Publication Date: 05/03/2011     Article Visited: 292
In this article we will discuss how to use Drop Down List Control and also learn about its properties.
List Controls in ASP.NET - Part 6
Author: abhimanyu     Publication Date: 04/03/2011     Article Visited: 237
This is my series of List Controls articles and in this part we will discuss how to work with items collection.
List Controls in ASP.NET - Part 5
Author: abhimanyu     Publication Date: 04/03/2011     Article Visited: 179
This is my series of List Controls articles and in this part we will discuss how to enable Automatic PostBacks.
List Controls in ASP.NET - Part 4
Author: abhimanyu     Publication Date: 04/03/2011     Article Visited: 193
This is my series of List Controls articles and this part will discuss how to append data item for form display.
List Controls in ASP.NET - Part 3
Author: abhimanyu     Publication Date: 04/03/2011     Article Visited: 261
This is my series of List Controls articles and this part includes how to determining the selected list item.
List Controls in ASP.NET - Part 2
Author: abhimanyu     Publication Date: 04/03/2011     Article Visited: 179
This is my series of List Controls articles and this part includes the binding of database to list controls.
List Controls in ASP.NET - Part 1
Author: abhimanyu     Publication Date: 04/03/2011     Article Visited: 327
This is my series of List Controls articles and this part includes introduction of List Controls available in ASP.NET and Declaring List Items.
GridView Control in ASP.NET - Part 10
Author: abhimanyu     Publication Date: 02/03/2011     Article Visited: 312
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 9
Author: abhimanyu     Publication Date: 02/03/2011     Article Visited: 227
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 8
Author: abhimanyu     Publication Date: 02/03/2011     Article Visited: 284
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 7
Author: abhimanyu     Publication Date: 02/03/2011     Article Visited: 240
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 6
Author: abhimanyu     Publication Date: 02/03/2011     Article Visited: 228
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 5
Author: abhimanyu     Publication Date: 02/03/2011     Article Visited: 259
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 4
Author: abhimanyu     Publication Date: 01/03/2011     Article Visited: 215
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 3
Author: abhimanyu     Publication Date: 01/03/2011     Article Visited: 262
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 2
Author: abhimanyu     Publication Date: 01/03/2011     Article Visited: 336
In this article we will discuss all the properties of Grid View Control.
GridView Control in ASP.NET - Part 1
Author: abhimanyu     Publication Date: 26/02/2011     Article Visited: 830
In this article we will discuss all the properties of Grid View Control.
Connection String Placement in ASP.NET
Author: abhimanyu     Publication Date: 26/02/2011     Article Visited: 287
This Article will explain, how and where to place the connection string in web.config.
Using MasterPage by Folder without Image Loose in ASP.NET
Author: abhimanyu     Publication Date: 26/02/2011     Article Visited: 333
This article will explain, how to use a MasterPage in different folder without any image problem in ASP.NET.
Validation Controls in ASP.NET
Author: abhimanyu     Publication Date: 20/02/2011     Article Visited: 426
This article will explain about Validation controls and its properties in ASP.NET.
Rich Controls in ASP.NET
Author: abhimanyu     Publication Date: 20/02/2011     Article Visited: 1187
This article will explain about Rich controls and its properties in ASP.NET.
Databound Controls in ASP.NET
Author: abhimanyu     Publication Date: 20/02/2011     Article Visited: 244
This article will explain about Databound controls and its properties in ASP.NET.
Selection Controls in ASP.NET
Author: abhimanyu     Publication Date: 20/02/2011     Article Visited: 366
This article will explain about Selection controls and its properties in ASP.NET.
Action Controls in ASP.NET
Author: abhimanyu     Publication Date: 20/02/2011     Article Visited: 308
This article will expalin about Action controls available in ASP.NET.
Display Controls in ASP.NET
Author: abhimanyu     Publication Date: 20/02/2011     Article Visited: 205
This article will expalin about Display controls and its properties in ASP.NET.
Input Controls in ASP.NET
Author: abhimanyu     Publication Date: 20/02/2011     Article Visited: 340
This article will explain about Input controls and its properties in ASP.NET.
Create and Use Session and Application Level Events in ASP.NET
Author: abhimanyu     Publication Date: 19/02/2011     Article Visited: 411
This article, will explore the Session and Application level events exposed in the Global.asax file and how to utilize in web applications.
Create and Use Application Level Events in ASP.NET
Author: abhimanyu     Publication Date: 19/02/2011     Article Visited: 367
This article, will explore the application level events exposed in the Global.asax file and how to utilize in applications.
Pop-ups in ASP.NET
Author: abhimanyu     Publication Date: 17/02/2011     Article Visited: 290
This article will explain you, how to create pop-ups in ASP.Net web applications.
Membership Provider and Role Manager in ASP.NET
Author: abhimanyu     Publication Date: 15/02/2011     Article Visited: 556
This article will explain you how to work with Membership Provider and Role Manager in ASP.Net web application.
Preventing Anonymous Access to Web Sites in ASP.NET
Author: abhimanyu     Publication Date: 17/02/2011     Article Visited: 529
This article will explain you how to prevent the Anonymous Access in web applications.
Searching Any Record from Database in ASP.NET
Author: abhimanyu     Publication Date: 16/02/2011     Article Visited: 838
This article will explain you how to search particular record from SQL Server Database in ASP.NET.
Ways to connect SQL Server in ASP.NET
Author: abhimanyu     Publication Date: 15/02/2011     Article Visited: 347
In this article, I will explain the process of establishing the connection to SQL Server Database using different ways.
Check the Domain Details on WHOIS using ASP.NET
Author: abhimanyu     Publication Date: 16/02/2011     Article Visited: 281
This article will explain you the process of checking the domain details using WHOIS sever from your ASP.NET application.
Creating GuestBook in ASP.NET and Reading & Writing to XML File
Author: abhimanyu     Publication Date: 12/02/2011     Article Visited: 449
This Article will explain you how to create XML Database and how it is used in ASP.NET website as GuestBook or else.
Google Custom Searching in ASP.NET
Author: abhimanyu     Publication Date: 12/02/2011     Article Visited: 259
In this article, we will learn how to use Google Custom Searching method in ASP.NET website.
Sending Emails using web.config file’s credential
Author: abhimanyu     Publication Date: 12/02/2011     Article Visited: 444
This article will explain you, how to send emails with attachment in ASP.NET using VB Language and to use the credentials from web.config file.
Magical Portfolio Presentation in ASP.NET
Author: abhimanyu     Publication Date: 12/02/2011     Article Visited: 208
In this article we will learn how to create our portfolio with dynamic effects.
Status Bar Scroll in ASP.NET
Author: abhimanyu     Publication Date: 12/02/2011     Article Visited: 306
This article will explain you, how to scroll the message in Status Bar.
Crazy Colors in ASP.NET
Author: abhimanyu     Publication Date: 12/02/2011     Article Visited: 193
This article will explain you, how to play with colors in ASP.Net web page background.
Trace Mouse Coordinate in ASP.NET
Author: abhimanyu     Publication Date: 12/02/2011     Article Visited: 231
In this article we will discuss how to trace the mouse location on page.
Hit Counter in ASP.NET
Author: abhimanyu     Publication Date: 11/2/2011     Article Visited: 965
This article will explain you how to create Hit Counter for ASP.NET based web applications.
Eliminating Password Complexity
Author: abhimanyu     Publication Date: 1/2/2011     Article Visited: 233
This article will outline how to change the password complexity in ASP.NET.
Embedded Image E-mailing
Author: abhimanyu     Publication Date: 24/11/2010     Article Visited: 173
This article will outline the technique to imbed image in email.
Auto Redirection within Some Time in ASP.NET
Author: abhimanyu     Publication Date: 23/11/2010     Article Visited: 310
This article will explain you how to create auto redirection in web applications.
Working with CSS
Author: abhimanyu     Publication Date: 22/11/2010     Article Visited: 292
This article will explain you the basics of CSS.
Google Custom Searching in ASP.NET
Author: abhimanyu     Publication Date: 21/11/2010     Article Visited: 644
In this article, we will learn how to use Google Custom Searching in ASP.Net website.
Using Google Analytics (Users Activity Tracker) in ASP.NET
Author: abhimanyu     Publication Date: 20/11/2010     Article Visited: 305
This article will demonstrate how to track the users' activity (different locations worldwide) of websites using Google Analytics.
Connecting to SQL Server in ASP.NET
Author: abhimanyu     Publication Date: 19/11/2010     Article Visited: 288
In this article, I will explain the process of establishing the connection to SQL Server Database.
Membership Provider and Role Manager
Author: abhimanyu     Publication Date: 18/11/2010     Article Visited: 247
This article will explain you how to work with Membership Provider and Role Manager in ASP.Net web application.
Connection String Placement in ASP.NET
Author: abhimanyu     Publication Date: 17/11/2010     Article Visited: 269
This Article will explain you, how to place connection string in web page.
Searching Any Record from Database in ASP.NET
Author: abhimanyu     Publication Date: 16/11/2010     Article Visited: 297
This article will explain you how to search particular record from SQL Server Database in ASP.Net.
Simple Application Form in ASP.NET
Author: abhimanyu     Publication Date: 15/11/2010     Article Visited: 321
This article will explain you, how to create simple online application form in ASP.Net.
Server.MapPath() in ASP.NET
Author: abhimanyu     Publication Date: 14/11/2010     Article Visited: 378
This article will demonstrate how to use and why to use Server.MapPath() in ASP.Net web applications.
Simple Login Project in ASP.NET
Author: abhimanyu     Publication Date: 13/11/2010     Article Visited: 660
This article will explain you how to create simple login project without using login controls.
Database Hosting on Shared Database Server in ASP.NET
Author: abhimanyu     Publication Date: 12/11/2010     Article Visited: 346
This article will explain you, how to host MS-SQL Sever database on Shared Hosting Server.