Search results for query: *

  • Users: zezu10
  • Content: Threads
  • Order by date
  1. Z

    OpenFileDialog details?

    I am currently trying to design a form which will allow my users to email details to a web daemon, but I am wanting to also allow them to send attachments on this form. Having never done this I searched around and found an example which is asking me to do the following; Change OpenFileDialog...
  2. Z

    DropDownList Issue

    I currently have a DropDownList that I have populated through a StoredProcedure. It populates ok, however, when I seleted an item down the list, it always returns the one at the top? Could anyone give me any idea of what may be causing this? Private Sub Page_Load(ByVal sender As...
  3. Z

    combining two searches?

    Hi guys, I currently have a web form which searches a SQL table, and fills a datagrid. My form currently has two searches, which I have a seperate textbox and button for each, however I am wanting to add more searches to my form, and therefore am looking for the best way to have just the one...
Back
Top