Tag: ASP.NET
The request was aborted: Could not create SSL/TLS secure channel -Error in Asp.net
I got this following error "Could not create SSL/TLS secure channel" in your ASP.NET MVC WebClient application.
Read ArticleObject reference not set to an instance of an object | Opening edmx file [Solved]
While I tried to open the .edmx file in asp.net mvc project I got the following error. "object reference not …
Read ArticleHow to check Email Id already exists validation in Asp.net MVC c#?
In this video tutorial I will show you how to check Email Id already exists in Asp.net MVC.
Read ArticleIf page = 'home' then display content for asp.net MVC project
In this tutorial I will show you if it is home page then display content in asp.net MVC.
Read ArticleStream a video from blob JavaScript | HTML5 | Asp.net MVC
In this tutorial I will show you how to stream a video from blob JavaScript in Html5 Video tag using …
Read ArticleMachine key feature is missing in IIS Manager | SOLVED
In this tutorial I will show how to enable machine key feature in IIS manager.
Read ArticleHow to generate machinekey for web.config?
In this tutorial I will show you how to generate machinekey for web.config file using windows powershell.
Read ArticleHow to set background for text using Graphics.DrawRectangle in c#?
In this tutorial I will show you how to set background for text using Graphics.DrawRectangle in c#.
Read ArticleHow to decode HTML character code in c#?
In this tutorial I will show you how to decode HTML characters in c#. Here, my string values contains HTML …
Read ArticleHow to save the xml file to a particular location?
In this tutorial I will show you how to save XML file to particular location. Here I m using System.IO.File.WriteAllText …
Read ArticleHow to programmatically modifying the AppSetting value in web.config using c#?
How to programmatically modifying the AppSetting value in web.config using c#?
Read ArticleHow to calculate days difference between two dates in c#?
In this tutorial I will show you how to calculate days difference between two days using c#.
Read ArticleLINQ to Entities does not recognize the method 'System.String get_Item(System.String)' method, and this method cannot be translated into a store expression
I got the following error while executing the linq query "LINQ to Entities does not recognize and this method cannot …
Read Articlethe relative virtual path is not allowed here
When I try to display the html file HostingEnvironment.MapPath I got the error. "An exception of type 'System.ArgumentException' occurred in …
Read ArticleCompile time error, System.Web.HttpCors which has referenced higher version then reference assembly System.Web.Http
I created the project in MVC5 and added several nuget package. I got this error code CS1705 and the below …
Read ArticleHow to create autocomplete textbox search using asp .net MVC c# application.
In this tutorial I am going to implement autocomplete textbox for searching customer records using asp.net MVC c# application. When …
Read ArticleSolved-The breakpoint will not be hit no symbols loaded for this document
"The breakpoint will not be hit no symbols loaded for this document" while i tried to debug the project using …
Read ArticleC# method to determine whether the client disables cookies
For security reasons, some clients disable cookies. When you want to use cookies to store some information (especially some critical …
Read ArticleSql corresponds to the Asp.Net data type
During the development of the program, when creating SQL stored procedure parameters, you need to find the corresponding SQL data …
Read ArticleBootstrap Navbar Active Class to html.actionlink with MVC
In this tutorial I will show you how to implement bootstrap menu active on navabar using MVC. Here I applied …
Read ArticleThe difference between web applications and web sites
As the name implies, it is like an application, it can be accessed like a website, but once you change …
Read ArticleSOLVED-This program is blocked by group policy. For more information, contact your system administrator.(godaddy server)
I got the following error “This program is blocked by group policy. For more information, contact your system administrator.” while …
Read ArticleCreate a design in web
Designing a website requires serious thought and planning. The most important thing is to know your visiting user.
Read ArticleWebsite Construction Guide
What should a website developer have to master? HTML and CSS, Client-side script - JavaScript and the DOM Server-side script …
Read Article