Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: After postback Datagrids items and cells are not visible Pin
Anees Mitha3-Aug-07 1:41
Anees Mitha3-Aug-07 1:41 
GeneralRe: After postback Datagrids items and cells are not visible Pin
N a v a n e e t h3-Aug-07 1:48
N a v a n e e t h3-Aug-07 1:48 
AnswerRe: After postback Datagrids items and cells are not visible Pin
sulabh20203-Aug-07 1:39
sulabh20203-Aug-07 1:39 
GeneralRe: After postback Datagrids items and cells are not visible Pin
Anees Mitha3-Aug-07 3:39
Anees Mitha3-Aug-07 3:39 
QuestionThe control does not exist. in telerik Pin
Piyush Vardhan Singh3-Aug-07 0:07
Piyush Vardhan Singh3-Aug-07 0:07 
AnswerRe: The control does not exist. in telerik Pin
Bino B3-Aug-07 6:39
Bino B3-Aug-07 6:39 
Questiontrying to access a form from a class( same instance) Pin
Hardboiled862-Aug-07 23:52
Hardboiled862-Aug-07 23:52 
AnswerRe: trying to access a form from a class( same instance) Pin
Talal Sultan3-Aug-07 0:08
Talal Sultan3-Aug-07 0:08 
Hi,

classtest1 and Form1 are two different classes and do not represent the same object. You are creating a new instance of classtest1 in classtest1 clstest = new classtest1(). This would automatically create a new object and so any calls to methods in that object will not affect the one it inherits from. This also means that they represent 2 distinct references.

What is happening here is that the textbox of clstest is getting the value test123 but since the form (which is not the same as Form1) is not displayed, you cannot see the change.

A second opinion on that would be nice just to make sure I didn't miss anything Smile | :)

Talal



"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
--Rich Cook

GeneralRe: trying to access a form from a class( same instance) Pin
Hardboiled863-Aug-07 0:42
Hardboiled863-Aug-07 0:42 
AnswerRe: trying to access a form from a class( same instance) Pin
N a v a n e e t h3-Aug-07 1:03
N a v a n e e t h3-Aug-07 1:03 
GeneralRe: trying to access a form from a class( same instance) Pin
Hardboiled863-Aug-07 1:08
Hardboiled863-Aug-07 1:08 
GeneralRe: trying to access a form from a class( same instance) Pin
N a v a n e e t h3-Aug-07 1:09
N a v a n e e t h3-Aug-07 1:09 
GeneralRe: trying to access a form from a class( same instance) Pin
Hardboiled863-Aug-07 1:56
Hardboiled863-Aug-07 1:56 
Questionmaster page and user control Pin
ravikiranreddydharmannagari2-Aug-07 23:45
ravikiranreddydharmannagari2-Aug-07 23:45 
AnswerRe: master page and user control Pin
Rhys Gravell3-Aug-07 5:12
professionalRhys Gravell3-Aug-07 5:12 
AnswerRe: master page and user control Pin
Bino B3-Aug-07 6:54
Bino B3-Aug-07 6:54 
QuestionDelete directory recursively throwing an error Pin
Nicejith2-Aug-07 23:22
Nicejith2-Aug-07 23:22 
AnswerRe: Delete directory recursively throwing an error Pin
N a v a n e e t h3-Aug-07 0:06
N a v a n e e t h3-Aug-07 0:06 
GeneralRe: Delete directory recursively throwing an error Pin
Nicejith3-Aug-07 1:30
Nicejith3-Aug-07 1:30 
QuestionMultiple file uploading [modified] Pin
Milind Panchal2-Aug-07 23:02
Milind Panchal2-Aug-07 23:02 
AnswerRe: Multiple file uploading Pin
N a v a n e e t h3-Aug-07 0:04
N a v a n e e t h3-Aug-07 0:04 
QuestionAccessing back end variable into asp.net Pin
Anurag Gandhi2-Aug-07 22:23
professionalAnurag Gandhi2-Aug-07 22:23 
AnswerRe: Accessing back end variable into asp.net Pin
Christian Graus2-Aug-07 22:36
protectorChristian Graus2-Aug-07 22:36 
AnswerRe: Accessing back end variable into asp.net Pin
sulabh20202-Aug-07 23:32
sulabh20202-Aug-07 23:32 
GeneralRe: Accessing back end variable into asp.net Pin
Anurag Gandhi3-Aug-07 0:20
professionalAnurag Gandhi3-Aug-07 0:20 

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.