General ASP.NET

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.

  • Hot ideas
  • Top ideas
  • New ideas
  1. Routte Confirmation Box Syntax

    Function Name: COUNT
    Syntax: Gives the number of cells contained in RangeReference
    Result: =COUNT (A5:A10,B1:B20) equals 26
    Special Note: Count adds 1 for every cell that contains a number, formula, text, ERR, and N/A [cluster]

    Bureaucratic Background Intelligence
    Start>Computer Management>

    11_9_12 Agent [CEO_Corporate Executive Officer/Owner] Reporting
    Princessa Jean Martin Whitehead
    *Official MicrosoftASP.NET
    Syntax
    COUNT(RangeReference0,RangeReference1)
    (RangeReference0,RangeReferenceI)
    (RangeReference0,RangeReferencei)
    (RangeReference0,RangeReference!)

    (RangeReferenceO,RangeReference1)
    (RangeReferenceO,RangeReferenceI)
    (RangeReferenceO,RangeReferencei)
    (RangeReferenceO,RangeReference!)
    Result
    Gives the number of cells contained in RangeReference
    Example
    =COUNT(A5:A10,B1:B20) equals 26
    Special Note
    Count adds 1 for every cell that contains a number, formula, text, ERR, and N/A

    Entered into command prompt'
    C:\Users\JAQUIN>Count(RangeReference0, RangeReference1)
    'Count' is not…

    1 vote
    Vote
    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service
      Signed in as (Sign out)
      You have left! (?) (thinking…)
      0 comments  ·  General ASP.NET  ·  Flag idea as inappropriate…  ·  Admin →
    • The daily community update has a problem

      There seems to be a problem with the home page list of daily community updates. Here is Australia the list of articles does not change for a week, then suddenly there are articles for each of the past 7 days. It is like there is some problem with the CDN, and it only delivers updates once a week even if it is being updated in the US every day.

      1 vote
      Vote
      Sign in
      Check!
      (thinking…)
      Reset
      or sign in with
      • facebook
      • google
        Password icon
        I agree to the terms of service
        Signed in as (Sign out)
        You have left! (?) (thinking…)
        0 comments  ·  Flag idea as inappropriate…  ·  Admin →
      • Allow Health Monitoring Templated Email to work both with IIS Integrated Pipeline and Classic

        HttpServerUtility.Execute will corrupt an IIS Integrated HTTP pipeline when fired prior to any actual HTTP request.

        When a WAS/ASP.NET 'net' transport WCF service fires a System.Web.WebManagement.WebErrorEvent prior to any HTTP traffic being received by the application, the ASP.NET HTTP pipeline is corrupted and cannot be used to serve HTML until the application is recycled.

        This basically means you cannot use the TemplatedMailWebEvent provider for any WAS/ASP.NET application that houses both 'net' bound WCF services and MVC3 or ASP.NET Form web pages.

        That's a pity because the TemplatedMailWebEvent provider is a very powerful monitoriing / notification tool for ASP.NET hosters.

        This…

        1 vote
        Vote
        Sign in
        Check!
        (thinking…)
        Reset
        or sign in with
        • facebook
        • google
          Password icon
          I agree to the terms of service
          Signed in as (Sign out)
          You have left! (?) (thinking…)
          0 comments  ·  Flag idea as inappropriate…  ·  Admin →
        • ASP.Net Web Pages, Web Forms and MVC project templates

          Microsoft should provide Project Templates for ASP.Net Web Pages, Web Forms and MVC Applications. Project Templates should contain sample projects with walkthrough for all possible scenarios like Shopping Sites, News Sites, Ticket Booking Sites, etc. It will be great assistance to people who are learning or wants to get started and use ASP.Net for their business or personal use. In this way number of ASP.Net users may also increase as it will be easy for users to create projects by using templates and customizing them according to their needs. What is your thought about this?

          1 vote
          Vote
          Sign in
          Check!
          (thinking…)
          Reset
          or sign in with
          • facebook
          • google
            Password icon
            I agree to the terms of service
            Signed in as (Sign out)
            You have left! (?) (thinking…)
            0 comments  ·  General ASP.NET  ·  Flag idea as inappropriate…  ·  Admin →
          • url redirection

            What is URL REDIRECTION?How can i use this concept in my .net?
            my task is i have generated one url like this "http://example.com/";
            I am passing one pearameter like "http://example.com/Empno=1";
            I want to display Ename in Database table that corresponding "Empno"
            plz Help me Give me one simple example

            I am new this concepts
            plz Help me send source code to my mailID:mandla.anilbabu@gmail.com

            1 vote
            Vote
            Sign in
            Check!
            (thinking…)
            Reset
            or sign in with
            • facebook
            • google
              Password icon
              I agree to the terms of service
              Signed in as (Sign out)
              You have left! (?) (thinking…)
              0 comments  ·  Flag idea as inappropriate…  ·  Admin →
            • Showing JavaScript syntax error While compiling/building web application.

              It would be better to show some JavaScript syntax error(possibly compiling/parsing JavaScript code referred in the page) while we build our application using Visual Studio. We could correct these at compile time rather than finding at run time.

              1 vote
              Vote
              Sign in
              Check!
              (thinking…)
              Reset
              or sign in with
              • facebook
              • google
                Password icon
                I agree to the terms of service
                Signed in as (Sign out)
                You have left! (?) (thinking…)
                0 comments  ·  General ASP.NET  ·  Flag idea as inappropriate…  ·  Admin →
              • Re-compile my project in the background if my computer is idle.

                If I make a change to certain files (such as those in the app_code folder), then it takes a long time to re-compile my project. This should happen automatically after I stop typing, if my computer isn't already too busy.

                1 vote
                Vote
                Sign in
                Check!
                (thinking…)
                Reset
                or sign in with
                • facebook
                • google
                  Password icon
                  I agree to the terms of service
                  Signed in as (Sign out)
                  You have left! (?) (thinking…)
                  1 comment  ·  General ASP.NET  ·  Flag idea as inappropriate…  ·  Admin →
                • [AspMvcView] [AspMvcAction] [AspMvcController] attributes for custom helpers parameters

                  Please add these attributes to ASP.NET MVC:

                  [AspMvcView]

                  [AspMvcAction]

                  [AspMvcController]

                  That allows to mark custom helpers parameters with these attributes.

                  JetBrains did that and that looks very helpful:

                  http://devlicio.us/blogs/hadi_hariri/archive/2011/12/07/providing-intellisense-navigation-and-more-for-custom-helpers-in-asp-net-mvc.aspx

                  Thanks!

                  1 vote
                  Vote
                  Sign in
                  Check!
                  (thinking…)
                  Reset
                  or sign in with
                  • facebook
                  • google
                    Password icon
                    I agree to the terms of service
                    Signed in as (Sign out)
                    You have left! (?) (thinking…)
                    0 comments  ·  General ASP.NET  ·  Flag idea as inappropriate…  ·  Admin →
                  • Improve IDependencyResolver

                    Improve DependencyResolver to support manually Releasing references from the container (this makes Pooled lifetimes maintainable). See http://mikehadlow.blogspot.com/2011/02/mvc-30-idependencyresolver-interface-is.html

                    Also, use IDependencyResolver for more things in MVC, such as in the default model binder.

                    1 vote
                    Vote
                    Sign in
                    Check!
                    (thinking…)
                    Reset
                    or sign in with
                    • facebook
                    • google
                      Password icon
                      I agree to the terms of service
                      Signed in as (Sign out)
                      You have left! (?) (thinking…)
                      0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                    • samjhdari se kaam lena vipin sharma noida

                      vikram sir or ram sir bhut hi bhale aadmi h

                      1 vote
                      Vote
                      Sign in
                      Check!
                      (thinking…)
                      Reset
                      or sign in with
                      • facebook
                      • google
                        Password icon
                        I agree to the terms of service
                        Signed in as (Sign out)
                        You have left! (?) (thinking…)
                        1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                      • bind nested dropdownlist

                        be able to put 2 or more dropdownlist or another binded control that depends on the value selected from another control in a form.

                        http://www.webswapp.com/codesamples/aspnet20/dependentlists/default.aspx

                        1 vote
                        Vote
                        Sign in
                        Check!
                        (thinking…)
                        Reset
                        or sign in with
                        • facebook
                        • google
                          Password icon
                          I agree to the terms of service
                          Signed in as (Sign out)
                          You have left! (?) (thinking…)
                          0 comments  ·  General ASP.NET  ·  Flag idea as inappropriate…  ·  Admin →
                        • Powercommand for viewing XML doc in Html

                          Out of box Powercommand in VS is needed to view XML doc in html.

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

                            Title says it all. The ability to use custom classes for actions rather than controller.

                            0 votes
                            Vote
                            Sign in
                            Check!
                            (thinking…)
                            Reset
                            or sign in with
                            • facebook
                            • google
                              Password icon
                              I agree to the terms of service
                              Signed in as (Sign out)
                              You have left! (?) (thinking…)
                              0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                            • allow custom method binding to actions of a control.

                              I'd like to be able to handle methods of standard ASP.NET web form controls using methods which aren't restricted to just the event handlers in the code behind.

                              0 votes
                              Vote
                              Sign in
                              Check!
                              (thinking…)
                              Reset
                              or sign in with
                              • facebook
                              • google
                                Password icon
                                I agree to the terms of service
                                Signed in as (Sign out)
                                You have left! (?) (thinking…)
                                1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                              • search engine facility for web sites

                                I would like some kind of server control that can be used like a gridview control. Which can be mapped towards specific table column and which then provide search engine facility for web sites

                                0 votes
                                Vote
                                Sign in
                                Check!
                                (thinking…)
                                Reset
                                or sign in with
                                • facebook
                                • google
                                  Password icon
                                  I agree to the terms of service
                                  Signed in as (Sign out)
                                  You have left! (?) (thinking…)
                                  0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                • A html file that contains a tag like this <script language="javascript" runat="server"> and contains all Javascript treat like a JS file

                                  This is useful for Server Side Javascript coding. A file may have a htm or html extension, but it is really all code.

                                  0 votes
                                  Vote
                                  Sign in
                                  Check!
                                  (thinking…)
                                  Reset
                                  or sign in with
                                  • facebook
                                  • google
                                    Password icon
                                    I agree to the terms of service
                                    Signed in as (Sign out)
                                    You have left! (?) (thinking…)
                                    1 comment  ·  Flag idea as inappropriate…  ·  Admin →
                                  • 0 votes
                                    Vote
                                    Sign in
                                    Check!
                                    (thinking…)
                                    Reset
                                    or sign in with
                                    • facebook
                                    • google
                                      Password icon
                                      I agree to the terms of service
                                      Signed in as (Sign out)
                                      You have left! (?) (thinking…)
                                      0 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                    • URL(@Image) renders URL "image.png" instead of URL("Image.png")

                                      Bug when using variables with URL() brackets are removed

                                      0 votes
                                      Vote
                                      Sign in
                                      Check!
                                      (thinking…)
                                      Reset
                                      or sign in with
                                      • facebook
                                      • google
                                        Password icon
                                        I agree to the terms of service
                                        Signed in as (Sign out)
                                        You have left! (?) (thinking…)
                                        3 comments  ·  Flag idea as inappropriate…  ·  Admin →
                                      1 2 3 4 5 6 7 8 9 10 11 13 Next →
                                      • Don't see your idea?

                                      General ASP.NET

                                      Feedback and Knowledge Base