Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. plz help me

plz help me

Scheduled Pinned Locked Moved C#
comhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sanjib Raj
    wrote on last edited by
    #1

    i have a class in webApplication. when a button is click in Application. the class is called by its object and its Method. in one method i want to load Another page. How it is possible. code--- private void btnConnect_Click(object sender, System.EventArgs e) { clsLoadWebForm obj=new clsLoadWebForm(); obj.LoadPage(); } //-------- public class clsLoadWebForm { public void LoadPage() { NewWebfrm objWeb=new NewWebFrm(); objWeb.LoadTemplate("NewWebFrm.aspx");//Not Loading a page } }

    Sanjit.rajbanshi@wlinktech.com Sanjit.rajbanshi@wlinktech.com

    G A 2 Replies Last reply
    0
    • S Sanjib Raj

      i have a class in webApplication. when a button is click in Application. the class is called by its object and its Method. in one method i want to load Another page. How it is possible. code--- private void btnConnect_Click(object sender, System.EventArgs e) { clsLoadWebForm obj=new clsLoadWebForm(); obj.LoadPage(); } //-------- public class clsLoadWebForm { public void LoadPage() { NewWebfrm objWeb=new NewWebFrm(); objWeb.LoadTemplate("NewWebFrm.aspx");//Not Loading a page } }

      Sanjit.rajbanshi@wlinktech.com Sanjit.rajbanshi@wlinktech.com

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Please try to write a subject that works as a subject. Almost every thread here is about someone wanting help, so that is not any useful information to put in the subject. What do you mean exactly when you say that you want to load another page? What is it that you want to happen?

      --- It's amazing to see how much work some people will go through just to avoid a little bit of work.

      1 Reply Last reply
      0
      • S Sanjib Raj

        i have a class in webApplication. when a button is click in Application. the class is called by its object and its Method. in one method i want to load Another page. How it is possible. code--- private void btnConnect_Click(object sender, System.EventArgs e) { clsLoadWebForm obj=new clsLoadWebForm(); obj.LoadPage(); } //-------- public class clsLoadWebForm { public void LoadPage() { NewWebfrm objWeb=new NewWebFrm(); objWeb.LoadTemplate("NewWebFrm.aspx");//Not Loading a page } }

        Sanjit.rajbanshi@wlinktech.com Sanjit.rajbanshi@wlinktech.com

        A Offline
        A Offline
        Alper Camel
        wrote on last edited by
        #3

        hi, did you try ajax panel it may help you. Cheers.

        Music Resources

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups