Click here to Skip to main content
16,004,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionwhat does this error msg mean? Pin
mmm!@#30-Sep-07 22:20
mmm!@#30-Sep-07 22:20 
AnswerRe: what does this error msg mean? Pin
pmarfleet30-Sep-07 22:42
pmarfleet30-Sep-07 22:42 
Questionsessions Pin
dews turner30-Sep-07 22:10
dews turner30-Sep-07 22:10 
AnswerRe: sessions Pin
Sandeep Akhare30-Sep-07 22:34
Sandeep Akhare30-Sep-07 22:34 
AnswerRe: sessions Pin
rashidpervaiz0830-Sep-07 23:11
rashidpervaiz0830-Sep-07 23:11 
GeneralRe: sessions Pin
John-ph30-Sep-07 23:28
John-ph30-Sep-07 23:28 
GeneralRe: sessions Pin
rashidpervaiz0830-Sep-07 23:50
rashidpervaiz0830-Sep-07 23:50 
AnswerRe: sessions Pin
John-ph30-Sep-07 23:45
John-ph30-Sep-07 23:45 
Create a Table in the SQL Server to store the session values. If you already have one then....otherwise You decide the structure of the table.

In the front-end to collect the session values use Session.Keys collection class and add the key and values to the DataTable. store it to the Database. Here is a way how to read the session Values...

Dim Key, SessionKey, SessionValue As String
For Each Key In Session.Keys
  SessionKey = Key
  SessionValue = Session(Key)
  'Add the userId, SessionKey and SessionValue to the Table
Next


Regards
J O H N Rose | [Rose]

"Even eagles need a push." David McNally

QuestionAll controls are disabled in Mozilla browser Pin
nithy_karthik30-Sep-07 21:55
nithy_karthik30-Sep-07 21:55 
QuestionRe: All controls are disabled in Mozilla browser Pin
Sandeep Akhare30-Sep-07 21:58
Sandeep Akhare30-Sep-07 21:58 
AnswerRe: All controls are disabled in Mozilla browser Pin
nithy_karthik1-Oct-07 3:43
nithy_karthik1-Oct-07 3:43 
QuestionUser login Pin
Agweet30-Sep-07 21:54
Agweet30-Sep-07 21:54 
AnswerRe: User login Pin
Sandeep Akhare30-Sep-07 22:10
Sandeep Akhare30-Sep-07 22:10 
GeneralRe: User login Pin
Agweet30-Sep-07 22:20
Agweet30-Sep-07 22:20 
AnswerRe: User login Pin
John-ph30-Sep-07 22:16
John-ph30-Sep-07 22:16 
Questionlog4net config Pin
Ravindra_sagar30-Sep-07 21:34
Ravindra_sagar30-Sep-07 21:34 
Questionhow can i create security image Pin
Abolfazl Sheikhloo30-Sep-07 21:18
Abolfazl Sheikhloo30-Sep-07 21:18 
AnswerRe: how can i create security image Pin
John-ph30-Sep-07 22:01
John-ph30-Sep-07 22:01 
AnswerRe: how can i create security image Pin
pmarfleet30-Sep-07 22:02
pmarfleet30-Sep-07 22:02 
QuestionSystem.IO.FileNotFoundException: File or assembly name office, or one of its dependencies, was not found. Pin
gauthee30-Sep-07 21:12
gauthee30-Sep-07 21:12 
Questionmaster page flickering Pin
jagadee30-Sep-07 21:03
jagadee30-Sep-07 21:03 
AnswerRe: master page flickering Pin
Guffa30-Sep-07 21:36
Guffa30-Sep-07 21:36 
AnswerRe: master page flickering Pin
John-ph30-Sep-07 21:39
John-ph30-Sep-07 21:39 
QuestionAspx Page Size. Pin
Vanamaindia30-Sep-07 20:53
Vanamaindia30-Sep-07 20:53 
AnswerRe: Aspx Page Size. Pin
N a v a n e e t h30-Sep-07 21:13
N a v a n e e t h30-Sep-07 21:13 

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.