Categories
Asp, Asp.net

How To Display Line Numbers In Visual Studio

How To Display Line Numbers In Visual Studio In this tutorial i will explain to display line numbers in visual studio.This is very helpful to all developers to directly jump onto the line number on a large code.Line Number is displayed when you debug the code on error and warning panel. Steps:- 1. Open Microsoft […]

Categories
Asp, Asp.net

How to Import Data from XML to GridView

How to Import Data from XML to GridView In this tutorial i will let you know how to import data from xml to gridview.In this first we have to upload the xml file , after upload the file will be worked as a data source for gridview and it will be shown in gridview. Design […]

Categories
Asp, Asp.net

How to use AdRotator in ASP.NET C# Without Refreshing Page Using AJAX

How to use AdRotator in ASP.NET C# Without Refreshing Page Using AJAX On my last post i explain how to use adrotator in asp.net.In this this post i am going to explain How to use AdRotator in ASP.NET C# Without Refreshing Page Using AJAX.For this we have to use Some of AJAX controls:- UpdatePanel and Timer. […]

Categories
Asp, Asp.net

How To Use ADRotator In ASP.NET

How To Use ADRotator In ASP.NET In this tutorial i will explain how to use ADRotator in ASP.NET.AdRotator control randomly selects image files from a list, which is specified in an external XML File.AdRotator control in ASP.NET is extremely used when it comes to randomly displaying advertisements on your site.AdRotator needs a Advertisement file to […]