c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

@Html is not working for razor helper view file in App_Code folder

| | Category: asp.net MVC

I have created Helper file that is not accessible from App_Code folder and also HtmlHelper is getting null while running. It was resolved by get helpers from the PageContext

The following sections have been defined but have not been rendered for the layout page "~/Views/Shared/_Layout.cshtml": "Scripts".

| | Category: asp.net MVC

I got the following error while running the application I resolved it by adding @RenderSectrion(“Scripts”,required:false) in the _Layout page.

How to overwite the properties in partial class using asp.net?

| | Category: ADO.NET

We can use metadata to add functionality to entities by adding properties in a metadata class with attributes that we can affect the behavior of entities implemented with partial class called metadata classes.

How to overwite entity framework data model in asp.net?

| | Category: ADO.NET

You can overwrite entity framework data model class by defining separate class using partial keyword.

How to get the value from Html data-id using JQuery?

| | Category: JQuery

If you want to get the data id value from the html element like anchor tag, button or li when the user clicks, you can get using $(this).attr(“data-id”) and in newer versions >=1.4.3 we can use $(this).data().

An asynchronous operation cannot be started at this time. Asynchronous operations may only be started within an asynchronous handler or module or during certain events in the Page lifecycle.

| | Category: .Net

I got the following error while running the application; we needed to add Async attribute to the page directive and set the value is set to true.

How to create dynamically popup dialog for delete button using JQuery?

| | Category: JQuery

You can create design dynamically popup dialog using jQuery on delete button click using the following script block. When the user clicks the yes button you can write code for deletion.

How to validate domain name using jQuery ?

| | Category: JQuery

This JavaScript function helps you to check whether the domain name is valid or not using RegExp.

Prevent button click event from other events in jquery

| | Category: JQuery

You must add type=”button” for the

How can get favicon using google webservice?

| | Category: API

You can get favicon.ico from the root folder of the website using Google web service, but this service is not guarantee they might remove it at anytime.

Page 50 of 82