Hi!
I'm developing a web application where the first page shows table from SQL
Server and has some hyperlinks in one collumn. The collumn has productID
so
when clicked the page is passed as defpost.aspx?id={0}
When user clicks on a hyperlink it is redirected to defpost.aspx page
where
basing on the value of ID the data grid needs to display another table
after
querying a SQL Server passing the parameter (which is equal to "id").
The first part is clear and is ready, I'm having a difficulty creating a
defpost.aspx page. How do I grab the ID and pass it to sql query on
defpost.aspx?
Thank you!
Zaur