Click here to Skip to main content
15,892,927 members
Home / Discussions / Database
   

Database

 
GeneralData Projects Pin
gantww28-Apr-05 10:44
gantww28-Apr-05 10:44 
GeneralRe: Data Projects Pin
Desi Bravo13-May-05 12:04
Desi Bravo13-May-05 12:04 
GeneralMS SQL 2005 Express Pin
Jassim Rahma28-Apr-05 6:43
Jassim Rahma28-Apr-05 6:43 
GeneralRe: MS SQL 2005 Express Pin
Christian Graus1-May-05 11:25
protectorChristian Graus1-May-05 11:25 
QuestionLinked Server in MSDE? Pin
-Dr_X-28-Apr-05 3:29
-Dr_X-28-Apr-05 3:29 
Generalasp.net sessions Pin
Anonymous27-Apr-05 21:08
Anonymous27-Apr-05 21:08 
GeneralRe: asp.net sessions Pin
Colin Angus Mackay27-Apr-05 22:37
Colin Angus Mackay27-Apr-05 22:37 
GeneralRe: asp.net sessions Pin
mansir 1231-May-05 19:18
mansir 1231-May-05 19:18 
Hi,

For using session, you can first add some kind of id e.g userid or something to the session and then retrieve the id from the session and depending on user id get the data.
e.g.
to add id to session,
string sUserID=session.add["UserId",userid];

and to retrieve id from the session,
string sUserId = Session["sUserID"].ToString();

all the best,
manasi

GeneralASP.NET Pin
panchal198327-Apr-05 19:46
panchal198327-Apr-05 19:46 
GeneralRe: ASP.NET Pin
Colin Angus Mackay27-Apr-05 20:40
Colin Angus Mackay27-Apr-05 20:40 
GeneralUnauthorized access of our Data Access Layer Pin
Anonymous27-Apr-05 15:22
Anonymous27-Apr-05 15:22 
GeneralQuery string and regular select statement - NEED HELP! Pin
Anonymous27-Apr-05 9:41
Anonymous27-Apr-05 9:41 
GeneralRe: Query string and regular select statement - NEED HELP! Pin
Anonymous27-Apr-05 14:10
Anonymous27-Apr-05 14:10 
GeneralCryptoAcquire Failed error Pin
GouriGari RameshReddy27-Apr-05 5:43
GouriGari RameshReddy27-Apr-05 5:43 
GeneralProblem with oracle session Pin
yyf27-Apr-05 4:34
yyf27-Apr-05 4:34 
GeneralIStream object string length error Pin
mjharvey26-Apr-05 12:07
mjharvey26-Apr-05 12:07 
GeneralRe: IStream object string length error Pin
mjharvey27-Apr-05 16:44
mjharvey27-Apr-05 16:44 
GeneralView child records in datagrid Pin
Reinier Beeckman26-Apr-05 3:48
Reinier Beeckman26-Apr-05 3:48 
GeneralRe: View child records in datagrid Pin
NewSilence26-Apr-05 6:35
NewSilence26-Apr-05 6:35 
GeneralVS.NET and Stored Proceedures Pin
Jerry Hammond25-Apr-05 15:20
Jerry Hammond25-Apr-05 15:20 
GeneralRe: VS.NET and Stored Proceedures Pin
Illegal Operation25-Apr-05 21:31
Illegal Operation25-Apr-05 21:31 
GeneralRe: VS.NET and Stored Proceedures Pin
Jerry Hammond26-Apr-05 5:18
Jerry Hammond26-Apr-05 5:18 
GeneralOpen two tables in one form Pin
msnick25-Apr-05 14:53
msnick25-Apr-05 14:53 
GeneralSQL Server authentication problem Pin
JT Anderson25-Apr-05 12:29
JT Anderson25-Apr-05 12:29 
GeneralRe: SQL Server authentication problem Pin
Albert Pascual26-Apr-05 6:25
sitebuilderAlbert Pascual26-Apr-05 6:25 

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.