Vikram Lakhotia
The Online Weblog of Vikram Lakhotia
Sign in
|
Join
Home
Contact
About
RSS
Atom
Search
Tags
.NET
.NET FAQ
301 Redirect
AJAX
API
ASP.NET
asp.Net 3.5
Asp.Net 3.5 extension
Asp.Net 4.0
Asp.Net Ajax Extension
Asp.net MVC
Atlas
Award
Base Class Library
BCL
C#
Caching
Certification
ClientScript
Community News
comparison
compression
Content Page
Cookies
Database
deployment
Design Pattern
Dropdownlist
Encode
Event Handler
EventHandler
FindControl
Formview
General Software Development
Goto
GridView
Historical Debugger
How To
HTML
HTML Encode
IE8
IIS
IN
Incremental Crawl
Javascript
Label
LINQ
ListBox
Machine.config
Master
Master Page
Meta Tag
Microsft
MVC
MVP
MYSQL
NET
NetBook
Network
News
Observer
Open Format
Open Offcie
Oracle
ParseControl
Performance
Personal
Release
Request Validation
Security
SEO
Session
Sharepoint
Silverlight
SQL Server
SQL Server 2008
StopWatch
TechDays
teched
Training
Virtual Techdays
visual studio
Visual Studio 2010
Web Config
Web Platform Installer
Web Platform Installer 2.0
web.config
Windows 7
Windows Application
windows Forms
Windows Server 2008
Word 2007
Word Automation
Wrap
Sponsors
advertise here
News
Recieved ASIA MVP Certification Hero Award 2009
Recieved MVP Award for the year 2009
For my previous Posts, do checkout
VikramLakhotia.com
Visitors Map
Twitter Feed
Navigation
Home
Blogs
Archives
January 2011 (1)
October 2010 (1)
September 2010 (1)
August 2010 (6)
July 2010 (1)
May 2010 (1)
April 2010 (13)
February 2010 (7)
January 2010 (2)
October 2009 (3)
September 2009 (5)
August 2009 (6)
July 2009 (3)
June 2009 (1)
May 2009 (4)
April 2009 (6)
March 2009 (8)
February 2009 (2)
January 2009 (4)
December 2008 (2)
October 2008 (2)
September 2008 (1)
August 2008 (1)
July 2008 (6)
June 2008 (2)
May 2008 (2)
April 2008 (4)
March 2008 (6)
February 2008 (15)
What I Follow
Joe
MY Personal site
ScottGu
Just Like That
Farghana
Why Not
MY MVP Profile
forums.asp.net
February 2010 - Posts
1
Comments
HTML Encoded Code Expression
by
vik20000in
Hi, One of the new features in Asp.Net 4.0 is the inclusion of Code expressions which are HTML encoded by default. IN Asp.Net the code expression by default does not encode any text and hence it can leave the chance of Cross Site scripting attack. In...
Filed under:
ASP.NET
,
How To
,
HTML Encode
Comments
Changes in Asp.Net Request Validation
by
vik20000in
Hi, When a page is submitted, users can also script along with the post data. Also unauthorized postback could be triggered. The event validation mechanism reduces the risk of unauthorized postback requests and callbacks when the EnableEventValidation...
Filed under:
ASP.NET
,
Asp.Net 4.0
,
Request Validation
,
Web Config
1
Comments
HtmlEncode and UrlEncode Now Encode Single Quotation Marks
by
vik20000in
Hi, One of the small but important change in the Asp.Net 4.0 is the change is the Encode methods. Now the HtmlEncode and UrlEncode methods in the HttpUtility and HttpServerUtility class respectively also encode the single quote (‘). The HtmlEncode method...
Filed under:
ASP.NET
,
Encode
3
Comments
Who is your tomorrow's competitor
by
vik20000in
Who sells the largest number of cameras in India? Your guess is likely to be Sony, Canon or Nikon. The answer is: None of the above. The winner is Nokia, whose main line of business in India is not cameras but cellphones. The reason is that cameras bundled...
Filed under:
News
Comments
Visual Studio 2010 RC released for MSDN Subscriber
by
vik20000in
Hi, Today Microsoft has released Visual Studio 2010 (VS 2010) RC for MSDN Subscriber. It will be available for the General people on RC on 10th February. If you are an MSDN subscriber you can go ahead and download the bits right now from the link below...
Filed under:
.NET
,
News
,
visual studio
4
Comments
Wrapping Text Line in a label control
by
vik20000in
Hi, Many a times there is requirements for us to display text in multi-line in web pages. The first try that most of the people do is by giving a fixed width to the label. But this never works. Height and Width works only for block level element. Label...
Filed under:
.NET
,
ASP.NET
,
How To
,
Label
,
Wrap
5
Comments
Difference is comparison when using equals method or Double Equal to operator
by
vik20000in
Hi, There are normally two ways to compare 2 objects. One by using == operator and by using the equals method. But these two are not same in the way they implements the comparison. The difference is there in the type of object (reference type or value...
Filed under:
.NET
,
.NET FAQ
,
ASP.NET
,
comparison
More Posts