عرض المشاركات من أبريل, ٢٠٠٨
Let’s suppose on your website you have a form. When the user fills the form and navigates to a different URL location, you want to warn the user that you will lose your form data. Check out the following code. < ! DOCTYPE HTM…
using System ; using System . Collections . Generic ; using System . Text ; namespace SampleFactoryClass { public interface IApparel // Interface representing product { string ShowMe ( ) ; // Prop…
In this article, I will show you how to insert a record in ASP.NET GridView Control with a complete example < %@ Page Language = " C# " AutoEventWireup = " true " CodeFile = " InsertRowInGridVie…
using System ; using System . Collections . Generic ; using System . Text ; using System . Reflection ; namespace ReflectionTe { /// <summary> /// Holds blog information /// </summary> public cl…
When using XMLHttprequest or other async functions in JavaScript, we may want to cancel them at times. Asynchronous tasks can be aborted in a variety of ways in JavaScript. We’ll look at how to use the ASP.NET ajax toolkit…
ASP.NET is an open-source, server-side web application framework designed for web development to produce dynamic web pages. Microsoft developed it to allow programmers to build active websites, applications and services. Wikipe…
< %@ Page Language = " C# " AutoEventWireup = " true " CodeFile = " DisplayColumnSummery.aspx.cs " Inherits = " DisplayColumnSummery " % > <!DOCTYPE html PUBLIC &…