I have this detailsview in which I have a field and an imagebutton. If the value of the field is empty i\'d like to set the imagebutton invisible and if it\'s not empty I\'d like to see the imagebutto
I\'m a beginning programmer.And I had a question. I currently have a Table View in my app.There are three rows to it, History, Theory, and Applied Use.I would like each one to go to a different detail
I created a DetailsView programmatically and I added a button to fire commands for the add, edit and delete.
I\'m trying to get the value from detailsview to formview. I want to set the Book ID/ISBN in formview insert textbox to Book ID/ISBN value from detailsview.
I have a DetailsView that containing a CheckBoxField. The problem is that I want the check box to be changeable even in read only mode and in insert mode, it must be checked by default. How do I resol
I\'m trying to bind a Dropdownlist to a Detailsview control in a page where the result of the second Dropdownlist depends on the first one. I could bind a single Dropdownlist to a Detailsview but if I
I created a detailsview which appears after a date is selected in a calender. This detailsview is filled via a select statement in code behind. Here is a list of my problems i encouter:
I have a table view that for each entry I want to display a separate image in a detail view. I have my table view data stored in an NSArray, which I then copy over to an NSDictionary to make my entrie
I\'m trying to adopt Ext for one of my small projects and got bit lost trying to implement the following: I have Orders and each will contain 1 or more PurchaseItem elements. I have built a grip that
I have a DetailsView control that is not attached to a datasource, but is populated by a storedprocedure. Also, I am not defining any fields in the markup. What I\'m having a problem with is grabbing