About 50 results
Open links in new tab
  1. Adding Objects to ArrayList using Button_Click

    Jul 17, 2006 · Thank you in advance for any and all suggestions. I am trying to add a an object called pack to an ArrayList called Boxes using a Add_Click method.

  2. Custom Receive pipeline - biztalk

    Mar 13, 2014 · i want to promote incoming msg (File.Receviedfilename) in custom receive pipeline to read a filename and used in orchestration.

  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 other …

  4. 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 As String, ByVal …

  5. RichTextBox : Text color - social.msdn.microsoft.com

    Aug 19, 2012 · If you have more then one string which will have the same font and color you can save them in an ArrayList and then apply "foreach" loop.

  6. SQL Backup Timeout Expired - social.msdn.microsoft.com

    Feb 6, 2013 · at System.Management.Automation.StatementListNode.ExecuteStatement (ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext cont

  7. Bind Enum Description and Value to Dropdownlist.

    Enum is as below : and i would like to get the value of the selection .

  8. Report Builder - Editing existing report

    Jun 12, 2006 · I have prepared a new model and based on that I prepated few reports using Report Builder. Now, I need to edit existing report to apply few more filter and new column. For that I am …

  9. Clipboard and Thread - social.msdn.microsoft.com

    Dec 21, 2005 · I like to watch the clipboard in an thread. And when there is any changing i like to get an Messagebox Followoing Code I have: using System; using System.Collections.Generic; using …

  10. getting roles list related to user - social.msdn.microsoft.com

    Oct 7, 2021 · i use authentication request on global.asax for attach roles to related user. Now i need to get these roles’ list in my pages. How can i get these roles list to an array,arraylist etc.