Top "Asp.net-3.5" questions

asp.

How can I deserialize JSON to a simple Dictionary<string,string> in ASP.NET?

I have a simple key/value list in JSON being sent back to ASP.NET via POST. Example: { "key1": "value1", "…

json asp.net-ajax asp.net-3.5 json.net
Convert a string to a datetime

I am developing asp.net site using vb framework 3.5. Im having difficulties converting string data into Date I tried using …

vb.net date asp.net-3.5
Unable to convert MySQL date/time value to System.DateTime

I get this error: Unable to convert MySQL date/time value to System.DateTime while I am trying to fetch …

.net asp.net mysql asp.net-3.5
how to solve Error cannot add duplicate collection entry of type add with unique key attribute 'value' in iis 7

I created a asp.net website and published it in iis 7. I deleted the default website option in the iis 7 …

c# asp.net asp.net-3.5
How to initialize a list with constructor?

I have a type: public class Human { public int Id { get; set; } public string Address { get; set; } public string Name { …

c# .net visual-studio asp.net-3.5
Showing number in 2 decimal places in GridView

I have one GridView in a .aspx page, and am showing dynamic data in this grid, setting AutoGenerateColumns="True". Depending …

asp.net gridview asp.net-3.5
Forms Authentication Timeout vs Session Timeout

In my asp.net website i am using asp.net form authentication with following configuration <authentication mode="Forms"> &…

asp.net forms session timeout asp.net-3.5
The SELECT permission was denied on the object 'Address', database 'CNET_85731', schema 'dbo'

I have been working away for the last 7 months on a C# ASP.NET using Visual Studio 2008 and SQL Server 2008. …

c# sql-server-2008 asp.net-3.5
ASP.Net textbox onblur event

I have a textbox, whose values I need to validate (if value of textbox is 50, then display message in lblShowMsg) …

c# asp.net-3.5
Get item count of a list<> using Linq

I want to query a List<> and find out how MANY items match the selection criteria. using LINQ …

c# linq asp.net-3.5