Search

You searched for the word(s): userid:826939

Matching Posts

  • Re: Problems in Exporting to Excel 2007

    Use Excel functionality (include excel.dll features) instead of using Response.ContentType = "application/vnd.ms-excel" Response.AppendHeader( "Content-Disposition" , "filename=Data.xlsx;" ) Excel functionality will solve your problem. To know about the MS Office 2007 warning message check the link: http://blogs.msdn.com/vsofficedeveloper/pages/Excel-2007-Extension-Warning.aspx
    Posted to Getting Started (Forum) by chinnivasudeva on 10/13/2008
    Filed under: no prompt deny open] Default setting if value not present is 1 (enable and prompt)., 1 = Enable check and prompt, 2 = Enable check
  • Re: Problems in Exporting to Excel 2007

    Use Excel functionality (include excel.dll features) instead of using Response.ContentType = "application/vnd.ms-excel" Response.AppendHeader( "Content-Disposition" , "filename=Data.xlsx;" ) Excel functionality will solve your problem.
    Posted to Getting Started (Forum) by chinnivasudeva on 10/13/2008
  • Re: How can I output to Excel 2007 format

    Use Excel functionality (include excel.dll features) instead of using Response.ContentType = "application/vnd.ms-excel" Response.AppendHeader( "Content-Disposition" , "filename=Data.xlsx;" ) Excel functionality will solve your problem.
  • Re: how to show loading icon image in frames?

    ------ <body style="margin: 0; padding: 0px;" id="bodyid" onload="document.getElementById('divLoad').style.display='none';"> <div id="divLoad" style="position: absolute; top: 0; left: 0; padding: 0px; padding-top: 280px; margin: 0px; height: 768px; width: 100%; text-align: center; filter: alpha(opacity=70); opacity: 0.7; background: Transparent; font-family: Arial; vertical-align: middle;"> <img src="spinner.gif"
    Posted to Web Forms (Forum) by chinnivasudeva on 9/25/2008
  • Re: Error adding a tab to a TabPanel

    Draw the dynamic tabs in Page_Init and don't draw any tabs created dynamically in page load. In page load create all the child control for dynamic tabs. I think this will solve your problem.
Page 1 of 1 (5 items)