Hi.
I'm having troubles understanding what the problem is with this. In my application I'm trying to parse & insert a (valid) string into a column/row in a datatable.
Here's a boiled down example:
Dim dt As DataTable = New DataTable("dt")
dt.Columns.Add("dbl", Type.GetType("System.Double"))...
I'm using a multiple select drop down parameter in Reporting Services 2005. Is there any way I can increase the height of the drop down so more items are displayed without having to scroll to get them?
Cheers
Wally
(Reposted from Visual Basic(Microsoft) -VB.NET/VB2005 Forum, as this forum seems a better place for it...)
Hi.
I have a DataList that shows a number of GridViews. The datasource for the DataList returns a Name/title for each GridView, along with the Select/Delete commands and comma seperated...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.