Click here to Skip to main content
15,908,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: problem related to database Pin
biswa4723-Aug-07 18:58
biswa4723-Aug-07 18:58 
Questionproblem related to database Pin
biswa4723-Aug-07 0:06
biswa4723-Aug-07 0:06 
Questiondisplaying image in website from a table field which contains image url Pin
mavii22-Aug-07 23:48
mavii22-Aug-07 23:48 
AnswerRe: displaying image in website from a table field which contains image url Pin
Christian Graus22-Aug-07 23:50
protectorChristian Graus22-Aug-07 23:50 
GeneralRe: displaying image in website from a table field which contains image url Pin
mavii23-Aug-07 0:00
mavii23-Aug-07 0:00 
GeneralRe: displaying image in website from a table field which contains image url Pin
Christian Graus23-Aug-07 0:59
protectorChristian Graus23-Aug-07 0:59 
QuestionIs it possible to create groups in session? Pin
oceanexplorer22-Aug-07 23:36
oceanexplorer22-Aug-07 23:36 
AnswerRe: Is it possible to create groups in session? Pin
N a v a n e e t h22-Aug-07 23:44
N a v a n e e t h22-Aug-07 23:44 
oceanexplorer wrote:
is there a way to create groups in session


Upto my knowledge NO.

oceanexplorer wrote:
so that if I needed to clear down session variables pertaining to a particualr section of our application, I could call Sesswion.Clear on that group,


You can do this using Arraylist or any other memory storage. So each of your section values are filled into ArrayList and store arraylist object to session. To remove a particular section data, simply do Session.Remove(your section name). So arraylist object contained in the specified location will be removed and others will still exist in the session.


GeneralRe: Is it possible to create groups in session? Pin
oceanexplorer23-Aug-07 6:26
oceanexplorer23-Aug-07 6:26 
QuestionPop Up Blockers Pin
greekius22-Aug-07 23:29
greekius22-Aug-07 23:29 
AnswerRe: Pop Up Blockers Pin
N a v a n e e t h22-Aug-07 23:46
N a v a n e e t h22-Aug-07 23:46 
GeneralRe: Pop Up Blockers Pin
greekius23-Aug-07 0:06
greekius23-Aug-07 0:06 
AnswerRe: Pop Up Blockers Pin
codelinks23-Aug-07 1:57
codelinks23-Aug-07 1:57 
Questionhow to use SSL in ASP.NET application ? [modified] Pin
md Nazeem22-Aug-07 23:03
md Nazeem22-Aug-07 23:03 
AnswerRe: how to use SSL in ASP.NET application ? Pin
Christian Graus22-Aug-07 23:57
protectorChristian Graus22-Aug-07 23:57 
QuestionHighlight Text Pin
Imran Khan Pathan22-Aug-07 23:03
Imran Khan Pathan22-Aug-07 23:03 
AnswerRe: Highlight Text Pin
Christian Graus22-Aug-07 23:49
protectorChristian Graus22-Aug-07 23:49 
GeneralRe: Highlight Text Pin
Imran Khan Pathan23-Aug-07 0:07
Imran Khan Pathan23-Aug-07 0:07 
Question.net webservice being used in java Pin
gauthee22-Aug-07 23:00
gauthee22-Aug-07 23:00 
AnswerRe: .net webservice being used in java Pin
Paddy Boyd22-Aug-07 23:18
Paddy Boyd22-Aug-07 23:18 
GeneralRe: .net webservice being used in java Pin
gauthee22-Aug-07 23:39
gauthee22-Aug-07 23:39 
QuestionHow can i make this Pin
Sandeep Akhare22-Aug-07 22:39
Sandeep Akhare22-Aug-07 22:39 
AnswerRe: How can i make this Pin
N a v a n e e t h22-Aug-07 23:01
N a v a n e e t h22-Aug-07 23:01 
AnswerRe: How can i make this Pin
Guffa23-Aug-07 0:37
Guffa23-Aug-07 0:37 
QuestionA recommender system for my website Pin
anu8122-Aug-07 22:00
anu8122-Aug-07 22:00 

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.