Community discussion forum

Working with frames in c# .net

  • 11 months ago
    i have two frames rightframe and leftframe.In the leftframe i have a menu.now clicking on the manu i want to display a page in the rightrame .But before going to that page i wan to make session variable 0.How can i do that. **my leftframe coding which is a aspx file and its inharit the cs file** **code of the aspx file** left
    New Registration
    Modify Registration
    Renew and Upgrade
    **code of cs file** } public void LinkButton1_OnClick(object sender, EventArgs e) { Session["contractorid"] = 0; Response.Redirect("CRegistration.aspx"); } public void LinkButton2_OnClick(object sender, EventArgs e) { Response.Redirect("ContractorRegUpdate.aspx"); } now how can i display CRegistration.aspx in the right frame.
    Post was edited on 28/11/2008 12:05:16 Report abuse

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback