No announcements
Found 419047 threads
-
0 Votes
GridView multiple datakeysname
User-2059803096 posted Hi all I have a gridview with 2 datakeysNameUnanswered | 3 Replies | 94 Views | Created by Anonymous - Tuesday, December 8, 2020 9:52 AM | Last reply by Anonymous - Tuesday, December 8, 2020 3:24 PM -
0 Votes
Editing Multiple records in Gridview
Dear sir, I want to edit multiple records at same time in Gridview and update.Answered | 1 Replies | 8506 Views | Created by R.A.Suresh - Wednesday, July 22, 2009 5:19 AM | Last reply by Shrikant Maske - Friday, July 31, 2009 5:40 AM -
0 Votes
Gridview - Multiple datakeysnames?
User2130758966 posted Yeah you can put more than one in, thats why its called DataKeyNames If you put in a comma separated list then the gridview will ...Answered | 2 Replies | 40 Views | Created by Anonymous - Monday, September 14, 2009 11:19 AM | Last reply by Anonymous - Monday, September 14, 2009 3:32 PM -
0 Votes
GridView visual webpart with multiple lists
= "<Lists ServerTemplate=\"10000\" />"; dataQuery.ViewFields = "<FieldRef Name=\"Title\" />"; string ...Answered | 4 Replies | 4160 Views | Created by Gopirkishna Gunji - Friday, May 17, 2013 11:29 AM | Last reply by Gopirkishna Gunji - Tuesday, May 21, 2013 10:35 AM -
1 Votes
Save Multiple rows from GridView to mysql Database
The GridView is a control which needs special treatment http://forums.asp.net Success CorAnswered | 1 Replies | 1001 Views | Created by no[one] - Sunday, April 1, 2018 6:06 AM | Last reply by Cor Ligthert - Sunday, April 1, 2018 10:45 AM -
0 Votes
Is it possible to attach multiple gridview data to SPD Email workflow email body
Hi sosh2785, From your description, you want to send an email with multiple gridviews using SharePoint Designer workflow.Answered | 1 Replies | 1067 Views | Created by sosh2785 - Friday, December 4, 2015 5:45 AM | Last reply by Wendy DZ - Monday, December 7, 2015 3:00 AM -
0 Votes
GridView Multiple Row Insert With A Single Click
Yes I want To add the data from GridView.Answered | 3 Replies | 710 Views | Created by TechView-2017 - Wednesday, July 23, 2014 9:38 AM | Last reply by Anne Jing - Monday, July 28, 2014 7:25 AM -
0 Votes
Styling of GridView with Multiple Headers
<ListView ItemsSource="{Binding Source={StaticResource PersonInfo}}"> <ListView.View> ...Answered | 3 Replies | 6759 Views | Created by madx - Monday, September 6, 2010 12:53 PM | Last reply by Nyi Nyi Thann - Monday, September 6, 2010 1:48 PM -
0 Votes
How to create and show multiple cookies in GridView in asp.net c#
Hi all, I am working on Online shopping website where end user can select multiple items at a time and i need to show them in Cart-item where he has selected his choice items.Answered | 1 Replies | 1414 Views | Created by MAYANK MANI PANDEY - Tuesday, July 14, 2015 7:58 AM | Last reply by Fouad Roumieh - Tuesday, July 14, 2015 9:57 AM -
8 Votes
Multiple ListView or GridView sharing the same ScrollView
This is THE answer for the GridView scenario.Answered | 7 Replies | 10820 Views | Created by lcaldoncelli - Thursday, July 12, 2012 3:13 PM | Last reply by Ferdinand von den Eichen - Tuesday, April 23, 2013 8:41 AM -
0 Votes
Single Row Multiple Records in GridView
Hello Danijel Malik, I want to display one record as one cell of the grid view, which uses has three columns of gridview, as i said before, each record has only ...Answered | 6 Replies | 11748 Views | Created by Rome Patel - Thursday, December 10, 2009 11:46 AM | Last reply by Jing0 - Wednesday, December 16, 2009 9:57 AM -
1 Votes
display multiple lines in a single row of gridview..
Based on your issue Please try use css style in your gridview ,because it'll make html table in the client side.Answered | 3 Replies | 5178 Views | Created by jason.stam - Thursday, July 1, 2010 6:54 AM | Last reply by Fafafaalex - Tuesday, July 6, 2010 3:48 AM -
1 Votes
Display dataset data in GridView from multiple data tables
And I should amend my previous reply to say that if the GridView *does* support multiple DataTables (much like the WinForm older control, the DataGrid), then all you need to do is ...Answered | 9 Replies | 39852 Views | Created by Code_Geek_Earl - Monday, October 10, 2011 2:19 AM | Last reply by BonnieB - Tuesday, June 26, 2012 4:56 AM -
0 Votes
Changing GridView Item Properties
<GridView> <GridView.ItemTemplate> <DataTemplate> <Grid Background="{StaticResource ...Answered | 2 Replies | 1830 Views | Created by ajw08f - Thursday, February 14, 2013 10:45 PM | Last reply by Metronic - Friday, February 15, 2013 9:09 AM -
2 Votes
How do I use multiple selected values from checkbox to modify datasource for gridview
I have also a Gridview which is also bound to another SQL datasource but uses the checkbox selected values to modify the WHERE clause.Answered | 3 Replies | 5402 Views | Created by AndreThompson - Friday, October 28, 2011 9:00 PM | Last reply by AndreThompson - Monday, October 31, 2011 5:49 PM -
0 Votes
GridView becomes unresponsive on touch screen
Hi, I found a strange bug using a GridView with only two items in it.Answered | 1 Replies | 2035 Views | Created by CssaBee - Friday, July 13, 2012 8:13 AM | Last reply by Matt Small - Friday, July 13, 2012 2:25 PM -
0 Votes
ListView/ GridView Selection quesiton
You can do something like this XAML <ListView x:Name="listView"> <ListView.View> ...Answered | 2 Replies | 4922 Views | Created by Robotuner - Monday, May 10, 2010 1:25 AM | Last reply by Aland Li - Friday, May 14, 2010 2:47 PM -
0 Votes
Can't access inner GridView items for a nested GridView using Xbox controller
In one of my page, I have a GridView which contains a sub GridView.Answered | 2 Replies | 492 Views | Created by Garima Bhasin - Tuesday, December 19, 2017 7:56 AM | Last reply by Garima Bhasin - Friday, December 22, 2017 10:45 AM -
0 Votes
checkbox list for multiple select?
Hi cypripri, ListView/GridView has a option which is SelectionMode, you can set it to Multiple.Answered | 2 Replies | 912 Views | Created by cypripri - Friday, January 16, 2015 7:06 PM | Last reply by cypripri - Monday, January 19, 2015 9:12 PM -
0 Votes
Windows Forms Gridview binding source from multiple collections
I would like to display the string output from a common method from each of the combined 3 collections in a gridview control, for example they all implement ToString().Answered | 2 Replies | 419 Views | Created by Ritmo2k - Sunday, March 20, 2016 3:16 PM | Last reply by Moonlight Sheng - Monday, March 21, 2016 9:53 AM - Items 1 to 20 of 419047 Next ›
No announcements