Last post Mar 31, 2019 01:02 PM by mgebhard
Member
249 Points
1064 Posts
Mar 30, 2019 07:17 PM|icm63|LINK
MSVS 2015, Vb, >net 4.0
Which control is best to change size with the page using bootstrap 3.3.7
Datalist or Gridview ( are they compatible).
I just want to list some URLs (Like a RSS reader) from a data source, or DataSet.
I need it to be flexible and easy to read. Showing all content.
Any other control if the above will not do.
All-Star
52971 Points
23566 Posts
Mar 31, 2019 01:02 PM|mgebhard|LINK
icm63 MSVS 2015, Vb, >net 4.0 Which control is best to change size with the page using bootstrap 3.3.7 Datalist or Gridview ( are they compatible). I just want to list some URLs (Like a RSS reader) from a data source, or DataSet. I need it to be flexible and easy to read. Showing all content. Any other control if the above will not do.
Use a Repeater as it provides the post control over the HTML.
Member
249 Points
1064 Posts
Data control best in mobile Bootstrap 3.3.7
Mar 30, 2019 07:17 PM|icm63|LINK
MSVS 2015, Vb, >net 4.0
Which control is best to change size with the page using bootstrap 3.3.7
Datalist or Gridview ( are they compatible).
I just want to list some URLs (Like a RSS reader) from a data source, or DataSet.
I need it to be flexible and easy to read. Showing all content.
Any other control if the above will not do.
All-Star
52971 Points
23566 Posts
Re: Data control best in mobile Bootstrap 3.3.7
Mar 31, 2019 01:02 PM|mgebhard|LINK
Use a Repeater as it provides the post control over the HTML.