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 2008 - Posts
Comments
Microsoft relaunched the IIS website while launching Windows Server 2008
by
vik20000in
Hi, With the launch of Windows Server 2008 today Microsoft also relaunched the website for IIS . Do check the newly relaunched website of IIS here Vikram
Filed under:
IIS
,
Windows Server 2008
1
Comments
SharePoint programming and permission problem
by
vik20000in
Hi, Last few days I was playing with SharePoint server 2007 and programming with it. All I was trying to do was add a list item in a simple list created in the SharePoint through a web part. The code to do the job was simple enough. SPWeb site = SPContext...
Filed under:
ASP.NET
,
web.config
,
Sharepoint
8
Comments
How to refer Master page content in Content Page
by
vik20000in
Hi, Many a times while using a master page we want to refer content, Controls and properties in Master Page while working in Content page. We come across requirement where by we can change or access the values of controls residing in Master page when...
Filed under:
ASP.NET
,
Master Page
,
Content Page
,
Master
,
FindControl
4
Comments
Using Meta Tag to refresh and redirect a page
by
vik20000in
Hi Many a times we have a requirement where by we want to make a pager refresh by itself at a certain interval. We may also want to redirect the page to another page after a certain amount of time. I know we can do this with the help of Asp.Net Ajax Extension...
Filed under:
ASP.NET
,
Meta Tag
,
HTML
Comments
SQL server 2008 February CTP launched
by
vik20000in
Hi, As all of us know that SQL server 2008 Launch has been delayed to 2nd half of the year, but the Feb CTP has been released. The CTP is feature complete. The CTP include better functionality for Data compression, Policy based management enhancement...
Filed under:
SQL Server 2008
,
Release
,
SQL Server
Comments
List of Obsolete API in Dot Net framework 2.0
by
vik20000in
Hi, Microsoft has come out with a list of APIs which have become obsolete in the .Net Framework 2.0. The same can be accessed from: .NET Framework V2.0 Obsolete API List . The list also contains alternate APIs that can be used for most of the obsolete...
Filed under:
.NET
,
ASP.NET
,
API
,
.NET FAQ
1
Comments
Passing Object as a parameter in ObjectDataSource
by
vik20000in
Hi, ObjectDataSource was a great addition to Asp.Net 2.0. But when working with asp.net 2.0’s ObjectDataSource had one limitation when working in Visual Studio designer. When working with ObjectDataSource we cannot pass object as a parameter. We always...
1
Comments
Working with Asp.Net Timer control on client side
by
vik20000in
Hi, Few days back I saw this question in the forums and from then I was looking for an answer for it. The Timer control in the asp.net Ajax is pretty useful when we want to do some activity on the client side at a certain interval of time. The control...
Filed under:
ASP.NET
,
ClientScript
,
Javascript
,
Atlas
,
AJAX
,
Asp.Net Ajax Extension
9
Comments
Yield keyword in C Sharp
by
vik20000in
Hi, One of the cool and yet most unknown feature of the C# is the yield keyword. The yield keyword is used in an iterator block to provide a value to the enumerator object or to signal the end of the iteration. When used the expression is evaluated and...
Filed under:
NET
,
C#
3
Comments
Session and concurrent request
by
vik20000in
Hi We all have worked with Asp.Net session objects in some point of time. An interesting question came in between the discussion with my colleagues on concurrent request and session state. Here is what I have to share with all on session and concurrent...
Filed under:
ASP.NET
,
Session
More Posts
Next page »