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

Latest posts on tagged on "ASP"

How to generate machinekey for web.config?

| | Category: asp.net MVC

In this tutorial I will show you how to generate machinekey for web.config file using windows powershell.

Solved-The breakpoint will not be hit no symbols loaded for this document

| | Category: .Net

"The breakpoint will not be hit no symbols loaded for this document" while i tried to debug the project using debug point. The debug cursor is not working. it is not getting to the point. following this way i solved the problem.

C# method to determine whether the client disables cookies

| | Category: c# .net

For security reasons, some clients disable cookies. When you want to use cookies to store some information (especially some critical information), you need to determine whether the customer has disabled cookies. How to judge?

How to get current page url in asp.net c#?

| | Category: c# .net

In this article, I will show how to get current page url using asp.net c#. We can get current page url using HttpContext.Request.Url.ToString() or HttpContext.Request.Url.AbsoluteUri.

How to create registration form in asp.net with sql database?

| | Category: c# .net

In this article, I will show to how to create a registration form in asp.net with c# code. First, create a registration form in asp.net and create a table named “userLogin” in SQL server to store the details of registration form.

How to create rss feed in asp.net c# from LinQ to xml?

| | Category: c# .net

In this article, I will show how to create RSS feed Reader from Linq to XML in asp.net. You can fetch the feed link using the following News blog feed Link.

How to get websites favicon in mvc asp.net?

| | Category: asp.net MVC

You can use HTML agility pack or XmlDocument and get favicon. The following code will bring the path of website’s icon.

How to clear session in asp.net?

| | Category: .Net

In this article I will explain how to clear session in asp.net with an example. If you want to remove the specific session then you can set it as null or “”.

What is Polymorphism in asp.net?

| | Category: c# .net

In this article, I describe what is polymorphism and when we use polymorphism in asp.net. polymorphism is one of the object oriented programming. It allows you to invoke derived class methods through a base class reference during runtime.

How to get selected dropdown text and value using jquery in asp.net?

| | Category: JQuery

In this Article, I explain how to get selected dropdown text and value using jquery in asp.net. Here I am using jquery 1.8.3 for achieve this. Here I demonstrate a simple example of binding a country with dropdownlist.

Page 1 of 4