Click here to Skip to main content
15,905,325 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Displaying User Specific Data (based on user input) Pin
ahayw017-Sep-09 14:52
ahayw017-Sep-09 14:52 
GeneralRe: Displaying User Specific Data (based on user input) Pin
Christian Graus7-Sep-09 14:55
protectorChristian Graus7-Sep-09 14:55 
GeneralRe: Displaying User Specific Data (based on user input) Pin
ahayw017-Sep-09 17:21
ahayw017-Sep-09 17:21 
GeneralRe: Displaying User Specific Data (based on user input) Pin
Christian Graus7-Sep-09 17:24
protectorChristian Graus7-Sep-09 17:24 
GeneralRe: Displaying User Specific Data (based on user input) Pin
ahayw017-Sep-09 17:58
ahayw017-Sep-09 17:58 
AnswerRe: Displaying User Specific Data (based on user input) Pin
N a v a n e e t h7-Sep-09 18:14
N a v a n e e t h7-Sep-09 18:14 
GeneralRe: Displaying User Specific Data (based on user input) Pin
ahayw018-Sep-09 10:56
ahayw018-Sep-09 10:56 
AnswerRe: Displaying User Specific Data (based on user input) Pin
droth178-Sep-09 7:09
droth178-Sep-09 7:09 
Create a log table that has it's keys setup to be the userid and the documentid. When they click on the submit button, loop through the checkboxes and add a value (check for duplicates) into this log table. Then, just run a simple query joining your document table with the log table to get those records that have not been viewed.

This is pretty basic coding, so if this is above your head go to the library and get a decent book, there will be many examples on this type of question.
GeneralRe: Displaying User Specific Data (based on user input) Pin
ahayw018-Sep-09 10:52
ahayw018-Sep-09 10:52 
QuestionCode Required Pin
vishwjeet7-Sep-09 10:10
vishwjeet7-Sep-09 10:10 
AnswerRe: Code Required Pin
Christian Graus7-Sep-09 11:39
protectorChristian Graus7-Sep-09 11:39 
GeneralRe: Code Required Pin
vishwjeet8-Sep-09 11:22
vishwjeet8-Sep-09 11:22 
Questionproblem with ModalPopupExtender Pin
deleepkv7-Sep-09 9:54
deleepkv7-Sep-09 9:54 
AnswerRe: problem with ModalPopupExtender Pin
Christian Graus7-Sep-09 11:40
protectorChristian Graus7-Sep-09 11:40 
GeneralRe: problem with ModalPopupExtender Pin
deleepkv7-Sep-09 19:37
deleepkv7-Sep-09 19:37 
Questioncall formview Databind event from Raisecallbackevent Pin
Travelthrprog7-Sep-09 9:46
Travelthrprog7-Sep-09 9:46 
AnswerRe: call formview Databind event from Raisecallbackevent Pin
Abhishek Sur7-Sep-09 10:14
professionalAbhishek Sur7-Sep-09 10:14 
GeneralRe: call formview Databind event from Raisecallbackevent Pin
Travelthrprog7-Sep-09 12:49
Travelthrprog7-Sep-09 12:49 
QuestionProblem in TreeView Control Pin
rinku soni 237-Sep-09 3:47
rinku soni 237-Sep-09 3:47 
AnswerRe: Problem in TreeView Control Pin
Abhishek Sur7-Sep-09 9:00
professionalAbhishek Sur7-Sep-09 9:00 
QuestionASP.NET, AJAX Pin
Prakash Halder7-Sep-09 3:37
Prakash Halder7-Sep-09 3:37 
AnswerRe: ASP.NET, AJAX Pin
Not Active7-Sep-09 3:46
mentorNot Active7-Sep-09 3:46 
AnswerRe: ASP.NET, AJAX Pin
N a v a n e e t h7-Sep-09 6:13
N a v a n e e t h7-Sep-09 6:13 
QuestionBreakpoint doesn't hit Pin
reogeo20087-Sep-09 2:22
reogeo20087-Sep-09 2:22 
AnswerRe: Breakpoint doesn't hit Pin
SeMartens7-Sep-09 2:43
SeMartens7-Sep-09 2:43 

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.