Click here to Skip to main content
16,005,826 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Radcombo Client ID Pin
Imran Khan Pathan23-Jul-08 22:34
Imran Khan Pathan23-Jul-08 22:34 
GeneralRe: Radcombo Client ID Pin
samerh23-Jul-08 22:53
samerh23-Jul-08 22:53 
GeneralRe: Radcombo Client ID Pin
Imran Khan Pathan23-Jul-08 23:07
Imran Khan Pathan23-Jul-08 23:07 
GeneralRe: Radcombo Client ID Pin
samerh24-Jul-08 1:16
samerh24-Jul-08 1:16 
AnswerRe: Radcombo Client ID Pin
Sherin Iranimose23-Jul-08 22:46
Sherin Iranimose23-Jul-08 22:46 
GeneralRe: Radcombo Client ID Pin
samerh23-Jul-08 22:55
samerh23-Jul-08 22:55 
QuestionHow to use public static members in asp.net Pin
gurdeep_67723-Jul-08 21:52
gurdeep_67723-Jul-08 21:52 
AnswerRe: How to use public static members in asp.net Pin
N a v a n e e t h23-Jul-08 22:27
N a v a n e e t h23-Jul-08 22:27 
gurdeep_677 wrote:
The problem arises , when i login into another machine and access same page the content of the datatable is added in both Pages. When I modify
any column respectively the changes shown on different machine.


static variables will have a life time till the application domain unloads. This is why you are getting same results on both machines. If you could tell us what you are trying to do, we will have some better suggestions.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: How to use public static members in asp.net Pin
gurdeep_67724-Jul-08 0:18
gurdeep_67724-Jul-08 0:18 
GeneralRe: How to use public static members in asp.net Pin
N a v a n e e t h24-Jul-08 1:35
N a v a n e e t h24-Jul-08 1:35 
GeneralRe: How to use public static members in asp.net Pin
gurdeep_67724-Jul-08 0:32
gurdeep_67724-Jul-08 0:32 
GeneralRe: How to use public static members in asp.net Pin
Christian Graus24-Jul-08 1:33
protectorChristian Graus24-Jul-08 1:33 
AnswerRe: How to use public static members in asp.net Pin
Christian Graus24-Jul-08 0:12
protectorChristian Graus24-Jul-08 0:12 
GeneralRe: How to use public static members in asp.net Pin
gurdeep_67724-Jul-08 0:29
gurdeep_67724-Jul-08 0:29 
GeneralRe: How to use public static members in asp.net Pin
Christian Graus24-Jul-08 1:33
protectorChristian Graus24-Jul-08 1:33 
Questionproblem in displaying large image Pin
Miss Maheshwari23-Jul-08 21:42
Miss Maheshwari23-Jul-08 21:42 
AnswerRe: problem in displaying large image Pin
Imran Khan Pathan23-Jul-08 21:54
Imran Khan Pathan23-Jul-08 21:54 
GeneralRe: problem in displaying large image Pin
Miss Maheshwari23-Jul-08 22:36
Miss Maheshwari23-Jul-08 22:36 
GeneralRe: problem in displaying large image Pin
Imran Khan Pathan23-Jul-08 23:09
Imran Khan Pathan23-Jul-08 23:09 
QuestionProblem setting focus dynamically Pin
Arindam Datta23-Jul-08 20:49
Arindam Datta23-Jul-08 20:49 
AnswerRe: Problem setting focus dynamically Pin
eyeseetee23-Jul-08 21:39
eyeseetee23-Jul-08 21:39 
AnswerRe: Problem setting focus dynamically Pin
gurdeep_67723-Jul-08 22:05
gurdeep_67723-Jul-08 22:05 
Questionsession Pin
nithydurai23-Jul-08 20:23
nithydurai23-Jul-08 20:23 
AnswerRe: session Pin
N a v a n e e t h23-Jul-08 20:37
N a v a n e e t h23-Jul-08 20:37 
GeneralRe: session Pin
nithydurai23-Jul-08 20:44
nithydurai23-Jul-08 20:44 

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.