Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WallyAnchor

    Problems entering value into a DataTable

    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"))...
  2. WallyAnchor

    Can I customise height of drop down parameter

    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
  3. WallyAnchor

    Problem deleting from a GridView INSIDE a DataList

    (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...

Part and Inventory Search

Back
Top