How to display Request.QueryString Data.
Posted
by chamara
on Stack Overflow
See other posts from Stack Overflow
or by chamara
Published on 2010-06-17T19:21:44Z
Indexed on
2010/06/17
19:23 UTC
Read the original article
Hit count: 163
ASP.NET
Follwing code that i have tried doesn't display any thing.
Test1.aspx protected void Button1_Click(object sender, EventArgs e) { Response.Redirect("Test2.aspx?ID=1"); }
Test2.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="test2.aspx.cs" Inherits="WebApplication5.test2" %>
Untitled Page '>
</div>
</form>
© Stack Overflow or respective owner