Into my Registration Table,i have entries like Username,MemberName and PinID.And I have one another table AdminPins..Now when I fill the New_Pin_Request form having entries like Requested Date and Requested Pin Quantity,these newly enterd data must b inserted into AdminPins table..and respective username,membername and PinId must get filled automatically into the same table ..
I have written following code
SqlConnection con = new SqlConnection("Data Source=.\\sqlexpress;Initial Catalog=MLM;Integrated Security=True");
...
Go to the complete details ...