I have two DropDownLists in form, both displaying list of regions. First is required, second not, stored as null in db.
I have a GridView which I am filling with data from my database. The data displays perfectly. My problem is that I want to be able to click on a row and then display the information that is in that ro
I want to check what is the selected radio input. here is my code. <input name=\"u_type\" type=\"radio\" value=\"staff\" id=\"u_type\" checked=\"checked\" /> Staff
I have a simple ASPX page with a listbox and a button. Listbox has about 8-10 items in it. After the user selects an item (listbox is multi-select) and clicks the button, I\'m iterating through the it
I uses MVVM and I bind datagrid to collection with some code: <DataGrid ItemsSource=\"{Binding Entites}\" AutoGenerateColumns=\"False\" IsSynchronizedWithCurrentItem=\"True\"
I have 3 nested ASPxGridViews in my project. One is the master grid, the other ones are detail grid connected with primary/foreign key. When I click the new button in a detail grid, the columns in the
Trying to have my navigation have an on click and selected state, but I am not able to do so with this code (website is: http://bit.ly/rgwsite )
I\'m probably blind to my own mistake again, but why doesn\'t 2011 becom开发者_高级运维e the default selected year? (The -- are for debugging, they show up that the if statement works correctly.)
Is there anyway to determine which rows are currently selected in a multi-select TStringGrid, or a TCustomGrid for that matter.A property would be ideal.
I want some input data to be validated only if specific option in a dropdown 开发者_JS百科is selected. For radiobutton this is done with such rule: