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.
10 Blogs Every ASP.NET Developer should Follow
The world is continuously changing, A web developer should ready for the new technologies. To know the latest news and developments, gain knowledge, share information and give opinions, millions of people around the world follow blogs. Being an ASP.NET dev, Here is the list of my favorite ASP.NET blogs with twitter links
Add controls (textbox, radio, checkbox..) dynamically in jQuery way
Generally, it is required to add elements like button, textbox, checkbox,radio ..etc dynamically in html form. This article explains how to add form elements dynamically in jQuery way. Let us take an example. Suppose we have to add controls on button click. See following HTML code: