Search results for query: *

  1. N

    Question POP UP refreshing parent and close it...

    Hi, I'm opening one pop up wen i press one button, inside that pop up i ask info to the user and after insert in one database... until this point no problem... After this operation i need to refresh/bind one Dropdownlist in the parent window... i already try with JavaScript but the only way...
  2. N

    Question Work with windows froms and console commands

    Hi, I'm new using VB and I need some help creating a little program to make backup of my servers... My application need to execute some commands in the console, check if they are executed with success or not (register all this in one file) and after close the console, all this should be...
  3. N

    Filter DataSource before presente data in gridview

    hi, i'm using one datasource to colect information from my database and to fill one gridview, but before fill it i would like to pick the field txt_alt put it in one function [this function sees if the are upper letters after the first one], case exists i want to present it in the gridView, case...
  4. N

    Removing lines from GridView

    Hi, i had made one grid view automatic and is giving more results that i want ... In the grid view appears one check box, one text and after the update. So i want to pick that text of each line and put it in one function, if the text is like i need...ok, if isn't i want to remove/hide that...
  5. N

    find uppercase chars in string

    hi, i'm new in Vb.Net programming and i need to do a litle function that recives one string and return 1 if there are letters uppercase [with exception of the first one] and zero in oposite case: Exemple: "This string is good" ==>> return 0 "This String have Capitall letters in the midle "...
Back
Top