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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Panel Positions

Panel Positions

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
5 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
    sachees123
    wrote on last edited by
    #1

    Frnds, I have got 5 panels with diff, data on it. For 5 type of user the panels are created but for admin login all 5 panels must be visible at a time. So the position of panel have to be diff. BUT when user five login and see his content than that panel appeares at the bottom (i make all the above 4 panel visible=false). What i want the positon of panel to be set from my c# code that is .cs file. Is there any x,y co-ordinates of panel???

    A A 2 Replies Last reply
    0
    • S sachees123

      Frnds, I have got 5 panels with diff, data on it. For 5 type of user the panels are created but for admin login all 5 panels must be visible at a time. So the position of panel have to be diff. BUT when user five login and see his content than that panel appeares at the bottom (i make all the above 4 panel visible=false). What i want the positon of panel to be set from my c# code that is .cs file. Is there any x,y co-ordinates of panel???

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      Rather than Panel, Use Div. And hide and Unhide them accordingly. This will resolve your problem :)

      Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.

      1 Reply Last reply
      0
      • S sachees123

        Frnds, I have got 5 panels with diff, data on it. For 5 type of user the panels are created but for admin login all 5 panels must be visible at a time. So the position of panel have to be diff. BUT when user five login and see his content than that panel appeares at the bottom (i make all the above 4 panel visible=false). What i want the positon of panel to be set from my c# code that is .cs file. Is there any x,y co-ordinates of panel???

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        asp:panel renders to a div. Use style property to assign position arguments like :

        This is a panel

        to do your job.

        Abhishek Sur My Latest Articles Working with Excel using MDAC
        Basics on LINQ and Lambda Expressions
        Create .NET Templates

        S 1 Reply Last reply
        0
        • A Abhishek Sur

          asp:panel renders to a div. Use style property to assign position arguments like :

          This is a panel

          to do your job.

          Abhishek Sur My Latest Articles Working with Excel using MDAC
          Basics on LINQ and Lambda Expressions
          Create .NET Templates

          S Offline
          S Offline
          sachees123
          wrote on last edited by
          #4

          Thanks 4 the help, but a new problem is occured... when logging as single user things are working fine..., means the position is perfect and as required. But when im logging as ADMIN than all panels get mixed up... why???

          A 1 Reply Last reply
          0
          • S sachees123

            Thanks 4 the help, but a new problem is occured... when logging as single user things are working fine..., means the position is perfect and as required. But when im logging as ADMIN than all panels get mixed up... why???

            A Offline
            A Offline
            Abhishek Sur
            wrote on last edited by
            #5

            Check the Client HTML it renders when you login using Admin. this might help you on what is wrong with Admin.

            Abhishek Sur My Latest Articles Working with Excel using MDAC
            Basics on LINQ and Lambda Expressions
            Create .NET Templates

            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