Click here to Skip to main content
15,885,767 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Disable Drag and Drop in Textbox Pin
Prasanta_Prince5-Dec-11 20:26
Prasanta_Prince5-Dec-11 20:26 
AnswerRe: Disable Drag and Drop in Textbox Pin
sapien4u5-Feb-11 2:41
sapien4u5-Feb-11 2:41 
GeneralRe: Disable Drag and Drop in Textbox Pin
Sifar - 06-Mar-11 16:59
Sifar - 06-Mar-11 16:59 
QuestionProblem in session Pin
sudheera p3-Mar-09 0:23
sudheera p3-Mar-09 0:23 
AnswerRe: Problem in session Pin
J4amieC3-Mar-09 0:28
J4amieC3-Mar-09 0:28 
GeneralProblem in session Pin
sudheera p3-Mar-09 0:30
sudheera p3-Mar-09 0:30 
GeneralRe: Problem in session Pin
J4amieC3-Mar-09 1:18
J4amieC3-Mar-09 1:18 
AnswerRe: Problem in session Pin
JMummery3-Mar-09 2:54
professionalJMummery3-Mar-09 2:54 
Hi Sudheera,

Are you using sessions like this, if not you should try it this way:

VB.Net
Session("Test") = "This is a Test Sesion Variable"

c#
Session("Test") == "This is a Test Sesion Variable"

More info on Singleton
http://www.issociate.de/board/post/266272/Implementing_Singleton_in_ASP.Net.html[^]

Regards
Julian Mummery



Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com


QuestionIFrame Window Event Pin
Member 34533313-Mar-09 0:07
Member 34533313-Mar-09 0:07 
Questionerror running asp page Pin
lost_in_code2-Mar-09 23:43
lost_in_code2-Mar-09 23:43 
AnswerRe: error running asp page Pin
JMummery3-Mar-09 2:45
professionalJMummery3-Mar-09 2:45 
GeneralRe: error running asp page Pin
lost_in_code4-Mar-09 21:42
lost_in_code4-Mar-09 21:42 
GeneralRe: error running asp page Pin
JMummery5-Mar-09 10:15
professionalJMummery5-Mar-09 10:15 
Questionpopulate GridView with stored procedure Pin
foryou2-Mar-09 23:35
foryou2-Mar-09 23:35 
AnswerRe: populate GridView with stored procedure Pin
Satish Mahapatra2-Mar-09 23:56
Satish Mahapatra2-Mar-09 23:56 
QuestionRe: populate GridView with stored procedure Pin
foryou3-Mar-09 0:50
foryou3-Mar-09 0:50 
AnswerRe: populate GridView with stored procedure Pin
Satish Mahapatra3-Mar-09 0:57
Satish Mahapatra3-Mar-09 0:57 
GeneralRe: populate GridView with stored procedure Pin
foryou3-Mar-09 1:22
foryou3-Mar-09 1:22 
GeneralRe: populate GridView with stored procedure Pin
Satish Mahapatra3-Mar-09 1:33
Satish Mahapatra3-Mar-09 1:33 
GeneralRe: populate GridView with stored procedure Pin
foryou3-Mar-09 2:05
foryou3-Mar-09 2:05 
Questioncomparig password with the password in database Pin
rosae6192-Mar-09 21:30
rosae6192-Mar-09 21:30 
AnswerRe: comparig password with the password in database Pin
Christian Graus2-Mar-09 21:35
protectorChristian Graus2-Mar-09 21:35 
GeneralRe: comparig password with the password in database Pin
rosae6192-Mar-09 22:23
rosae6192-Mar-09 22:23 
Generalcomparing password with the password in database Pin
sudheera p3-Mar-09 0:29
sudheera p3-Mar-09 0:29 
GeneralRe: comparig password with the password in database Pin
Christian Graus3-Mar-09 9:18
protectorChristian Graus3-Mar-09 9:18 

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.