Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / ASP

ASP

ASP

Great Reads

by Emad Al Hawary
Try this block of HTML 5 code
by Mosso Hosting Cloud
After experiencing scaling issues with their previous hosting provider, the founders of the #1 iPhone tutorial site turned to Mosso, Rackspace’s cloud hosting division, because of the company’s tech support, scalability and affordability.
by thund3rstruck
Writing and using cross platform AJAX in ASP.NET applications.
by KRISHNA PRASAD.N
This paper provides a technical overview of .NET and COM interoperability.

Latest Articles

by Emad Al Hawary
Try this block of HTML 5 code
by Mosso Hosting Cloud
After experiencing scaling issues with their previous hosting provider, the founders of the #1 iPhone tutorial site turned to Mosso, Rackspace’s cloud hosting division, because of the company’s tech support, scalability and affordability.
by thund3rstruck
Writing and using cross platform AJAX in ASP.NET applications.
by KRISHNA PRASAD.N
This paper provides a technical overview of .NET and COM interoperability.

All Articles

Sort by Score

ASP 

by Emad Al Hawary
Try this block of HTML 5 code
by JatinKhimani
Develop a web application in 3 layer architecture code style
by Jinan Kordab
This article and tip describes how to create or delete an Active Directory Services Email using ASP.NET web page, remotely.
by Ankit Bansal MVP
This articles explains the insertion of data into SQL Database using Stored Procedures with Output Parameters. Some Bootstrapping is also used to create a good looking HTML.
by JoaoSousa23
Using MVC, Entity Framework, ASP.NET Scaffolding you can create a web application that stores your information. This demo shows you how to create an ASP.NET 5 web application with MVC and Entity Framework 7.
by Armando de la Torre
How to implement a calendar pop-up without JavaScript
by mike2315
Using jQuery, we have a very simple solution for this.Add jQuery and CSS in the head tage and these two lines of JavaScript:<script...
by Weberto.com
XMLHTTP solution for multiple XML Wow Armory requests
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Struggling to attach a Client Side Event to AJAX HtmlEditorExtender? Apply the trick and enjoy.
by member60
Autocomplete behaviour in a strongly typed view of ASP.NET MVC3
by captnmac
Presenting library functions that circumvent some of the draw-backs of built-in JavaScript inheritance.
by Masoud Ehteshami (Iran)
main source : https://www.jqwidgets.com
by Pranay Rana
Bug in Gridview Editing
by Phaneendra Varanasi
How to call a C# server side method with parameters using jQuery.
by Amit Sanandiya From Morbi
Display Selected Column Dynamically Using checkBoxList in Wpf With C#
by diegosendra
Classic ASP - Prevent Cache from being stored
by hussainasdsd
Custom checkboxlist design through CSS3
by Graeme_Grant
GET method:Data is appended to the URL. - correctData is publicly available. - correctIt is a single call system. - GET/POST/PUT methods both send and receive response/dataMaximum data that can be sent is 256. - browser dependant up to 4KData transmission is faster. - GET/POST/PUT...
by Santhosh Babu Mahimairaj
How to display dynamic columns in SSRS report from ASP page
by Prabakaran T
If you often use removable USB devices like a flash drive, you are probably already familiar with the “Safely Remove Hardware” icon that sits in the system tray. The problem for many people is that the icon is tiny, and clicking it just right to bring up the menu is a pain.
by JatinKhimani
Export Gridview data in Excel formate with gridview design.
by OriginalGriff
When you provide a custom error handler page, it is useful to be able to log what caused the problem, so that you can fix it. Server.GetLastError() will not return anything in the page, though...
by Bardy85
Would it not be easier to capture your Error in your Global.aspx page?void Application_Error(object sender, EventArgs e){ Exception lastError = Server.GetLastError(); if (lastError == null) { ErrorLog("An error occurred, but no error information is available"); ...
by Pankil Bhatt
In this tip, we will see how to use the Google Maps API and Google Maps with custom styles and a custom pin.
by Premraj M
What is jQuery?jQuery is a Art, technology, development, coding and hobby.jQuery is a part of WEB 2.O. This is a modern and new technology which is implemented in the browser level. In this tech. all things are handling in div component, JavaScript and CSS.This is a one kind of open...
by Lai Taiyu
To establish a reservation of classroom web system using ASP.NET
by amove1
It is easy to import and use SOAP webservice with web reference facility in Visual Studio, however setting SOAPAction needs a extra work on webreference libraries specially when using third party Java provided services.
by mgrks
We can simply do this by calling JavaScript in code behind.
by Nicolò Beltrame
public static void MsgAlert(string message, string optURL) { Page page = (Page)HttpContext.Current.Handler; message = message.Replace("'", "\\'"); message = message.Replace("\r", "\\r"); message = message.Replace("\n", "\\n"); ...
by Sergi Ortiz Gomez
Utility to create Windows type InputBox with JavaScript for our web
by Silvercorer
JavaScript validation for textbox special character selection
by lakhdarr
Using angularjs global controllers and MVC Razor to divide page (load) rendering between server and browser
by JatinKhimani
Nested GridView With Editing Facility of both gridview.
by M. Salah AbdAllah
Pjax ASP.NET webform is simple code that uses Ajax and pushState to deliver a fast browsing experience with real permalinks, page titles, and a working back button.
by mohamad alameddine
The main problem of this issue is the width of the report page and the margins. Many articles are written on that. Please check if your problem is this before continuing this article. Else check the solution provided for empty pages problem.
by rajeshkool
How to publish website in IIS server
by PallavSingh
How to run a website on one PC to another PC through IIS 8.0
by Code Help 2014
This is a complete working example with code on how to send email using classic ASP.
by israrali
A brief code snippet to upload the file to the server or remote location with SFTP in Visual Studio C#
by Rion Williams
A one-stop-shop for improving the web.
by Ammar Shaukat
C# 7.0 has been introduced with many new useful features. One of them is new datatype "ValueTuple". In this article, I'll be writing about Tuples in C# 7 briefly.
by SubodhWasankar
How to use dependency injection in ASP .NET MVC N-Layer Architecture?
by Pradip P Patel
To validate phone and/or fax number using JavaScript
by Afzaal Ahmad Zeeshan
A slight comparison of ASP.NET upon other (web) programming languages in the market and a discussion of me and some other (web) programming language developers.