About 16,600 results
Open links in new tab
  1. How do I place a 'subform' in a web form?

    Oct 7, 2021 · Microsoft Access provides a wizard for adding a subform (with multiple gridview records) to an outer-form (with a single formview record) where the ID value found in the …

  2. how to have a flipview of multiple items like the windows store

    Oct 10, 2015 · That control looks more like a gridview or listbox with horizontal navigation then a flipview Proposed as answer byAmy PengMicrosoft employeeFriday, October 16, 2015 5:45 AM

  3. Create a DataTemplate By code and add it to a Listview

    Jan 20, 2009 · I need to create the following data template by code and assign it to a list view. This is because the binding and the number of columns inside the ListView will be variable. …

  4. Default Style Not Applying - social.msdn.microsoft.com

    Feb 6, 2008 · The problem is, that setting a View overrides the Style of the ListView. So you have to re-set the style explicit. Below some code out of the ListView-Class (Just debugged with …

  5. No overload for 'RemoveItem' matches delegate …

    Oct 9, 2009 · If the "RemoveItem" is GridViewDeleted event, please add OnRowDeleted="RemoveItem" in the source code of GridView.

  6. local xml file location - social.msdn.microsoft.com

    Apr 7, 2009 · I have a file called rss.xml which i need to store its location within my webconfig file, and the on the default.aspx page i need to populate a gridview with the contents on the rss.xml …

  7. Problem with the gridview RowUpdating and RowUpdated events

    Oct 7, 2021 · I am posting again a much discussed topic related to RowUpdating and RowUpdated events of a gridview. This is because, I haven't found any solution that matches …

  8. Datatable with hyperlinks - social.msdn.microsoft.com

    Oct 7, 2021 · DataTable is a data thing. It has little to do with html. What Data Control do you want to use to make the page? Most popular are Repeater, ListView and GridView. You can …

  9. gridview as a web user control - social.msdn.microsoft.com

    Oct 7, 2021 · All I want to do is show the gridview in a panel that extends from the right side of the screen and gridview is a web user control. I want to show the conformation box when user …

  10. GridView inside FormView - social.msdn.microsoft.com

    Oct 7, 2021 · Inside the FormView there is a GridView that creates a record in the child table in SQL Server.