General ASP.NET
-
for creat download button
sir can you help me to make a download button in asp.net.and send me a video link of making download button on akbarjan37@yahoo.com
1 vote -
Razor Templating for Dynamic SQL
It would be a good idea to be able to use the razor templating to create dynamic sql, with full intellysense, and possibly a way to use parameters against SQL injection
1 vote -
Multi selection dropdown
Pl provide a tool for multi selection dropdown that we can use in asp.net. All other equivalent stuff available out there has its own bigs.
Thank you for considering.
Best Regards/Ramesh
3 votes -
Allow edit of LocalResources files without recompile
Would it be possible to edit values within App_LocalResources folders without triggering a recompile/recycle? I know GlobalResources can be strongly typed and need compiling, but LocalResources (text value translations for different cultures) surely don't?
3 votes -
Allow aspnet:MaxHttpCollectionKeys to be read programmatically
The value in web.config appSettings.MaxHttpCollectionKeys should be able to be read programmatically at page-level. This would allow developers to dynamically check and provide friendly errors without users seeing the InvalidOperationException on large forms (e.g. large gridviews containing lots of controls, which happens a LOT for our large customers).
1 vote -
Please provide events for html controls also as did in asp:controls. Why am i denied or discouraged?
Please provide events for html controls also as did in asp:controls. Why am i denied or discouraged?
1 vote -
SSL no longer works for ajax.microsoft.com!
I understand it was renamed, but dropping SSL support means that websites using the old name will suddenly fail.
1 vote -
Legenda em português e outros idiomas pluralsight.
O pluralsight e um dos melhores sites de treinamento para ele ser perfeito só faltam ter legenda em português e outros idiomas isso ia facilitar muito para profissionais que ainda não dominam o idioma inglês.
1 vote -
Extensibility of the "Publish..." wizard in Visual Studio
It would be great when we could add additional configuration panels (like the Entity Framework Code First Migration features) to the Publish Wizard. This would allow us to add additional steps that can then be configured per target environment.
3 votesThanks for the request, let’s see how much interest there is for this.
-
Spelling error
On the page
http://www.asp.net/web-pages/tutorials/introducing-aspnet-web-pages-2/getting-startedthe phrase "we always chose the way" should be "we always choose the way". (Full sentence
"And whenever we show something, for this tutorial set we always chose the way that we think is easiest to understand."1 vote -
Spelling error
the phrase "in he preceding" should be "in the preceding"
The full sentence is
"That's what the scaffolding mechanism did in he preceding example."1 vote -
Spelling error
On the page
http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-validation-to-the-modelthere's a spelling mistake, in the line
"In the example above, the DataType.Date attribute displays the movie dates as dates only, with out time."
the two words "with out" should be one - "without".1 vote -
i want to deploy my website
i want to deploy my website on 3 system like database on one , presentation part on another and code on different ...any idea about it
1 vote -
Razor designer that will preview the page design like aspx page show in designer
When I design web form application, I get designer which shows preview of page design without running the application. It would be great if we add similar which will show design preview of Razor page.
Currently I have to switch back to browser to validate the design changes.
3 votes -
VS 2012 Express for Web install does not install MVC templates on Windows 8, no tools to fix that, no documents with fixes/workarounds.
VS 2012 Express for Web install does not install MVC templates on Windows 8, no tools to fix that, no documentation with fixes/workarounds. Looks like manufacturer renders this platform as unsuable for support of Visual Studio line of products. Agreed on that (platform not liked by too many), but sometimes is handy to have "tiles" readly available. Anyone would like to develop script, or paper to remedy this problem?
1 vote -
Differntiate between Unauthenticated access and Unauthorized access
In the ASP.NET security model, the documentation goes out of its way to talk about the difference between Authorization and Authentication.
Unfortunately, the framework itself makes no such distinction. It treats an unauthenticated user access the same as a user who does not have authorization and returns the same error.
I realize this is probably a result of the fact that most web servers treat file access errors as 403's, because HTTP doesn't really give you any other status code, and you want to differentiate between server oriented 403's and framework generated 403's, but there must be a better way…
4 votes -
2 votes
-
1 vote
-
1 vote
-
Give an intelligible error when trying to use msdeploy with no password
When doing a TFS build and specifying the build to deploy after build (e.g. via msbuild command line args: /p:DeployOnBuild=true;PublishProfile="DevPubProfile";), the build fails with ERROR_USER_NOT_ADMIN. What took me a bit to realize was that the build server didn't have the user's password. In visual studio the user pub xml has the password but of course that is not in source control.
It makes no sense to even try to deploy without a password for the user, and makes even less sense to say the user isn't admin.
1 vote
- Don't see your idea?