Find Control in .NET

It is a way of handling Nested control (NET controls on NET Container Controls) because these nested controls are never available in coding hence we need to find them before using them like normal controls. Suppose you have a Asp.NET Linkbutton named “lnkSubCategory” and you have placed that in a …

Read More »

Install Git 1.6.1 on Reckspace Centos 5.2

This is best shortest and definitely working method i found. First you need to install the dependencies yum install gettext-devel expat-devel curl-devel zlib-devel openssl-devel Then get the git source code from online repo wget http://193.198.184.21/software/scm/git/git-1.6.1.tar.gz untar the git source code wget http://193.198.184.21/software/scm/git/git-1.6.1.tar.gz Finally install git cd git-1.6.1.tar.gz make prefix=/usr/local all …

Read More »