ASP.NET Web Forms

I suggest you ...

You've used all your votes and won't be able to post a new idea, but you can still search and comment on existing ideas.

There are two ways to get more votes:

  • When an admin closes an idea you've voted on, you'll get your votes back from that idea.
  • You can remove your votes from an open idea you support.
  • To see ideas you have already voted on, select the "My feedback" filter and select "My open ideas".
(thinking…)

Enter your idea and we'll search to see if someone has already suggested it.

If a similar idea already exists, you can vote and comment on it.

If it doesn't exist, you can post your idea so others can vote on it.

Enter your idea and we'll search to see if someone has already suggested it.

  1. support multiple runat="server" forms in Web Forms pages

    Allow for Web Forms pages to contain multiple server-side forms rather than just one. This allows for much better accessibility and usability in the pages.

    149 votes
    Vote
    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service

      You'll receive a confirmation email with a link to create a password (optional).

      Signed in as (Sign out)
      You have left! (?) (thinking…)
      under review  ·  6 comments  ·  Flag idea as inappropriate…  ·  Admin →
    • Make the MVP Pattern a 1st Class Citizen

      Make the Model-View-Presenter pattern a 1st class citizen in ASP.NET/Visual studio, to combine the testability of MVC with the benefits of the WebForm abstraction layer.

      124 votes
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service

        You'll receive a confirmation email with a link to create a password (optional).

        Signed in as (Sign out)
        You have left! (?) (thinking…)
        under review  ·  2 comments  ·  Flag idea as inappropriate…  ·  Admin →
      • Better UpdatePanel, True Ajax

        True Ajax UpdatePanel. Right now there is to much data sent and received

        123 votes
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service

          You'll receive a confirmation email with a link to create a password (optional).

          Signed in as (Sign out)
          You have left! (?) (thinking…)
          under review  ·  0 comments  ·  Flag idea as inappropriate…  ·  Admin →
        • WPF-like data-binding syntax with declarative & imperative support

          As per David Fowler's prototype, support for binding to other other control properties and properties on data objects using a WPF-like syntax (declarative) or from code-behind (imperative).

          116 votes
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service

            You'll receive a confirmation email with a link to create a password (optional).

            Signed in as (Sign out)
            You have left! (?) (thinking…)
            0 comments  ·  Flag idea as inappropriate…  ·  Admin →
          • Support Razor in aspx pages :)

            It would be a very great future to use Razor and html helpers even in an asp.net aspx project pages. ( not only in mvc project)

            79 votes
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service

              You'll receive a confirmation email with a link to create a password (optional).

              Signed in as (Sign out)
              You have left! (?) (thinking…)
              under review  ·  1 comment  ·  Flag idea as inappropriate…  ·  Admin →
            • ASP.NET: Add ClientID.None

              Add one more option for ClientIDMode enumeration in ASP.NET.

              It's often the case we use ID of a control only in order to reference it from Code-Behind and we don't need the id attribute to be rendered on client-side. It only creates unnecessary garbage data to be transferred to client. ClientIDMode.Static can decrees the amount of data being transferred, but it's still > 0 and one must be extremly careful not to generate duplicate IDs.

              ClientIDMode.None would prevent ID from being rendered to resulting HTML markup. The CliendID property would return null (or empty string). Supporting controls will not render…

              53 votes
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service

                You'll receive a confirmation email with a link to create a password (optional).

                Signed in as (Sign out)
                You have left! (?) (thinking…)
                under review  ·  1 comment  ·  Flag idea as inappropriate…  ·  Admin →
              • More content for ASP.NET WebForms

                I am an enterprise web developer for a large corporation and we don't use MVC. My last job with another large corporation did not use MVC. I understand that MVC is the future, but MVP on WebForms is still a standard in many .Net shops. Can we get more content on how to do some of the coolness that's being explored in MVC in MVP. Where's the love, I'm tired of translating code and concepts from MVC to MVP :).

                49 votes
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service

                  You'll receive a confirmation email with a link to create a password (optional).

                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                  under review  ·  2 comments  ·  Flag idea as inappropriate…  ·  Admin →
                • Provide Web Forms Rules Engine similar to InfoPath

                  Provide a Web Forms Rules Engine for creating ASP.Net Web Forms that can be completely designed through a User Interface/GUI in a manner similar to InfoPath.

                  35 votes
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    Password icon
                    I agree to the terms of service

                    You'll receive a confirmation email with a link to create a password (optional).

                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                    under review  ·  1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                  • Uncouple Web Forms from .NET Framework

                    Separate Web Forms from .NET Framework so it can be updated more often like MVC.

                    32 votes
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      Password icon
                      I agree to the terms of service

                      You'll receive a confirmation email with a link to create a password (optional).

                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                      0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                    • ASPX/ASCX preprocessor

                      It would be so nice to have a possibility to apply arbitrary transformations to text content of aspx/ascx files before compiling them. This will open a way for a lot of interesting code-generation techniques.

                      For example, it would allow for folks that don't like runat="server" not to write this attribute. Instead of this they would just be able to use a simple transformation that will add this attribute to any tag with a namespace prefix.

                      28 votes
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        Password icon
                        I agree to the terms of service

                        You'll receive a confirmation email with a link to create a password (optional).

                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                        under review  ·  1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                      • Open Source ASP.NET Web Forms

                        You guys have open sourced ASP.NET MVC, Web API, and Web Pages as well as Entity Framework. Please open source Web Forms as well.

                        24 votes
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          Password icon
                          I agree to the terms of service

                          You'll receive a confirmation email with a link to create a password (optional).

                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                          under review  ·  0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                        • Support MVP pattern for ASP.NET WebForms applications

                          With al those new and improved pattern implementations for VS2010 like ASP.NET MVC and MVVM for SL and WP7. There is also one missing and thats the MVP pattern for ASP.NET WebForms. Almost all my clients who develop with ASP.NET WebForms makes an big mess of their WebApp architecture and that's because they don't use an proper User Interface pattern and develop all their businesslogic in their WebForms, not to mention the testability. Several years ago the patterns & practices team developed Web Client Software Factory who contained the ObjectContainerDataSource with the MVP pattern. The ObjectContainerDataSource is in my honoust…

                          23 votes
                          Vote
                          Sign in
                          Check!
                          (thinking…)
                          Reset
                          or sign in with
                          • facebook
                          • google
                            Password icon
                            I agree to the terms of service

                            You'll receive a confirmation email with a link to create a password (optional).

                            Signed in as (Sign out)
                            You have left! (?) (thinking…)
                            2 comments  ·  Flag idea as inappropriate…  ·  Admin →
                          • Add parser support for strongly-typed controls

                            I think the model binding proposed in the Visual Studio 11 Preview is a great feature, but I think it could be made MUCH more powerful. I would like to see strongly-typed controls be something more like:

                            <asp:SomeControl ID="SomeControl1" runat="server" RuntimeType="string" />

                            Where SomeControl would be defined as:

                            public class SomeControl<T> : Control { }

                            And in the generated code, the markup would translate to:

                            protected SomeControl<string> SomeControl1;

                            The basic gist is to add in a special property like runat="Server" that would allow you to specify the T in Control<T> or T1 and T2 in Control<T1, T2>.

                            23 votes
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              Password icon
                              I agree to the terms of service

                              You'll receive a confirmation email with a link to create a password (optional).

                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                              under review  ·  2 comments  ·  Flag idea as inappropriate…  ·  Admin →
                            • datagrid modern HTML/Design and Jquery

                              the datagrid Features are quite ok, But the wizards and the generated HTML ist still the 2.0 stuff.
                              Webforms is still the fastest way to bring data to the browser. If you dont need full control or tests webforms should get some design improvements, html code optimizations and jquery Background refresh.

                              10 votes
                              Vote
                              Sign in
                              Check!
                              (thinking…)
                              Reset
                              or sign in with
                              • facebook
                              • google
                                Password icon
                                I agree to the terms of service

                                You'll receive a confirmation email with a link to create a password (optional).

                                Signed in as (Sign out)
                                You have left! (?) (thinking…)
                                0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                              • Auto Format needs to use CSS styles in WebForms

                                Current Auto Format option uses ugly in-line server control styling. How about changing this to use CSS classes and client-side CSS styles in a style-sheet instead.

                                9 votes
                                Vote
                                Sign in
                                Check!
                                (thinking…)
                                Reset
                                or sign in with
                                • facebook
                                • google
                                  Password icon
                                  I agree to the terms of service

                                  You'll receive a confirmation email with a link to create a password (optional).

                                  Signed in as (Sign out)
                                  You have left! (?) (thinking…)
                                  1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                                • Support for enhanced Data Binding scenarios

                                  The Data Bound Update method should accept IEnumerable<Item> to support editing multiple rows, e.g., a shopping cart.
                                  A Data source should support rebinding to the data returned from the Update method to cater for more complex data bound scenarios, e.g., showing a confirmation screen.

                                  8 votes
                                  Vote
                                  Sign in
                                  Check!
                                  (thinking…)
                                  Reset
                                  or sign in with
                                  • facebook
                                  • google
                                    Password icon
                                    I agree to the terms of service

                                    You'll receive a confirmation email with a link to create a password (optional).

                                    Signed in as (Sign out)
                                    You have left! (?) (thinking…)
                                    under review  ·  0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                  • 7 votes
                                    Vote
                                    Sign in
                                    Check!
                                    (thinking…)
                                    Reset
                                    or sign in with
                                    • facebook
                                    • google
                                      Password icon
                                      I agree to the terms of service

                                      You'll receive a confirmation email with a link to create a password (optional).

                                      Signed in as (Sign out)
                                      You have left! (?) (thinking…)
                                      under review  ·  0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                    • Make HttpCapabilitiesBase.RequiresControlStateInSession true by default

                                      When using the SessionPageStatePersister, the control state still travels up and down in the request and response. I do not understand why this would be. It just bloats both unnecessarily.

                                      6 votes
                                      Vote
                                      Sign in
                                      Check!
                                      (thinking…)
                                      Reset
                                      or sign in with
                                      • facebook
                                      • google
                                        Password icon
                                        I agree to the terms of service

                                        You'll receive a confirmation email with a link to create a password (optional).

                                        Signed in as (Sign out)
                                        You have left! (?) (thinking…)
                                        0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                      • Don't use Page.InitComplete in QueryableFilterRepeater and DynamicFilter controls

                                        ASP.NET Dynamic Data QueryableFilterRepeter and DynamicFilter controls currently use Page.InitComplete logic to dynamically generate their content. This prevents you from re-using these controls on a custom filter template to generate filters for a related (parent or child) table. By the time the custom filter template is initialized the Page.InitComplete has already fired and the controls simply don't work.

                                        6 votes
                                        Vote
                                        Sign in
                                        Check!
                                        (thinking…)
                                        Reset
                                        or sign in with
                                        • facebook
                                        • google
                                          Password icon
                                          I agree to the terms of service

                                          You'll receive a confirmation email with a link to create a password (optional).

                                          Signed in as (Sign out)
                                          You have left! (?) (thinking…)
                                          1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                                        • Implement true page life per session

                                          ASP.NET specifically:

                                          I have recently been developing some server controls, and let me tell you: Efficient Memory Management is nearly impossible to achieve on the framework... And for one simple reason:

                                          Developers cannot catch a true page's life without going to extremes like creating your own HTTPModule to catch a request, play with it, and then redirect. Not only that, but the HTTPModule can't even interact with the Application code...

                                          The most explicit example of this comes from some recent work i've been doing developing a custom grid control. Basically, the developer asked me this:

                                          Can you make a grid…

                                          6 votes
                                          Vote
                                          Sign in
                                          Check!
                                          (thinking…)
                                          Reset
                                          or sign in with
                                          • facebook
                                          • google
                                            Password icon
                                            I agree to the terms of service

                                            You'll receive a confirmation email with a link to create a password (optional).

                                            Signed in as (Sign out)
                                            You have left! (?) (thinking…)
                                            1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                                          ← Previous 1
                                          • Don't see your idea?

                                          ASP.NET Web Forms

                                          Feedback and Knowledge Base