How to select multiple item in ListBox:Asp.net
ListBox and DropDownList are the two very handy controls we have in Asp.net.Both of them are used to pick predefined values either from Database dynamically or from hard coded values on your form.
How to merge multiple rows into one column
Recently in one of my project I came across with a requirement to merge the multiple records of one field that is returned by a query in to one record.
Run .exe on a Webpage using Firefox
As I have showed in my earlier post How to run .exe on a Webpage but that code runs only on Internet Explorer.
Here after the demand of my readers I am going to show you how can you achieve this task through firefox browser.

