Content
UpdatePanel Query
I'm trying to create a webforms page (inside a master) that immediately displays 'loading...' text while the page content is built. I can do this quite easily if I have a button that is first clicked to call the build method but if I call the build…
CONVERT STRING TO READABLE FORMAT WHEN CONTAIN BASE64 STRING
I receive the following error message when attempting to run this code: Dim Buffer As Byte() = Convert.FromBase64String(strBody) The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an…


ExtensionlessUrlHandler-Integrated-4.0 (Exclude Path)
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="." verb="" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /> Is it possible to exclude…


Memory stream to file error
We are using the code below to merge multiple PDF files (using iTextSharp) into one stream and then display that stream in a web page. It has been working great but now we want to output that memory stream to a single pdf file like it displays and we now…


Receive acknowledgment of Email failure with distributed list
I am testing my email function in developer connected to internet and when sending to a distributed list of receivers the program does not catch those receivers that fail to be delivered if any are a success. I just get a message to my email account to…


ASP prompt issue
Hi, In ASP, is there one example to show message prompt below?


<asp:hyperlink with dynamic data
Hello, In webapp I have <asp:GridView.. and inside it column: <asp:TemplateField HeaderText="PS" ItemStyle-HorizontalAlign="Center"> <ItemTemplate> …


Too many redirects error
I cloned web form mvp tipwings toys project from git hub. I launched solution in Visual Studio 2019. When I run it I get error : Too many redirects. When I debug no break point is being hit ( on default or on Errorpage) I also checked connection…


set ASP.NET SessionId cookie path attribute in web.config
Hi, I am trying to set path of ASP.NET SessionId cookie in web.config file but in response header cookie path always showing "/" as cookie path. I have tried configuring the cookie path in outbound rule in web.config and in forms…


Embed .net core web application in web forms
Hello all I have an existing web site developed using .net framework 4.8 hosted in IIS. we are now developing a new website using Dot net core 5.0 which is hosted in Azure. I want to embed the pages in new website in the existing web application. …


Has the Team Foundation ASP.Net, VersionControlServer class been deprecated?
Hello, We have switched from OnPrem TFS Server 2019 (Devops) and now are in the cloud Azure Devops. I am trying to connect to a TFVC Repository hosted in Azure via ASP.NET Web Form - C# code (which has worked in the past with OnPrem). It…


WebForms Application Crashes Due to SessionState Null Reference Exception (NameObjectCollectionBase.BaseRemove)
Hi, We have a ASP.NET 4.7.2 WebForms application that we have been installing on-prem for customers for 2+ decades now. In a "managed cloud" strategy that, we are doing a lift-and-shift model where we are running this WebForms application in…


how to encrypt connection string in web.config in asp.net 2.0 application
Hi Friends, we have asp.net 2.0 application deployed in a windows server. When i looked in to the windows server I could see there are multiple applications deployed in IIS and some of them are .NET CLR Version v.4.0 and some of them are v2.0. We…


Delete Stored Procedure not finding Id in Editable GridView
I have a fairly simple stored procedure that drops an Id when the Administrator does not need it. I use it on the front end of my web app. This is the T-SQL: ALTER PROCEDURE [dbo].[spGRNTSFunderId_Delete] @FunderId int = NULL AS BEGIN SET NOCOUNT…


Deliver email message via membership provider using VS & Local server
I have setup the Login Wizard to send a Email message and wondering how to test operation delivery. Is it possible to send a message to my Email address at Yahoo.co.uk using personal credentials to login and read message? when run from my development…


EmbeddedObjects template cause document elements to disappear when sending email from CreateUserWizard
In my CreateUserWizard i have set the EmbeddedObject template to add image to my BodyFileName html document. This works fine except now an anchor element will not show in document output. The href attribute is set from code in page behind during the…


Incorporate angularjs with existing web application
Hello everyone, I have an existing web application. It's not MVC project. I have found this react calendar https://github.com/hiramzamorano/react-big-scheduler And I would like to use it with my project. But I am not sure how to reference the…
Should I leave ASP.NET Web Forms and Move to ASP.NET Core?!
Hello, I'm ASP.NET Web Forms Developer since many years. Recently I worked with ASP.NET Core and Entity Framework. I found totally change in everything between the Web Forms and .NET Core. Essential changes for me are no Design View anymore! and no…


ASP Email Script Failing
Im quite new to scripting, i have a support team that has a requirement for an app theyre developing and they need to send emails using the script they provided. Now they asked for a mailbo but i recommended simply relaying since we have an email…


Refused to apply style from <URL> because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled
HI Team, I'm trying to to bundling CSS files after minification. My application is ASP.net Core 4.5 not MVC. I have created bungleconfig class file and written below code public class bundleconfig { // For more information on bundling, visit…

