G
Guest
Hi there,
I started a new website in asp.net.. made a page with some buttons and that
on it.. copied it several times on different pages, so i get the save buttons
in the same position on each page.. now i want to click on the buttons and
open the different pages...
Response.redirect("page.aspx")
but it's not working... i've put labels and new buttons, and just wrote...
label1.text = "hello"
but that doesn't even work...
what's going on with this????
I started a new website in asp.net.. made a page with some buttons and that
on it.. copied it several times on different pages, so i get the save buttons
in the same position on each page.. now i want to click on the buttons and
open the different pages...
Response.redirect("page.aspx")
but it's not working... i've put labels and new buttons, and just wrote...
label1.text = "hello"
but that doesn't even work...
what's going on with this????