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-NET"

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 a web crawler in asp.net c#?

| | Category: c# .net

In this article, I will show you how to create a website url crawler using asp.net c#. you can crawl web pages and extract data from a website by inputs the url. It requests the web page and then get response the data programmatically.

Perform random sort a list in asp.net c#

| | Category: c# .net

In this article, I will show how to perform random sort list c# asp.net.The .Net 3.5 framework has Linq,it is a very good feature, it allows us to perform complex operations with efficiency .

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 change password in asp.net using c#?

| | Category: c# .net

In this article I will show you how to change password code in c# asp.net. For change password, first the user needs to register the details. When the registered user wants to change the password, he/she has to login into the account with username and password.

How to create login page in asp.net?

| | Category: .Net

In this article I will show you how to create asp.net c# login page code with sql database. In this login form multiple user can login with the form, If the username and password matches with the database it allows user to login.

[Solved]WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).

| | Category: .Net

I am using validation controls in asp.net application, I got this following webforms unobtrusivevalidationmode error while running the application.

How to generate high Quality thumbnail images and maintain aspect ration in asp.net c#

| | Category: asp.net MVC

In this article, I will show you how to compress image size in asp.net c#. The following image resize code provides good resize image keep aspect ratio without losing Quality of the image.

How to configure appsettings in web config file dynamically in asp.net c#?

| | Category: c# .net

In this article, I will show you how to dynamically manage xml configuration file c# asp.net. To configure webconfig file dynamically, open web config file...

How to create dynamic connection string in c# asp.net?

| | Category: c# .net

In this article, I will show you how to adding connection string in web config, via dynamically in asp.net c#. You can also change connection string in web config configuration file.

Page 6 of 26