Forgive my ignorance with these questions I have been working with PHP and it seems really straight forward in PHP the things I need to accomplish but I am slightly confused with the way things are done in vb.
I just finished a book on working with forms and the various controls in VS express and it showed me everything that I need to do in terms of editing and inserting my data, but I need to create a search form:
Catholic Charities Search NOTE: I have check boxes in place of the radio buttons that I will implement.
When I click on a radio button I need to display data related to that element.
I can create an event from the radio control but then I need to display a page containing the correct search values.
So do I create one page containing a datasource for each radio value:
Events
Meetings
Projects
etc...
And call that page using the event? Is there a better way to do this?
In PHP I would use a post back and set all my decision making in the top of the page, but in vb you have a separate file containing the events and how to handle them.
Most importantly do my questions make sense?
Kevin
I just finished a book on working with forms and the various controls in VS express and it showed me everything that I need to do in terms of editing and inserting my data, but I need to create a search form:
Catholic Charities Search NOTE: I have check boxes in place of the radio buttons that I will implement.
When I click on a radio button I need to display data related to that element.
I can create an event from the radio control but then I need to display a page containing the correct search values.
So do I create one page containing a datasource for each radio value:
Events
Meetings
Projects
etc...
And call that page using the event? Is there a better way to do this?
In PHP I would use a post back and set all my decision making in the top of the page, but in vb you have a separate file containing the events and how to handle them.
Most importantly do my questions make sense?
Kevin