Categories
Asp, Asp.net

Ajax Collapsible Panel Extender Example In Asp.Net

Ajax Collapsible Panel Extender Example In Asp.Net In this tutorial i will teach you how to use Ajax Collapsible Panel Extender Example In Asp.Net projects.CollapsiblePanel is a very flexible extender that allows you to easily add collapsible sections to your web page.The panel is also post-back aware. On a client postback, it automatically remembers and restores […]

Categories
Asp, Asp.net

How To Generate Random Numbers In Asp.Net

How To Generate Random Numbers In Asp.Net In this tutorial we will let you know How To Generate Random Numbers In Asp.Net.Here we will demonstrate two methods for this.On first we are generating only random numbers, on second method we are generating number with alphabet.This is a very simple approach. Design View: <%@ Page Language="C#" AutoEventWireup="true" […]

Categories
Asp, Asp.net How To Article

How to get URL & Querystring Value Using jQuery

How to get URL & Querystring Value Using jQuery In this tutorial i will let you know guys, How to get URL & Querystring Value Using jQuery.This is very useful when we have to process a request by querystring value. Example: URL = http://www.hightechnology.in/project.aspx?projectid=1 Read Querystring Value: function GetQueryStringParams(sParam) { var sPageURL = window.location.search.substring(1); var sURLVariables […]

Categories
Asp, Asp.net

Bind Datalist In Asp.Net C# Conditionally

Bind Datalist In Asp.Net C# Conditionally Hi guys, in this tutorial i will explain you how to Bind Datalist In Asp.Net C# Conditionally.This happens to me when recentlly i am working on a project, and i have to show a image on datalist based on the condition.Let me explain details to you:We have to bind the […]