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

  3. MSDN

    MSDN

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

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

  6. TIC TAC TOE - checking diagonal win?

    Nov 8, 2007 · If you create and arraylist and were to add a textbox to it, that actually stores a pointer to the textbox. Put the Textboxes in a groupbox (gb1) So lets consider game initialization DIM …

  7. Keypad opens on Navigate, Textbox - social.msdn.microsoft.com

    May 27, 2011 · Has anyone noticed if you have two pages with textbox's on them and a Button to navigate between each page, when you navigate between the pages the keypad will open and …

  8. SQL reorganize - social.msdn.microsoft.com

    Nov 9, 2010 · Row locking is not sufficient, and the only alternative is TABLE locking. If you lock the whole table, then REORGANIZE is no longer an online operation. So if you're going to lock the whole …

  9. SMTP Virtual Server error - social.msdn.microsoft.com

    Oct 6, 2017 · The configuration is to send to Office 365. We have confirmed authentication for the account being used, and we are using the correct email address, ports, SMTP server etc. We have …

  10. HTMLGenericControl ID is not specified

    Oct 8, 2021 · Question 0 Sign in to vote User411346422 posted Hello, Using VS Studio & VB.Net