suthish nair
All the information provided here for learning purpose only.
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET FAQ
AJAX
ASP.NET
C#
c-sharpcorner
MSChart
Software Development
Visual Studio
Sponsors
advertise here
Navigation
Home
Blogs
Archives
February 2011 (1)
January 2011 (1)
August 2010 (2)
May 2010 (2)
April 2010 (2)
January 2010 (3)
October 2009 (2)
January 2010 - Posts
7
Comments
Export Image to Microsoft Office Excel using c# and Interop
by
Suthish Nair
Here am trying to show how we can export an image to excel file. References Used: Microsoft.Office.Interop.Excel; Link for downloading the dlls and install : Office XP PIAs Add Microsoft.Office.Interop.Excel.dll to the bin folder. Add office.dll to the...
0
Comments
Set Focus Controls - AutoPostBack = true
by
Suthish Nair
Every time user’s complaints me about page scroll issues. For example: If a lengthy page having a dropdown list with AutoPostBack = true at bottom of page. After the selection page gets reloaded and focus will be on top of the page. User needs to again...
2
Comments
Export to Excel/Word with Cascading Style Sheets (css)
by
Suthish Nair
Sometimes we needs to export data to file with applicable styles... Here am trying to show an simple example... .aspx page Select File Format <asp:DropDownList id="ddlFile" runat="server"> <asp:ListItem Value=".xls">ms...
Filed under:
ASP.NET
,
Visual Studio
,
.NET
More Posts