Asp.net, listbox, htc, behavior, autosearch listbox, wcf, certificate
October, 2007 - Discoveries / Experiences in .Net Application development - Site Home - MSDN Blogs
Sign In
Discoveries / Experiences in .Net Application development
Discoveries during Web Application development using Asp.Net, C# etc
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.Net3.5
ajax
app.config
asp.net
CodeCoverage
Development
gac
gacutil
Globalization
gridview
HealthMonitor
htc
javascript
LINQ
ListBox
localization
msbuild
Proxy
Sql
Tracing
viewstate
Vs 2008
Vsts 2008
wcf
webtest
Archive
Archives
February 2011
(1)
January 2011
(1)
December 2010
(2)
July 2010
(2)
June 2010
(2)
May 2010
(1)
March 2010
(1)
January 2010
(1)
December 2009
(3)
October 2009
(2)
September 2009
(1)
August 2009
(2)
June 2009
(1)
May 2009
(2)
April 2009
(1)
February 2009
(3)
September 2008
(2)
June 2008
(2)
May 2008
(3)
March 2008
(1)
October 2007
(4)
October, 2007
MSDN Blogs
>
Discoveries / Experiences in .Net Application development
>
October, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Discoveries / Experiences in .Net Application development
Html Export to Excel
Posted
over 5 years ago
by
Y2KPRABU
2
Comments
Html Export to Excel for exporting to excel just call the function below in sample code and pass the page object from an aspx and the aspx page contents are rendered in excel.. make control.visible = false in the page if you dont want those controls...
Discoveries / Experiences in .Net Application development
Popup dialog opens new window on postback
Posted
over 5 years ago
by
Y2KPRABU
2
Comments
Popup dialog opens new window on postback hi all, many times we use popup dialogues opened with window.showmodaldialog(“samp.aspx“). but if there is postback happening on this window , you would see that this aspx opens in a new window. i have...
Discoveries / Experiences in .Net Application development
Delete an Email / Appt WebDAV
Posted
over 5 years ago
by
Y2KPRABU
0
Comments
Delete an Email / Appt WebDAV use this piece of code to delete an appt from an exchange server using webdav. to delete email replace calendar with mail. strCalendarUri = "http://" + strExchServerName + "/Exchange/" + strMailbox + "/Calendar/...
Discoveries / Experiences in .Net Application development
Html Export to word
Posted
over 5 years ago
by
Y2KPRABU
1
Comments
Html Export to word just call this function in the code sample from any aspx page say on export to word button click.. u see the html page contents rendered in a msword format. // For Direct Exporting From HTML to Word // Call this function on...
Page 1 of 1 (4 items)