Tagged Questions
0
votes
0answers
50 views
Update Panel not working properly causing full postback
I have moved to visual studio 4.5 and at first my update panels worked just fine but one day they just seemed to stop altogether even if I start a new project.
Code Behind:
public partial class ...
0
votes
1answer
78 views
Textarea not rendered for DataType.MultilineText
I have an EditItemTemplate within a ASP.NET 4.5 Web Forms FormView. I've set an ItemType on the FormView so I'm using DynamicControls to display and edit fields.
<asp:FormView runat="server" ...
0
votes
0answers
118 views
AjaxControlToolkit 7.0123 breaks UpdatePanel asynchronous post-back
I have an ASP.NET Web Application built against ASP.NET 4.5 in VS2012. Within the application are a number of forms containing ListView controls which in turn contain UpdatePanel controls so that any ...
1
vote
1answer
81 views
ASP.NET WebForms FriendlyUrlSegments does not contain a constructor that takes 0 arguments
I'm doing a simple test with FriendlyUrls in ASP.NET 4.5 WebForms, Foo.aspx becomes /Foo/ (it works).
When I try to use FriendlyUrlSegments Attribute to get the id from URL into the control I get this ...
2
votes
1answer
117 views
What are these extra javascript files in my ASP.NET 4.5 WebForms project?
I created a new ASP.NET 4.5 WebForms project and found a bunch of extra javascript files pertaining to GridView, DetailsView and other data related components as well as MSAjax. I assume they are to ...
1
vote
1answer
693 views
ASP.NET Web Forms (4.5) Strongly Typed Model Binding - DropDownList in InsertItemTemplate of ListView
Note: This is ASP.NET Web Forms Model Binding in .NET 4.5 and NOT MVC.
I am using the new Strongly Typed Model Binding features of ASP.NET Web Forms (4.5) to produce a list of items that can be ...
3
votes
1answer
2k views
Bundling resources via bundle.config vs BundleConfig.cs in ASP.NET 4.5 WebForms
Regarding ASP.NET 4.5's new System.Web.Optimization / Microsoft.AspNet.Web.Optimization:
Can anyone explain the difference in the use of bundling resources using the BundleConfig.cs class file as ...
1
vote
2answers
187 views
Login Not Working with Custom Profile
This is a Web Forms Application Project (WAP). I am programmatically creating a user with custom profile properties and can see the user data being persisted in the Users table but not in the ...
0
votes
1answer
90 views
Value converter for ASP.Net Webforms
I'm putting together a web forms application that is utilizing the WebFormsMvp library. In the examples, it shows something like this in the ASPX markup:
Name:
<asp:TextBox runat="server"
...
2
votes
2answers
1k views
How to use SimpleMembership with WebForm 4.5 and EntityFramework?
Ive heard there new providers with ASP.NET 4.5 (such membership provider) but it seem i can't find anything decent about using the SimpleMembership with WebForm ASP.NET 4.5 and EntityFramework. Is ...
1
vote
2answers
312 views
alternative for web deployment projects in VS 2011
I am trying to find out what is the alternative to using the Web Deployment projects in VS2011 as they do not seem to be supported anymore.
We have a number of projects where we are using them to ...