ASP.NET - Set the user permission pages to Accordion Ajax Control in master page
Asked By mostafa hamdy on 22-Mar-12 08:42 AM
Hello all
I have some web site built in asp.net 4.0 and I have login page the user enter his/her user name and password and the system authenticate the user correctly and determine the URL he she belongs to , and then the user have to be redirected to page has accordion an Ajax tool kit control which list the user permission pages in this accordion control , please I want to know how can I build the master page which contains the accordion control and fill in the accordion with the user permited pages , please if any body get what I mean and can help me please send me or tell me about some URL may help me in doing that\
Regards
Mostafa
[)ia6l0 iii replied to mostafa hamdy on 11-Apr-12 02:14 PM
Should be easy.
Set the DataSource property of the Accordion control based on the user priveliges. That is , build the datasource according to the user permissions/your business logic and then assign it to the Accordion control.
This way, the UI is not coupled with the datasource in a tight manner too.
Hope this helps.
Hi All, I want to know about ACCORDION in asp.net. Please explain me in details with example. Thanks Hope http: / / www.asp.net / ajax / ajaxcontroltoolkit / samples / Accordion / Accordion.aspxhelps You can refer this http: / / www.codeproject.com / KB
using User control within a Custom Control .NET Framework
I would like to use the AJAX ASP.NET Accordion Control. Can I create a user control for the form and include this within a custom control which inherits from a Pane of the Accordion control? I know that I can create a user control and add it within the I can dynamically add new panes with the control as the pane contents. Thanks, Richard ASP.NET Discussions ASP.NET (1) AJAX (1) Control (1) Pane (1) I submitted this question a couple of
I have a Ajax Accordion Control, but would like to change the headers based on a session. curently my headers user is accociated with could any one advise me the VB script or just the asp.net script You can change the ASP.NET AJAX Accordion pane's header text dynamically Add
Hi all I want Accordian Ajax control fro menu purpose in run time. Can any one help me plz???? Thanks. How to Add an ASP.NET AJAX Accordion Pane at Runtime We can add a new Accordion Pane programmatically using both JavaScript as
Inclusion of user control within custom control .NET Framework
control within custom control .NET Framework I am trying to create a project using the ASP.NET AJAX accordion control. I would like to dynamically add panes to the control with a form template create the content from the standard controls rather than as a user control? Thanks, Richard ASP.NET Discussions System.Web.UI.WebControls.WebParts (1) System.Web.UI.HtmlControls (1) System.Web.UI user, control, within, custom, control description: I am trying to create a project using the ASP.NET AJAX accordion control. I would like to dynamically add panes to the control with a
I am using Accordion pane of ajax. . It is working good. But this is showing and moving the panes vertically, I want I click on them the pane should move to right. Try this one jquery horizontal accordion really cool stuff http: / / ajaxian.com / archives / horizontal-accordion-20-for-jquery Can't I do this without using JQuery. Is there any property
ComponentOne Studio for ASP.NET AJAX - Free License Giveaway
The folks at ComponentOne rebuilt their wildly popular ComponentOne Studio for ASP.NET AJAX from the ground up using the A2 Framework, Html, CSS, and JQuery. Free license giveaway promotion has expired. I recently reviewed all 28 ASP.NET user interface controls that exist in this suite. My first impression was that the "out
Asp.Net AJAX dynamically added Tab Control not displaying .NET Framework
I am trying to get to grips with the asp.net ajaxcontrol toolkit, and am trying to add a tabbed control to the page. I have I want to try create the TabPanels dynamically. I followed the advice here: http: / / www.asp.net / learn / ajax-videos / video-156.aspx (3rd comment - Joe Stagner) I am finding that the container is
hi all when click on the button it should address & the next button should show other address when clicked in the index page. what Ajax control can use for it & how? Just use normal Asp.net control and put all this control inside the AJAX Update Panel. . . . so you can do the Async post back for that. . . . Are you talking about ajax tab container http: / / vincenthomedev.files.wordpress.com / 2008 / 02 / image22.png You can place the
I am using TreeView with Ajax Accordion Control inside the MasterPage, when i click the tree node because of page postback , Accordion Control reset the position , my question is How can i maintain the position of accordion control after page postback? Hi, Have you try to put the accordion in an updatepanel