Click here to Skip to main content
15,922,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem of modal dialog box Pin
MissionSuccess12-Feb-07 2:47
MissionSuccess12-Feb-07 2:47 
QuestionHow do i do this??? Pin
www.Developerof.NET12-Feb-07 1:33
www.Developerof.NET12-Feb-07 1:33 
AnswerRe: How do i do this??? Pin
varshavmane12-Feb-07 2:10
varshavmane12-Feb-07 2:10 
Questionasp.net 2.0 + c# Pin
ritu432112-Feb-07 1:16
ritu432112-Feb-07 1:16 
AnswerRe: asp.net 2.0 + c# Pin
Sandeep Akhare12-Feb-07 2:31
Sandeep Akhare12-Feb-07 2:31 
AnswerRe: asp.net 2.0 + c# Pin
Andrei_KS12-Feb-07 21:43
Andrei_KS12-Feb-07 21:43 
QuestionLast Accessed Date and Time. Pin
Logup12-Feb-07 1:12
Logup12-Feb-07 1:12 
AnswerRe: Last Accessed Date and Time. Pin
robert11012-Feb-07 6:26
robert11012-Feb-07 6:26 
If, in your database table, you have a field that stores the Last Access Date and Time then you will just need a select statement for e.g.

SELECT LastAccessDateTime FROM myTable WHERE myRecordID = 'SomeRecordId'

If you don’t have a field that stores that value then you might want to add the field in the table and use Triggers to update that field or you could also do it programmatically.

HTH

Robert
QuestionExtending Role Provider in ASP .NET 2.0 Pin
Zlatibor12-Feb-07 0:22
Zlatibor12-Feb-07 0:22 
QuestionDisplaying a record per day Pin
Logup11-Feb-07 23:46
Logup11-Feb-07 23:46 
AnswerRe: Displaying a record per day Pin
Blue_Boy11-Feb-07 23:51
Blue_Boy11-Feb-07 23:51 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:01
Logup12-Feb-07 0:01 
GeneralRe: Displaying a record per day Pin
Christian Graus12-Feb-07 0:03
protectorChristian Graus12-Feb-07 0:03 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:15
Logup12-Feb-07 0:15 
GeneralRe: Displaying a record per day Pin
Blue_Boy12-Feb-07 0:18
Blue_Boy12-Feb-07 0:18 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:33
Logup12-Feb-07 0:33 
GeneralRe: Displaying a record per day Pin
Blue_Boy12-Feb-07 0:44
Blue_Boy12-Feb-07 0:44 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:51
Logup12-Feb-07 0:51 
GeneralRe: Displaying a record per day Pin
Blue_Boy12-Feb-07 1:01
Blue_Boy12-Feb-07 1:01 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 1:09
Logup12-Feb-07 1:09 
GeneralRe: Displaying a record per day Pin
Blue_Boy12-Feb-07 1:11
Blue_Boy12-Feb-07 1:11 
AnswerRe: Displaying a record per day Pin
Christian Graus11-Feb-07 23:52
protectorChristian Graus11-Feb-07 23:52 
GeneralRe: Displaying a record per day Pin
Logup12-Feb-07 0:07
Logup12-Feb-07 0:07 
QuestionExecute applications from ASP.NET Pin
Mridang Agarwalla11-Feb-07 23:06
Mridang Agarwalla11-Feb-07 23:06 
AnswerRe: Execute applications from ASP.NET Pin
Blue_Boy11-Feb-07 23:45
Blue_Boy11-Feb-07 23:45 

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.