Search results for query: *

  1. R

    Messagebox in Web??

    But what if i need to show a Confirm Message Box to do something...
  2. R

    Messagebox in Web??

    Thaks John, It works fine using javascript One more cuestion, its easy to launch an script using the onclick event, but how can i call the event, programaticaly using a comparation. by example: in HTML view <script language="javascript" id="clientEventHandlersJS"> <!-- function...
  3. R

    Messagebox in Web??

    Hi ASP Gurus. Is there an object in Web that works like a messagebox ? Do you have a sample? Thanks in advance
  4. R

    move to next textbox

    Thanks for the tip Atanas It looks interesting, do you have a sample code to do this?
  5. R

    Searching string value into a listbox

    Hi, i think this is very simple, but right now its giving me a hard time How can i search a string value in a listbox, to verify if it has been allready stored in that listbox. im trying this docID = txtDocCID.Text If lstDocumentos.Items.IndexOf(docID) = -1 Then .... Thanks in advance...
  6. R

    move to next textbox

    "my question is that how can i make it so that when the user inputs text into one textbox that after the text limit is reached it goes to a seperate textbox next to it?" Hi, Im Richard. Im having the same trouble using Web Forms in Visual Basic What do i have to do to develop this on web...
Back
Top