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
July 2008 - Posts
3
Comments
Number of Rows Affected Rowcount and Top keyword
by
vik20000in
Hi, Many a times in a query we need to limit down the number of records returned in the query. This can be done in two ways using the TOP keyword or the row count keyword. Select top 10 from Table This will return the top 10 records from the query. We...
Filed under:
SQL Server
,
Database
Comments
Embedding another word file to a word document programmatically
by
vik20000in
Hi Many a times we want to embed some document in the word file, with the help of Insert-> File-> Select File menu item. This will copy the content of the file to the word document. This can also be done programmatically. String LocationOfFileToMerge...
Filed under:
.NET
,
ASP.NET
,
Word 2007
,
Word Automation
Comments
Programmatically making basic text formatting option in Word 2007 Automation
by
vik20000in
Hi, when you start working with word programmatically, many a times you will have to add some text in the word document with formatting. Word automation gives you easy way top format the text that you are writing in the Word document programmatically...
Filed under:
.NET
,
ASP.NET
,
Word 2007
,
Word Automation
3
Comments
Programmatically replace word with the help of Word Automation
by
vik20000in
Hi, In My last two posts I talked about · How to open and close a word document programmatically . · How to save a word document in different programmatically . In this post I will talk about how we can replace words in the word document. Many a times...
Filed under:
.NET
,
ASP.NET
,
Word 2007
,
Word Automation
2
Comments
Word Automation saving word document in the different Format
by
vik20000in
Hi, In my last post I talked about how to open and close a word document programmatically . In this post I will talk about how we can save the word document. While using a word document there can be three kind of save functionality that can be required...
Filed under:
.NET
,
ASP.NET
,
Word 2007
,
Word Automation
10
Comments
Automating Microsoft Word 2007 with C Sharp
by
vik20000in
Hi, Some time in our project we need to work with word (winword) document programmatically. Word provides a good way to automate nearly all the functionality that can be used through interface. The process of programmatically working with word document...
Filed under:
.NET
,
ASP.NET
,
How To
,
Word 2007
,
Word Automation
More Posts