Search results for query: *

  1. N

    displaying search results

    thanks Gambit NI i solved the problem and did make use of a loop.
  2. N

    displaying search results

    hi i have an form that searches the database for whatever search results are given. the problem is displaying the results that were obtained onto another .aspx page. when the search button is clicked on the search page a stored procedure is called to retrieve the results using the search...
  3. N

    parameter passing

    this is the code that i used.... Private Sub butSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles butSearch.Click SearchCriteria() End Sub Private Sub SearchCriteria() 'gets the required information based on the search criteria. Dim SqlReader As SqlDataReader...
  4. N

    parameter passing

    :o please help i don't understand this error. i am passing parameters to a stored procedure to search for the criteria as defined by the parameters and this is the error that i get: Parameter 2: 'Parameter1' of type: String, the property Size has an invalid size: 0
  5. N

    Iconvertible

    i got this error [Object must implement IConvertible.] whilst running my web application. what does it mean and why am i getting it. i tried debugging but i have a feeling it is lower lying errors, if you have any idea on how to solve this please help. i call a procedure and that saves the...
  6. N

    Attach Calendar

    my intension was to create an object similar to that used in window applications, what do they call it - the daytimepicker.
  7. N

    Attach Calendar

    yes levy the calender was is invisible. i think it has to do with the event handler. it will only work if the "SelectedIndexChanged".
  8. N

    Attach Calendar

    have tried that but to no avail.
  9. N

    Attach Calendar

    levy; that didn't work. another option?
  10. N

    Displaying Search results

    i have a search form in web application. based on the criteria selected for the search parameters are send to a stored procedure where the selection is done for the search criteria. my problem is returning the search results and the number of records selected on another page. this is part of...
  11. N

    Attach Calendar

    thanks levy i will try that
  12. N

    Attach Calendar

    hi this is my first time here and in the VB.Net environment. i have a problem that i need help with. i want to attach a calendar to a drop down list. what should happen is that once the list is clicked on the calendar should appear allowing for the user to select the appropriate dates. thanks...
Back
Top