About 50 results
Open links in new tab
  1. arraylist problem. What am I doing wrong?

    Sep 18, 2017 · A coworker helped me get past the lack of string comparison by using an array. The problem is that he built the array with static data. I need it as dynamic data. I have found many …

  2. C# Unique Random Integer Create - social.msdn.microsoft.com

    Dec 28, 2009 · And the code sample provided will also help you , just that in place of ArrayList use List<Int32> . Its recommended to use List<> if you are programming in .Net framework 2.0 or above.

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

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

    Dec 23, 2022 · at System.Management.Automation.StatementListNode.ExecuteStatement (ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext cont

  5. 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 …

  6. PeopleEditor UpdateEntities method alternative

    Jul 28, 2019 · I have on a page more than 5 PeopleEditor controls which are populated through code on page loading event.

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

  8. Continuous Image marquee - social.msdn.microsoft.com

    Oct 7, 2021 · The most simplest way is to initialize a javascript array with a list of images in the marquee.

  9. MSDN

    MSDN

  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.