We have .net application installed on production server. It is using .net FrameWork 3.0 on windows server 2003 with RAM 4 GB.
There was a time that I thought the current non-beta ASP.NET claimed the version number of the current .NET CLR (2.0), even though the .NET Framework was version 3.5. Whenever I saw \"ASP.NET 3.5\", I
I am using a SqlDataSource that returns a table of raw counts. One of these columns is the \"total\". I would like to give the user the ability to show thes开发者_如何转开发e counts as a percentage of
I have a question about localization how can i do localization lets say that i have a dropdown list that holds the available languages: English,french and arabic
I am using VS 2005, C# 2, ASP.Net 2.0 I am unable to find out how to track that user pressed F5/Ctrl+F5/ Open a new Window(Ctrl + N) in ASP.Net.
I have a database connection which takes an input from the querystring to access the appropriate data. However i have now upgraded things by encoding this data. As a result i now need to run the Query
I need to have a dropdownlist whose options contains text followed by a small image. Suppose I have a drop开发者_开发百科downlist of fruits. I want to show the options as :
I need to upload image or file when user selects that file like in gmail attach file without any other asp:button . What I mean is there shouldn\'t be any other button except file开发者_如何学运维uplo
Asp.net mvc 2.0 is introducing Areas feature.I am wondering what is the equivalent of asp.net mvc areas in ruby on rails framework? How rails hand开发者_如何学Cles the modules/sub sites functionality?
I am trying to set minimum password requirements for my membership provider in Umbraco. Currently my web.config membership section looks like this: