About 50 results
Open links in new tab
  1. Adding Arraylist to ListBox - social.msdn.microsoft.com

    Dec 29, 2011 · I've got a C# forum and a private List. I allow users to enter data through a text box. When they hit a button called display, I want whatever was stored in the List to be displayed in the …

  2. MSDN

    MSDN

  3. How to reload page at button click - social.msdn.microsoft.com

    Oct 7, 2021 · The reason i need to reload page is that in the page load im creating cookie. THis cookie helps me to avoid 1 messagebox every time i load page it loads only the first time.

  4. Wait function in c# - social.msdn.microsoft.com

    May 7, 2009 · i exactly want to get one data then draw it then wait a second anf then get the second data untill the end.someone could help me in code what exactly i should do for getting and waiting …

  5. Datareader to JSON - social.msdn.microsoft.com

    Feb 4, 2016 · Here is my code which produces the results above. Could someone please help me get this converted to a valid JSON file? Thanks Sub Page_Load (ByVal sender As Object, ByVal e As …

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

  7. how to convert datagridview.rows (x) into an a string array?

    Nov 27, 2007 · Dim stringArr () As String = {"value1", "value2", "value3"} Me.DataGridView1.Rows.Add (stringArr) Me.DataGridView1.SelectAll () Dim arr As New ArrayList For i As Integer = 0 To …

  8. Can DirectoryInfo.GetFiles () be made case sensitive?

    Jun 18, 2010 · It appears the DirectoryInfo. GetFiles () method is not case sensitive. Searching for "*.foo" and "*.FOO" will return the same list. Is there a way to change this behavior so the search is …

  9. Azure Web App Wake Up? - social.msdn.microsoft.com

    Mar 11, 2017 · Question 0 Sign in to vote Hello Each day the web app comes up very slow, so I have to activate it manually before users go into the app.

  10. LINQ and SQLite - social.msdn.microsoft.com

    Nov 28, 2012 · I am currently investigating LINQ technology on how useful it is and its maturity.