Search results for query: *

  1. 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...
  2. 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
  3. 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...
  4. 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...
  5. 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