Click here to Skip to main content
15,915,065 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionBind datagrid with ilist Pin
chnikhil1-Jul-06 1:23
chnikhil1-Jul-06 1:23 
QuestionProtect my pdf documents Pin
Tech4U1-Jul-06 0:14
Tech4U1-Jul-06 0:14 
AnswerRe: Protect my pdf documents [modified] Pin
Jesse Squire2-Jul-06 3:07
Jesse Squire2-Jul-06 3:07 
GeneralRe: Protect my pdf documents Pin
minhpc_bk2-Jul-06 15:40
minhpc_bk2-Jul-06 15:40 
GeneralRe: Protect my pdf documents Pin
Jesse Squire3-Jul-06 3:08
Jesse Squire3-Jul-06 3:08 
GeneralRe: Protect my pdf documents Pin
minhpc_bk3-Jul-06 19:55
minhpc_bk3-Jul-06 19:55 
GeneralRe: Protect my pdf documents Pin
Tech4U2-Jul-06 18:58
Tech4U2-Jul-06 18:58 
GeneralRe: Protect my pdf documents Pin
Jesse Squire3-Jul-06 2:53
Jesse Squire3-Jul-06 2:53 
I'm afraid that I don't see a quick answer to this. You're going to have to come up with a security strategy. You will need to set up some kind of way to distinguish who has access to a given document. There are a couple of strategies that come to mind.

If you find that document permissions are grouped in some kind of pattern, then you will probably want to consider a role-based[^] security solution. Basically, what this means is that you'll define the general groups that the documents fall into, and associate a user with each group. The search that I linked has tons of good examples. I'd start with Heath Stewart's article[^] here on CodeProject.

If you can't discern any grouping patterns, then you will most likely have to devise a system of associating a user with an individual document. The easiest approach that I can think of to do so would be a simple table in a database that matches the user id and the document id.

Hope that helps a bit. Smile | :)

--Jesse
GeneralRe: Protect my pdf documents Pin
harinath20-Jul-06 0:17
professionalharinath20-Jul-06 0:17 
GeneralRe: Protect my pdf documents Pin
Jesse Squire21-Jul-06 2:34
Jesse Squire21-Jul-06 2:34 
GeneralRe: Protect my pdf documents Pin
harinath23-Jul-06 19:29
professionalharinath23-Jul-06 19:29 
Questionmouseover event on datalist. Pin
Amit Agarrwal30-Jun-06 23:53
Amit Agarrwal30-Jun-06 23:53 
Questionserver error when hosted on INTERNET Pin
nishak30-Jun-06 20:42
nishak30-Jun-06 20:42 
QuestionAccessing Web Control in JavaScript Pin
venkatasivaramaprasad30-Jun-06 20:34
venkatasivaramaprasad30-Jun-06 20:34 
AnswerRe: Accessing Web Control in JavaScript Pin
Uma Kameswari1-Jul-06 1:32
Uma Kameswari1-Jul-06 1:32 
GeneralRe: Accessing Web Control in JavaScript Pin
venkatasivaramaprasad2-Jul-06 18:55
venkatasivaramaprasad2-Jul-06 18:55 
AnswerRe: Accessing Web Control in JavaScript Pin
Guffa1-Jul-06 3:51
Guffa1-Jul-06 3:51 
AnswerRe: Accessing Web Control in JavaScript Pin
RichardGrimmer4-Jul-06 3:04
RichardGrimmer4-Jul-06 3:04 
Questionsearch query not working Pin
Amit Agarrwal30-Jun-06 20:24
Amit Agarrwal30-Jun-06 20:24 
AnswerRe: search query not working Pin
venkatasivaramaprasad30-Jun-06 21:14
venkatasivaramaprasad30-Jun-06 21:14 
GeneralRe: search query not working Pin
Amit Agarrwal30-Jun-06 21:26
Amit Agarrwal30-Jun-06 21:26 
GeneralRe: search query not working Pin
sriramaprasad3-Jul-06 2:47
sriramaprasad3-Jul-06 2:47 
QuestionWindows Service in ASP.NET Pin
aaraaayen30-Jun-06 18:45
aaraaayen30-Jun-06 18:45 
AnswerRe: Windows Service in ASP.NET Pin
RichardGrimmer4-Jul-06 3:07
RichardGrimmer4-Jul-06 3:07 
QuestionSession Terminate abnormaly [modified] Pin
Masood Ahmed30-Jun-06 17:07
Masood Ahmed30-Jun-06 17:07 

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.