Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ramanandraman
  • Order by date
  1. ramanandraman

    lol...webform.show

    Hi, Maybe you want: response.redirect("webform2.aspx") ???? you can pass variables by session, or in classical asp ways.
  2. ramanandraman

    DropDownList Problem

    James, I am not very sure what you are trying to do. And i am not a C# expert as well. But if you want to find a entry in a list box and select it you most probably can do it as bellow: mystr=listSecurity_q1.Items.FindByText(aUser.security_question_1) 'i am not sure abt this and i...
  3. ramanandraman

    DropDownList Problem

    Hi James, I remember i had some sort of problem like that before. I sorted out like calling a sub to deselect all the selections in listbox just before my new selection. something like: call DeselectAnySelection() 'this will loop and deselect if any, which simply loops and sets...

Part and Inventory Search

Back
Top