Решение: Статьи http://msdn.microsoft.com/en-us/office/ee358824.aspx http://stackoverflow.com/questions/643643/how-to-create-and-download-excel-document-using-asp-net http://msdn.microsoft.com/en-us/library/dd452407.aspx http://archive.msdn.microsoft.com/OOXMLv20CTP/Release/ProjectReleases.aspx?ReleaseId=2080 http://www.microsoft.com/en-us/download/confirmation.aspx?id=5124 http://stackoverflow.com/questions/2624333/how-do-i-read-data-from-a-spreadsheet-using-the-openxml-format-sdk http://stackoverflow.com/questions/824056/openxml-sdk-spreadsheet-starter-kits
Решение: Статья - http://www.microsoft.com/en-us/download/details.aspx?id=13255 Статья - http://social.msdn.microsoft.com/Forums/en/adodotnetdataproviders/thread/e5f8ba13-21a3-4365-8651-25b6ae2ce267 и проект aldoor/admin/uploadXLS
Решение: // Get the quantity, guarding against bogus values if (Int32.TryParse(quantityTextBox.Text, out quantity)) { // Update product quantity success =…
Решение: Надо на сервер установить обновление Статья - http://www.hanselman.com/blog/BugAndFixASPNETFailsToDetectIE10CausingDoPostBackIsUndefinedJavaScriptErrorOrMaintainFF5ScrollbarPosition.aspx
Решение: try { string url="http://..."; WebRequest req = WebRequest.Create(url); WebResponse resp = req.GetResponse(); Stream stream = resp.GetResponseStream(); StreamReader sr =…
Решение: http://www.helicontech.com/forum/6254-ISAPI_Rewrite__aspnet_postback.html
Решение: лучше использовать иконки с iconfinder.com - там всегда хорошее качество.
Решение: Надо приводить к массиву: if (HttpContext.Current.Cache[key] != null && false) { OperInfo[] newArray = (OperInfo[])HttpContext.Current.Cache[key]; users = new List<OperInfo>(newArray);…
Решение: Виноват в этом ESET NOD32. В Advanced Setup/Web accesss protection/WebBrowsers надо снять галочку с Visual studio(devenv.exe) и перезагрузиться
Решение: // Получить текущую страницу string page = Request.AppRelativeCurrentExecutionFilePath;