Search results for query: *

  1. G

    Input Foreign Letters on Web page(aspx)

    I am using Visual Studio 2005 and sql server on a web page. My users are from Thailand and I would like for them to be able enter text using the Thai alphabet from their Thai keyboards. I have my field in my Sql Server set to nVarchar. I can enter Thai into the text box on my web form and...
  2. G

    FileUpload control, V Studio 2005

    I’m using a file upload control on a web form so a user can upload a picture. After uploading the picture the user has the option of going to another form with a link I have provided. I want the user to be able to use their browser’s back button to return to my upload form, but after uploading a...
  3. G

    Set Value for Dropdown list box in Visual Basic.net web form

    :( Visual basic.net webform I have a web form with a drop down list that is bound to an sql server table. The drop down list is populated as it should be with all the values. The drop down list box contains a list of priorities ie 1,2,3,4. When the web form is opened I want to populate the text...
Back
Top