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: , ,
More Posts