Hi! I'm new at Asp.net . Here's my detailed error. BELOW I WILL POST MY PROJECT.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an error: (400) Bad Request.
Source Error:
Line 65: {
Line 66:
Line 67: return JsonConvert.DeserializeObject<Event>(
Line 68: client.DownloadString(uri)
Line 69: );
Source File: c:\Users\Drenusha\Documents\Visual Studio 2013\Projects\Test1\Test1\EventDetails.aspx.cs Line: ...
Go to the complete details ...