Click here to Skip to main content
15,914,221 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionread/write permissions on clipboard Pin
248912817-Oct-06 2:24
248912817-Oct-06 2:24 
AnswerRe: read/write permissions on clipboard Pin
Sathesh Sakthivel17-Oct-06 2:30
Sathesh Sakthivel17-Oct-06 2:30 
QuestionGetting Value from Grid View Pin
NICE TO MEET17-Oct-06 1:45
NICE TO MEET17-Oct-06 1:45 
AnswerRe: Getting Value from Grid View Pin
_AK_17-Oct-06 1:49
_AK_17-Oct-06 1:49 
QuestionHow to retrive value from a google map [modified] Pin
Solly S17-Oct-06 1:35
Solly S17-Oct-06 1:35 
QuestionHow to make differents IU from a login box Pin
WSonck17-Oct-06 0:37
WSonck17-Oct-06 0:37 
AnswerRe: How to make differents IU from a login box Pin
prakash_21017-Oct-06 0:45
prakash_21017-Oct-06 0:45 
GeneralRe: How to make differents IU from a login box Pin
WSonck17-Oct-06 4:37
WSonck17-Oct-06 4:37 
I will think about your solution, but I wonder if there are something in .NET similar to Java. In Java, working with struts, you have a xml file where you can configure the different options or components that your page is going to have. There you can use roles. Then, if some item is defined to role root, it will only be available if you login the system as root.

Here is an example:

<menu name="MenuIntegrado" title="Menu integrado" action="/welcome">
<item name="Option1" title="Insert" roles="Citizen" action="/agenda?method=new">
<item name="Option2" title="Delete" action="/delete">
<item name="Option3" title="Quit" action="/logout">


With this code, we can use the same jsp page for all users, but, if they are "Citizen", they will have an insert option plus the delete and quit option that other people will have.

Is there any solution like this in .NET?

PD. I still have to create the table to have the users, their roles and their passwords, but I would have only one .aspx page.
QuestionPrint dialog box+ASP.Net Pin
skannapiran17-Oct-06 0:33
skannapiran17-Oct-06 0:33 
AnswerRe: Print dialog box+ASP.Net Pin
_AK_17-Oct-06 1:23
_AK_17-Oct-06 1:23 
QuestionWhat can be the possible reasons of the dead lock ? Pin
King Shez17-Oct-06 0:26
King Shez17-Oct-06 0:26 
AnswerRe: What can be the possible reasons of the dead lock ? Pin
_AK_17-Oct-06 1:24
_AK_17-Oct-06 1:24 
QuestionRetriving value from google map Pin
Aashutoshkumar17-Oct-06 0:16
Aashutoshkumar17-Oct-06 0:16 
AnswerRe: Retriving value from google map Pin
perlmunger17-Oct-06 4:36
perlmunger17-Oct-06 4:36 
GeneralRe: Retriving value from google map Pin
Solly S19-Oct-06 23:47
Solly S19-Oct-06 23:47 
GeneralRe: Retriving value from google map Pin
perlmunger20-Oct-06 4:03
perlmunger20-Oct-06 4:03 
GeneralRe: Retriving value from google map Pin
Solly S24-Oct-06 1:20
Solly S24-Oct-06 1:20 
Questionhow to call DataBindmethod as well as validate textbox values using ajax(Anthem) Pin
miniThomas17-Oct-06 0:12
miniThomas17-Oct-06 0:12 
Questionhow can i make URLs clear, avoiding dirty query strings Pin
wajeehAhmed117-Oct-06 0:04
wajeehAhmed117-Oct-06 0:04 
AnswerRe: how can i make URLs clear, avoiding dirty query strings Pin
_AK_17-Oct-06 0:24
_AK_17-Oct-06 0:24 
Question"This property cannot be set for anonymous users" error Pin
amin_behzadi16-Oct-06 23:59
professionalamin_behzadi16-Oct-06 23:59 
QuestionSTA Pin
amaneet16-Oct-06 23:53
amaneet16-Oct-06 23:53 
AnswerRe: STA Pin
J4amieC17-Oct-06 0:27
J4amieC17-Oct-06 0:27 
QuestionSend an sms from web form Pin
samerh16-Oct-06 23:52
samerh16-Oct-06 23:52 
AnswerRe: Send an sms from web form Pin
_AK_17-Oct-06 1:40
_AK_17-Oct-06 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.