Today, I’m happy to announce that TechBrij.com has got sitelinks in Google Search Page. It’s a major achievement in my blogging field. Google sitelinks are links which are automatically picked by Google algorithm from a blog to help users navigate through a site and provides a shortcut to the information that people search for most often. It’s special because not all sites get sitelinks in Google search page.
Month: January 2011
Win Free .in domain : TechBrij Contest
If you need a domain, It’s great opportunity for you to get free .in domain. I am running a contest for my readers. The winner of this contest will get a .in domain for one year.
Bind array to specific column of asp.net gridview
The object is to bind an array to particular column of asp.net gridview. Suppose we have a grid having 3 columns and an array say “data“. Now we have to bind data array to grid’s second column (binded by mycolumn). See following html code:
Clone html form elements with selected options using jQuery
The object is to clone filled html form and append to another place with selected options. Consider following code:
Get Selected Radio button’s Text in C# windows app
The object is to get selected radio button’s text in windows app using C#. It can be done in many ways. Suppose you have one group box having radio-buttons. You have to show selected radio button’s text on OK button click.