Posted on: 8/1/2014 4:02:47 PM | Views : 396

Could someone please help:
     I have a web application using Entity Framework 4.0 and asp.net.  I developed the web app using Visual Studio 2012.  The problem I'm having is this.  I have several web pages that have the standard "MultiView" Controls on them.  I can run the app (using a remote database connection to the production db) and add records and view the data on the pages with my MultiView controls and everything looks as it should via my development machine (debug mode).  But when I run the application via our production web server, IIS using  Internet Explorer and try viewing a record (where the data should be displayed in controls contained on a "View" of the MultiView, nothing happens.  I do not get an error it just does nothing, the view does not appear.
The way I designed the page is as follows.  When the page loads, records are display in a master grid with a pencil ...

Go to the complete details ...