G
Guest
I'm using Visual Web Developer 2005 Express Edition with SQL Express and I'm
a beginner.
I'm developing pages for my churches website which allow users to select
attributes for a class (e.g. time, focus of class, class size, etc.). I want
to take the user's selections, query the database, find the matching classes
and display the results in another page.
I'm currently building a SQL string in the first page and passing it to the
second page. Based on what I've read, it sounds like this leaves the site
open to an attack.
My questions are:
1. Is it possible in asp.net to take input from one form and post the
results to a second form?
2. How can I use the SQL string to query the database in the second form?
I hope my questions make sense, like I said I'm very new to ASP.Net so any
and all help is greatly appreciated. If anyone can recommend some websites
that help walk me through the steps, I would appreciate that as well.
Thanks for you time!
Lisa C.
a beginner.
I'm developing pages for my churches website which allow users to select
attributes for a class (e.g. time, focus of class, class size, etc.). I want
to take the user's selections, query the database, find the matching classes
and display the results in another page.
I'm currently building a SQL string in the first page and passing it to the
second page. Based on what I've read, it sounds like this leaves the site
open to an attack.
My questions are:
1. Is it possible in asp.net to take input from one form and post the
results to a second form?
2. How can I use the SQL string to query the database in the second form?
I hope my questions make sense, like I said I'm very new to ASP.Net so any
and all help is greatly appreciated. If anyone can recommend some websites
that help walk me through the steps, I would appreciate that as well.
Thanks for you time!
Lisa C.