No more: "Object reference not set to an instance of an object."
I run a handful of large websites using .net - I love .net, I love C#
In asp.net 4, please give us the name of the 'object reference' that's not set to a | | 0 | 33 | 11/11/2009 10:01:25 AM |
Automaticly HTML encode text
I'd like a property on all controls that display text, label, textbox, checkbox, etc.. that will automaticly HTML encode the text during the control's render. It'd be nice | | 0 | 33 | 11/11/2009 10:01:24 AM |
SFTP?
I would really like to see .NET framework support SFTP!
?? ??? ??? ???? | | 0 | 16 | 11/11/2009 10:01:20 AM |
The ability to 'peek' items with sliding expiration in the cache
This is something that I wanted for a long time, really wish to see this in the upcoming release of ASP.NET. In a few words, I cache items in the ASP.NET cache with sliding expiration, in s | | 0 | 35 | 11/11/2009 10:01:18 AM |
ASP.NET exception debugging and .NET Framework source stepping
In order to pop up into the VS debugger when an exception happens in an ASP.NET application, you need to enable "Just My Code" in debugger options (because otherwise the top-level excep | | 0 | 30 | 11/11/2009 10:01:16 AM |
Seraching in Debug Window
We all know about debugging. What would be gr8 if we have a searcg feature in debug window like if I need to search a value in a complecated object where ID = 3 I should be able to get ther | | 0 | 32 | 11/11/2009 10:01:10 AM |
Session Events
Code behind helps in making ASP.NET handle more like an application. I'd like to see session events and code-behind to help accomplish this, which would greatly help in making the entir | | 0 | 24 | 11/11/2009 10:01:08 AM |
YouTube APIs in ASP.NET
Hello Programmers, Urgent... I've read many scripts and codes to upload Videos to my YouTube account,I can't get it done right till now. I read different code in Documentation and other c | | 0 | 22 | 11/11/2009 10:01:06 AM |
Power Point as Silverlight Content Generator
It seems to me that new companies, new jobs and new markets would emerge if developers had classes in the framework which enabled us to programmatically control PPT slides and slide shows. I thin | | 0 | 32 | 11/11/2009 10:00:56 AM |
Newlines should not automatically be added to TITLE tag
If you set page title in a codebehind:
page.Title = "My title"; the rendered html is: <title> My title
| | 0 | 24 | 11/11/2009 10:00:50 AM |
New Validator Controls
This would be helpful to have two of the following validator controls:
-
A LengthValidator control to validate the length of an entry in a multi-line textbox (textar | | 0 | 32 | 11/11/2009 10:00:50 AM |
Need a specialized Exception for CheckVirtualFileExists
I wish that there were specialized exceptions for the various types of exceptions thrown by the ASP.NET pipleline rather than the basic HttpException which doesn't help with handling differen | | 0 | 32 | 11/11/2009 10:00:45 AM |
Typed GridView replaces FindControl
If you like this idea you can rate it here: https://connect.microsoft.com/VisualSt | | 0 | 35 | 11/11/2009 10:00:42 AM |
Testing for null or empty IList<T>.
I'd like to see a static method added to the List<T> (and possibly other controls) that returns a boolean value representing whether the List<T> instance is null or empty. I creat | | 0 | 21 | 11/11/2009 10:00:36 AM |
Client side reporting control
i would really like to see a client side reporting control. Normally shared hosting packages do not allow SQL Reporting. Besides users on hosted websites need to view and print reports. SQL Reportin | | 0 | 27 | 11/11/2009 10:00:22 AM |
Controls that render standards compliant xhtml.
For instance, wouldn't it be cool to be able to drag a menu control onto your design and have it render a nice ul/li menu, right out of the box? Also, you should be able to have full control | | 0 | 25 | 11/11/2009 10:00:19 AM |
JavaScript/AJAX error handling enhancements and AJAXScript control
This is one thing that's always annoyed me about javascript, and that's how much of a pain it is to debug compared to serverside code which is universal. Now granted JavaScript is also a | | 0 | 30 | 11/11/2009 10:00:18 AM |
Data binding for a TreeView via Dynamic Data
Recently i've tried to implement general page template for Hierarchial data (post below)
http://forums.asp.net/p/1330072/2665660.aspx#2665660 but couldn't because | | 0 | 25 | 11/11/2009 10:00:15 AM |
Urgent convert video files(.wmv and .avi) uploaded on my site to get conve rted to .flv
I want to convert video files(.wmv and .avi) uploaded on my site to get converted to .flv. i also want to play these convert .fly file in flash player Pls Any One if Any Solution or Source code Pls | | 0 | 33 | 11/11/2009 10:00:04 AM |
A Drag And Drop Control For viewing Webcam images
Hi
If yo are reading this definitely you must have used a web cam.
Webcams are common now a days and people are becoming lazy day by day. Until now to update my profile photo i must take a snaps | | 0 | 33 | 11/11/2009 9:59:59 AM |
developing asp.net application using central development server
Hi,
It is recommended that we should use individual developer computer to develop single page then put them all together on dev server to integrate. For more details refer | 0 | 28 | 11/11/2009 9:59:58 AM |
FileUpload
Hi,
The current fileupload control has very limited features.
Some common problems have been when the file httpPostedFile size exceeds the request limit, the page not found error | | 11 | 118 | 5/15/2008 9:45:52 AM |
Datagrid: Highlight Row and/or Column on mouse over
Greetings,
Here comes a suggestion... I've seen people doing by hand, when the mouse is over a row, they change the color of the background and the row appears to be highlighted.
| | 2 | 234 | 5/5/2008 1:23:32 PM |
I'm quite happy where it's got to right now! :)
I know this is a little flippant but I'm not alone in being quite tired of the constant change. Of course it'll never be any different but.. just getting it off my&nbs | | 0 | 94 | 4/15/2008 10:16:30 AM |
drag-and-drop file uploads
Is there any future plan to add some form of drag-and-drop file upload functionality to Sliverlight or the .Net Framework?
I realize it's considered a security risk but in the ECM wor | | 0 | 107 | 3/19/2008 11:41:12 PM |
validator for fileuploader
Hi,
I read this thread ( | 0 | 114 | 3/12/2008 11:03:28 AM |
Aspect oriented programming in Asp.net(c#)
Will there be a support for Aspect oriented programming (AOP) in the ASP.net future releases. Please let me know if the support is already there?
| | 1 | 107 | 3/7/2008 6:39:37 AM |
foreach enhancements
The ability to foreach a range of data such as a date range...
example:
foreach(DateTime date between lowerRange and upperR | | 2 | 100 | 3/5/2008 1:29:17 PM |
select items in an <asp:table> tag
ASP.NET Development Team --
Please. I have been waiting for this forever.
Please refactor the VS.NET web page Designer to allow the developer to select items in an <asp:table& | | 4 | 96 | 2/28/2008 3:10:35 PM |
Web Date Picker Server Control
I would love to see Microsoft build a Web Date Picker. It seems that every website has this server control, but built by a 3rd party. Then when dealing with new aspects of development, i | | 9 | 113 | 2/22/2008 12:38:21 PM |
A simple way to show data from datasource
What i think ASP.NET really needs to be able to stand up against PHP, Cold Fusion and even Classic ASP, is an easier way to show data from a datasource on a page. I hate being restricted to | | 2 | 105 | 2/18/2008 7:34:03 PM |
additional report events
It's wonderful that the subreport processing event is present so datasources can be created dynamically as a report runs. Why not add a few more events, such as something similar to the forma | | 0 | 85 | 2/15/2008 3:11:07 PM |
add line drawing capability, dynamic object size
Reports have no line drawing capability. Static lines can be placed on the report, but end points cannot be set via function. The size of textboxes and other objects cannot be set via function. T | | 0 | 93 | 2/15/2008 3:04:07 PM |
bug: tables and lists appear on top of other objects
When tables or lists are placed on a report with other objects below them, they will expand and appear on top of those objects. Tables or lists will not overwrite other tables or lists, | | 0 | 99 | 2/15/2008 2:54:54 PM |
edit datasource in report design
The report designer needs a screen to edit datasources. When making a report I must use the report designer screen, save, exit, use the XML editor, save, exit, use the report designer, | | 0 | 102 | 2/15/2008 2:46:29 PM |
GridView footer - add new record
To be able to add a new record to the Grid + If the GridView is empty this footer row will always be visible. Please vote for this feature because it's a time saves! | | 2 | 193 | 2/4/2008 2:17:59 PM |
Config settings
I would like to see AppSettings and ConnectionStrings as properties in the Control class, so that they are accessible without having to call WebConfigurationManager.
| 4 | 92 | 1/31/2008 7:56:53 PM |
we need a better integration with the eventviewer
asp.net error messages are not really helpful. There should be a better way to handle all server side errors which asp.net throws.
| | 2 | 102 | 1/31/2008 3:17:08 PM |
Membership Provider should allow users to login with Email Address+Password instead of Username+Password
I like the membership/role providers but I don't like the fact that by default you have to login with a username and password. I think there should be a base option to login with Email addres | | 6 | 98 | 1/30/2008 1:43:35 AM |
add two class names for class attribute
Currently, the existing asp.net HTMLGenericControl class has a Attributes.Add() method that allows you to add an attribute to the control. However, it will overwrite the existing attribute | | 2 | 95 | 1/24/2008 3:10:17 PM |
Flash Detect
Hopefully the ability to detect Flash from the server will get implemented so we don't have to spend money on commercial components.
M. | 3 | 112 | 1/18/2008 2:32:47 PM |
Nice to have: IValidator ValidationGroup property
Here is something that the .NET Framework team apparently forgot. Perhaps they did not foresee such use. Here it is... I develop user controls which I then plug into my administration | | 2 | 113 | 1/18/2008 12:31:50 PM |
2008 feature requests
I'd like to see a good (optional) deployment story for compressing/minifying and removal of comments from javascript, css, html/aspx assets, perhaps even javascript file combining. The | | 0 | 98 | 12/14/2007 11:13:33 PM |
Parse on web site data, what tools do we have?
Hi,
Parse on web site data, what tools do we have? We search for a generic tool to parse on web sites that have no RSS. Guy | | 1 | 93 | 12/11/2007 12:00:23 PM |
Boolean Format String - Yes/No instead of True/False
There exist quite a variety of built-in format strings for the various types in the .NET runtime. For integers, decimals, floats, dates, etc things are quite happy as you can build up exact | | 5 | 96 | 12/5/2007 1:41:06 AM |
Reporting Features
I would like to see better reporting features in ASP.NET. The current reportview is extremely limited. And a dynamic cability for adding fields to the reportview would be great also. | | 1 | 109 | 12/3/2007 6:39:40 PM |
MVC Controls!
i like to see mvc controls available! | | 2 | 125 | 11/30/2007 10:21:59 AM |
tab order
Dreamweaver users like to see opened files the same order as they open them; last tab is last opened. In VS last opened is first tab. That is an easy fix that can be added in the Tools/options me | | 0 | 92 | 11/19/2007 9:24:42 PM |
Future Webparts
ITS NICE IF ASPNET FUTURES WEBPARTS WOULD SUPPORT AJAX and Firefox browsers will recognize those Menu Verbs Always remember to click ?Mark as Answer | | 0 | 104 | 10/31/2007 8:57:14 PM |
Class Diagram!
Class Diagram of web pages... Webmaster:emlak | | 1 | 97 | 10/31/2007 2:37:35 PM |