i try put the code above to create new Link button and button but problem now is how can put the code; Response.Redirect? and how can I set the Session["ID"]?Code://Link button LinkButton lnk = new LinkButton(); lnk.Text = " Click Me"; //button Button btn = new Button(); btn.Text = "Click Me";




Reply With Quote