I have two nested .net ListViews. I need to filter the contents of the inner listview by selecting from a dropdown list in the outer listview. The layout of the control is like this:
I have this piece of code to handle the HttpRequestValidationException in my global.asax.cs file. protected void Application_Error(object sender, EventArgs e)
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I am facing a unique issue with my application. In my master page, I have few CSS scripts tag and some coding to display some text on the Master page and everything is working fine.
I have just created an ASP.NET C# project and a virtual directory for it in IIS in (as far as I know) the normal way, but I am seeing very strange behavior that I have never seen before.
I\'m completely new to C#, asp.net and asp.net mvc. I\'m just starting and trying. so here is my question: what\'s the difference between ASP.NET MVC Html.helpers and ASP.NET Controls? I know they bot
I would like to know if it is at all possible to get an MVC3 solution wrapped in a CWAB (Composite Web Application Block) solution built in 3.5?
I am using Enterprise library for my data access. When I am running the application, at the CreateDatabase() statement I am getting this exception:
In summary: I have an ASP.NET web page that causes an AJAX postback to the server.When this event handler runs (in the code behind) it will generate some JavaScript that I then want to run in the cli
I开发者_如何学Go\'d like to be able to have the .NET AJAX CalendarExtender show on Load without having to click in a TextBox. If I can simulate a TextBox being clicked so the CalendarExtender will sho