About 50 results
Open links in new tab
  1. Best way to store ArrayList in terms of Application Configuration?

    Apr 3, 2007 · I'm looking for an idea for the best way to store an ArrayList that's part of the Application Configuration. The ArrayList will store the list of languages the Application …

  2. Bulk copy in vb.net - social.msdn.microsoft.com

    Aug 16, 2011 · The following funtion performs bulk copy in vb.net. The colomns need to be mapped to the data base table. Public Shared Function InsertQueries (ByVal DestinationTable …

  3. binding a repeater to a hashtable - social.msdn.microsoft.com

    So quick fix is to change to using an ArrayList to store the custom objects (if you need sorting try SortedList class). ArrayList stores objects as-is and therefore your code would work without …

  4. PeopleEditor UpdateEntities method alternative

    Mar 26, 2012 · I have on a page more than 5 PeopleEditor controls which are populated through code on page loading event.

  5. UniformGrid Grid Lines - social.msdn.microsoft.com

    Sep 16, 2009 · This worked ok, as basically I fixed the width of the listbox and sized each item such that it would force the panel to wrap to the next row at the appropriate item index. Whilst …

  6. UniformGrid Grid Lines - social.msdn.microsoft.com

    Sep 16, 2009 · I'm basically binding a listbox to a collection of days and I want to change the items panel to give me something that looks like a calendar.

  7. directoryinfo sorting by filename - social.msdn.microsoft.com

    Oct 7, 2021 · here is what i have so far Dim diFiles As DirectoryInfo = New DirectoryInfo (Server.MapPath (mypath)) Dim aryFi As IO.FileInfo () = diFiles.GetFiles ("*") Dim fi As …

  8. Keyboard shortcuts in SSDT - social.msdn.microsoft.com

    Mar 21, 2013 · Is it true that SSDT isn't honouring the beautifully engineered VS command interface to allow customising keyboards/menu's/toolbars etc and firing macros? I am used to …

  9. how to insert data to database from datatable

    Jun 29, 2011 · I want to get all the data from data table insert into database

  10. SAPI TTS Engine - Pause/Resume - social.msdn.microsoft.com

    Jan 22, 2016 · SAPI communicates with applications by sending events using standard callback mechanisms (Window Message, callback proc or Win32 Event). For TTS, events are mostly …