Earlier article was about to bind DropDownList with simple select list of type selectlistitems. These select list may by any type of list either from database or temporary for that view only. In this article we will create an enu...
Wednesday, September 10, 2014
Wednesday, July 30, 2014
How to Submit data on DropDown Selection changed in MVC Razor
Submitting the form by button, programmer have to assign only the type of that button and on click this button all the data can be get on the server side. On drop-down change we have manually submit the form by either specifying ...
Friday, November 15, 2013
How to Remove Record Entry in DataGridView by Command Button: Windows Form
Binding datagridview only is not sufficient for a programmer, he/she need to be known about how to remove unnecessary records from the list. For that we have to first bind our list of item to datagridview and then add a command b...