Friday, August 28, 2009

Javascript Arrays Syntax and Examples

For each programming language array is a most common & popular object. Without array most of the times we can not make our logic. Thats why in this post i will try to give you a complete article on Javascript arrays, syntax with appropriate code examples. We knew that variables are used to store a single piece of information in the memory. Where as array can hold a series of information as its

Create autogenerate serial number column in GridView

In many Asp.net forums i found the question "How to generate a column as serial number at runtime of a gridview?". Also they have another concern was paging. Thats why here i want to share a simple code snippet with all. Which will help you to add a autogenerate number or sequential number or serial number in your GridView with less effort. Mind it the serial number will not come from Database.

Friday, August 14, 2009

Britney Spears Bikini - At Malibu Beach

Britney Spears new bikini body picture covers the May 5 issue of Star magazine. Britney looks happy and hot at a Malibu beach as she has dropped 20 pounds and the cellulite is almost disappeared! Britney Spears BikiniBritney Spears Bikini

Saturday, August 8, 2009

How to read asp radio button list selected value

Using javascript to get the asp radio button list selected value is not an easy job like other asp.net objects. To get the selected value from asp radio button list you have to iterate through all the radio buttons in that set and then read the value for checked radio button. In my previous post i have discussed on DropdownList or ComboBox. So in this post i will try to give you a complete

Thursday, August 6, 2009

Javascript How to get SelectedText from Asp Dropdownlist or HTML Select option

asp:DropDownList is the server side control of asp.net & the drop down selection list is an element of HTML forms commonly know as Combo Box. Most of the times developers need to find or get the Selected Index value, Selected Value & Selected Text. In this post i will show you how one can write a cross-browser supported client side javascript to get Selected Index, Selected Text & Selected Value