Questions tagged [enterprise-web-library]

The Enterprise Web Library (EWL) is an extremely opinionated library for web applications that trades off performance, scalability, and development flexibility for an ease of maintenance you won't find anywhere else. It is built on ASP.NET and is available as a NuGet package.

33 questions
1
vote
1 answer

How do you create an EWF UI page that modifies data when the user clicks a button?

I want to make a page that collects some information from the user and then modifies the database if the user clicks a button. If the user navigates away from the page without clicking the button, I don't want anything to be modified. How do I do…
Greg Smalter
  • 6,571
  • 9
  • 42
  • 63
0
votes
1 answer

How to set form field focus on page load in EWL?

I want to set focus to a particular form field on page load. This will be the same form field every time the page is loaded, even after posting-back a data modification. Is this possible?
Sam Rueby
  • 5,914
  • 6
  • 36
  • 52
0
votes
2 answers

Why can't EWL Development Utility find Microsoft.Web.Administration assembly?

Here is the error: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file…
William Gross
  • 2,083
  • 2
  • 17
  • 35
1 2
3