Asp.net, listbox, htc, behavior, autosearch listbox
Welcome to MSDN Blogs Sign in | Join | Help

October 2007 - Posts

Html Export to Excel

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 to

Popup dialog opens new window on postback

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 a solution..

Delete an Email / Appt WebDAV

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/"; // Create

Html Export to word

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 Button
 
Page view tracker