asp.net-3.5
Handling a DropDownList in a Nested ListView
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:[详细]
2023-02-11 23:07 分类:问答How to catch HttpRequestValidationException in production
I have this piece of code to handle the HttpRequestValidationException in my global.asax.cs file. protected void Application_Error(object sender, EventArgs e)[详细]
2023-02-10 20:32 分类:问答Authentication for the database which already have form authentication - asp.net [closed]
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[详细]
2023-02-09 12:11 分类:问答Master page issue in asp.net after publishing
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.[详细]
2023-02-09 11:15 分类:问答None of my "code behind" code is being called
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.[详细]
2023-02-08 18:21 分类:问答what's the difference between ASP.NET controls and Html.helpers in ASP.NET MVC?
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[详细]
2023-02-08 00:06 分类:问答Can ASP.NET MVC 3 run inside a ASP.NET 3.5 web site?
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?[详细]
2023-02-07 20:13 分类:问答Enterprise library 4 dataconfiguration tag
I am using Enterprise library for my data access. When I am running the application, at the CreateDatabase() statement I am getting this exception:[详细]
2023-02-06 10:14 分类:问答How do I generate JavaScript during an AJAX callback (postback) and then execute it on the browser?
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[详细]
2023-02-06 05:08 分类:问答How to make ASP.NET AJAX CalendarExtender always visible?
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[详细]
2023-02-05 04:08 分类:问答