2
Answers

how to design the data model in sql

Photo of Sridhar R

Sridhar R

7y
219
1
I need to newly design the data model and its how start the design. Please answer on this ....
Thanks for advance ..!!!! 

Answers (2)

0
Photo of Abie Jose
NA 17 39.3k 13y
Using a Query string you can pass values of current page's control to another page


Response.Redirect("SecondPage.aspx?value1="& Textbox1.text &" &value2 = "& Textbox2.text &" ")


and in the secondpage.aspx you can retrieve this value with the following code

request.querystring("Value1")