Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 0.34 KB | None | 0 0
  1. namespace proftaak
  2. {
  3.     public partial class film_tijden : System.Web.UI.Page
  4.     {
  5.         public string film_id;
  6.         protected void Page_Load(object sender, EventArgs e)
  7.         {
  8.             NameValueCollection nvc = Request.Form;
  9.             Response.Write(nvc["film"]);
  10.             film_id = nvc["film"];
  11.         }
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement