SaurabhNijhawan
The Weblog Of Saurabh Nijhawan
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
3-Tier
AlterNateRow-BackColor
ASP.NET
Authentication
Authorization
Authorization Vs Authentication
Gmail
GridView
Html Mail
IsBodyHtml
Javascript
JQuery
Layered Architecture
N-Tier
Prototype Object
SMTP
Sponsors
advertise here
News
www.SaurabhNijhawan.com
Online | Offline Coaching for School Level,BCA,MCA,BBA,MBA,BTech students | Professional Courses | Project Guidance
Navigation
Home
Blogs
Archives
November 2009 (1)
October 2009 (4)
Links
Homepage
Teaching Profile
Recent Posts
1
Comments
Object Oriented JavaScript using Prototype Object
by
nijhawan.saurabh
Object Oriented JavaScript using Prototype Object This document describes the benefit of using Object Oriented Approach in JavaScript Codes and implements Calendar Management component having a few functions like Add/Edit/Delete Events on selected...
Filed under:
ASP.NET
,
Javascript
,
Prototype Object
,
JQuery
2
Comments
Setting AlterNateRow BackColor For Two Rows At A Time In GridView
by
nijhawan.saurabh
This was part of a question asked on asp.net forums, i thought of sharing it here as well. “How can i have first two rows with one color in a GridView and another color for the next two rows and so on.” Here’s The Code: protected void Page_Load...
Filed under:
ASP.NET
,
AlterNateRow-BackColor
,
GridView
6
Comments
Creating a N/3-Tier/Layered Application
by
nijhawan.saurabh
“In most of the Business Solutions, we tend to implement good-reusable code. There are a lot of different ways to achieve the same. So, we are here to discuss one of those ways. This Article is about Layered/Tiered architecture using C#.NET. This...
Filed under:
ASP.NET
,
N-Tier
,
3-Tier
,
Layered Architecture
5
Comments
Sending HTML Mail Using Gmail SMTP (using System.Net.Mail namespace)
by
nijhawan.saurabh
INTRODUCTION: Sending emails requires SMTP server and hence usually you won’t be able to send emails from your local machine [In case you have SMTP server configured on your local machine, you can surely send emails using that!]. The other way out would...
Filed under:
ASP.NET
,
Gmail
,
SMTP
,
Html Mail
,
IsBodyHtml
1
Comments
ASP.NET Authorization Vs Authentication
by
nijhawan.saurabh
Authorization: in contrast to Authentication implies, "What resources are accessible to the users". This means that once the user logs in (or hasn't logged in), we need to restrict users to access resources on our website according to his/her...
Filed under:
Authorization Vs Authentication
,
Authentication
,
Authorization
,
ASP.NET
More Posts