How can I validate that someone is over 18 from their date of birth?
I am doing validation for Driver’s Date of birth, it should be minimum of 18 from the current date.
I am doing validation for Driver’s Date of birth, it should be minimum of 18 from the current date.
Here’s the scenario:
ASP.NET does not allow concurrent requests for the same session; meaning that a user can only make 1 request at a time.
How can I prevent my asp.net 3.5 website from being screen scraped by my competitor? Ideally, I want to ensure that no webbots or screenscrapers can extract data from my website. Is there a way to detect that there is a webbot or screen scraper running ? Answers: Thank you for visiting the Q&A section … Read more
I have an asp.net website with a master-page, can I use the iframe so my .aspx pages will load inside the iframes. (Meaning it wont load the master-page)
I am building a C#/ASP.NET app with an SQL backend. I am on deadline and finishing up my pages, out of left field one of my designers incorporated a full text search on one of my pages. My “searches” up until this point have been filters, being able to narrow a result set by certain factors and column values.
This is my code for buttonsubmit_click event. The error always shows up. I don’t know where the error is coming from. Sometimes the error is:
In previous asp.net web api, I implement DefaultHttpControllerSelector to specify how I want the request to locate my controller. I often have different controllers with different names but intended for same processes. The only difference is that one is of higher version than the other.
Net core application. I have a generic repository pattern implemented. I am trying to implement some filtering functionality. I have the below code.
I am having trouble getting ASP Identity to refresh its Identity stored in a cookie on demand.