JS,Images and CSS getting intercepted by HTTPModule
I have a simple HTTPModule which does some custom session state management.
I have a simple HTTPModule which does some custom session state management.
I have following code on page load event:
I am using editable pdf files (created by Nitro PDF Software) in my application. These pdf files have a lot of editable fields (like textboxes) and one button (like submit).
I need to fill some dropdown boxex from some reference data. i.e City List, Country List etc. I need to fill it in various webforms. I think, we should cache this data in our application so that, we don’t hit database on every form. I am new to caching and ASP.Net. Please suggest me how to do this.
In my application I am building a zip file for the User to download for some exported database information. The zip file is created when the user clicks a “generate data” button and I log the request in the database.
I’m using an ASP.NET Repeater to display the contents of a <table>. It looks something like this:
Currently I have to send emails with MailMessage and SmtpClient but I need to send a picture that is currently in base64 string within the MailAddress body.
Take for example the following code:
I would like to not cache my aspx pages anywhere. For some reason IE ignores meta tags which are set from my master page
I’m new to ASP.NET but I’m looking to implement some versioning for a new API I’m about to start.