473,471 Members | 2,175 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

speed up page

Max
We want to implement assigning permissions to web pages
using a tree like view. The text below illustrates what
the page would look like. Each of the items in the boxes
are types of permissions (i.e. A = Add, M = Modify). If a
user has permissions the box is green, if not red. When an
administrator clicks the box it changes colors. Also if
you click the boxes on the menu it automatically applies
this to all pages underneath.

Administration Menu |A|M|D|V|P|
Admin Page 1 |A|M|D|V|P|
Admin Page 2 |A|M|D|V|P|
Admin Page 3 |A|M|D|V|P|
Another Menu |A|M|D|V|P|
Another Page 1 |A|M|D|V|P|

The tree is built using three tables that build our menus
and are as follows( only including fields that matter for
discussion):

Menus
Menuid identity
Pages
Pageid identity
PageName nvarchar(100)
MenuItems
MenuItemID identity
Menuid int
Pageid int

Permissions are stored in a table that uses one field for
the permissions.

All of this to say. any ideas on how to do this in .Net.
We have this working in asp but as you might suspect is a
tad slow. We are hoping to find a better way to do this.
In ASP we use VB com components for building the tree
(create html) and java script to change colors of boxes.

Any ideas on a better way to approach the problem would be
great. Thanks!

Nov 17 '05 #1
1 1081
next time buy a V8
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Yang Li Ke | last post by:
Hi guys, Is it possible to know the internet speed of the visitors with php? Thanx -- Yang
8
by: Rob Ristroph | last post by:
I have tried out PHP 5 for the first time (with assistance from this group -- thanks!). The people I was working with have a site that uses lots of php objects. They are having problems with...
4
by: Aidan | last post by:
Hi, I was wondering if it's possible to create a PHP enabled web-page that could be used to test my connection speed. I'm trying to determine the difference in speed between my personal...
28
by: Maboroshi | last post by:
Hi I am fairly new to programming but not as such that I am a total beginner From what I understand C and C++ are faster languages than Python. Is this because of Pythons ability to operate on...
5
by: Leon | last post by:
Hi, Could you give me some suggestions or ideas for the loading speed difference between using one single frame for a web page and not using frame for this page? Thank you very much.
1
by: Benjamin Lefevre | last post by:
I am currently developping a web crawler, mainly crawling mobile page (wml, mobile xhtml) but not only (also html/xml/...), and I ask myself which speed I can reach. This crawler is developped in...
3
by: z. f. | last post by:
Hi , i have a asp web site, and i want to calculate the speed of the client. i want to write asp page, it might also be the home page, the have an <img> tag that point to an aspx page that will...
5
by: Joe Reazor | last post by:
I've got an asp.net page that has approximately 1,440 controls on it. You must think I'm crazy, but we need to have the page organized in this fashion. As you can imagine, the page takes a very...
3
by: Mike Kelly | last post by:
Hi. I've built a page using standard ASP.NET 2.0 features and when I upload a large file (>20MB) to our intranet server, I get a paltry 100KB/s on our 100Mb/s LAN. Simply copying the file, I get...
2
by: hemil.deshmukh | last post by:
Hi Folks, I have an asp.net 2.0 web page with about 3-4 gridview controls on it. Each of the gridview controls is bound to a SqlDataSource which calls a stored procedure. The number of records...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.