Click here to Skip to main content
15,897,718 members
Home / Discussions / C#
   

C#

 
GeneralRe: changing RowState of DataRow Pin
Sendilkumar.M21-Sep-04 0:24
Sendilkumar.M21-Sep-04 0:24 
GeneralRe: changing RowState of DataRow Pin
sreejith ss nair21-Sep-04 0:27
sreejith ss nair21-Sep-04 0:27 
QuestionHELP ME!!! How to design a new control? Pin
bekun20-Sep-04 23:31
sussbekun20-Sep-04 23:31 
AnswerRe: HELP ME!!! How to design a new control? Pin
Kodanda Pani20-Sep-04 23:49
Kodanda Pani20-Sep-04 23:49 
GeneralRe: HELP ME!!! How to design a new control? Pin
bekunkun21-Sep-04 0:17
bekunkun21-Sep-04 0:17 
GeneralRe: HELP ME!!! How to design a new control? Pin
sreejith ss nair21-Sep-04 0:22
sreejith ss nair21-Sep-04 0:22 
QuestionWhy does this exception rarely throw? Pin
mkomasi20-Sep-04 21:40
mkomasi20-Sep-04 21:40 
AnswerRe: Column C does not belong to the table T Pin
sreejith ss nair20-Sep-04 22:24
sreejith ss nair20-Sep-04 22:24 
hi,

The exception is because you are accessing some column which is doesn't belongs to that perticular table. Reason may you are using datatable which is in form1 to some other form. And the point your are closing the form. The entire object are disposed. See better try to catch your exception and getback to me.

try
{
//Put your logic here
}
catch(exception Ex)
{
MessageBox.Show(Ex.Message.ToString());
}

Check what are the avilable (members) which you are accessing outside your form1 class file.



**************************
S r e e j i t h N a i r
**************************
GeneralRe: Column C does not belong to the table T Pin
mkomasi21-Sep-04 5:21
mkomasi21-Sep-04 5:21 
QuestionWhat type is Control.Anchor ? Pin
Andres Coder20-Sep-04 21:38
Andres Coder20-Sep-04 21:38 
AnswerRe: What type is Control.Anchor ? Pin
sreejith ss nair20-Sep-04 23:24
sreejith ss nair20-Sep-04 23:24 
AnswerRe: What type is Control.Anchor ? Pin
mav.northwind21-Sep-04 1:23
mav.northwind21-Sep-04 1:23 
AnswerRe: What type is Control.Anchor ? Pin
Dave Kreskowiak21-Sep-04 6:53
mveDave Kreskowiak21-Sep-04 6:53 
QuestionHow to access a local variable from out side it's function Pin
Sakkijha20-Sep-04 21:21
Sakkijha20-Sep-04 21:21 
AnswerRe: How to access a local variable from out side it's function Pin
sreejith ss nair20-Sep-04 22:10
sreejith ss nair20-Sep-04 22:10 
GeneralRe: How to access a local variable from out side it's function Pin
Sakkijha20-Sep-04 22:26
Sakkijha20-Sep-04 22:26 
GeneralRe: How to access a local variable from out side it's function Pin
sreejith ss nair20-Sep-04 22:40
sreejith ss nair20-Sep-04 22:40 
GeneralRe: How to access a local variable from out side it's function Pin
Sakkijha20-Sep-04 23:39
Sakkijha20-Sep-04 23:39 
GeneralRe: How to access a local variable from out side it's function Pin
sreejith ss nair20-Sep-04 23:51
sreejith ss nair20-Sep-04 23:51 
GeneralRe: How to access a local variable from out side it's function Pin
Sakkijha21-Sep-04 20:40
Sakkijha21-Sep-04 20:40 
GeneralRe: How to access a local variable from out side it's function Pin
Stefan Troschuetz21-Sep-04 4:16
Stefan Troschuetz21-Sep-04 4:16 
QuestionDummies Question: char[] to byte[] Howto? Pin
Ariadne20-Sep-04 20:39
Ariadne20-Sep-04 20:39 
AnswerRe: Dummies Question: char[] to byte[] Howto? Pin
sreejith ss nair20-Sep-04 23:21
sreejith ss nair20-Sep-04 23:21 
AnswerRe: Dummies Question: char[] to byte[] Howto? Pin
ODS21-Sep-04 1:10
ODS21-Sep-04 1:10 
GeneralProblem with Timer Pin
Jo Develper20-Sep-04 20:24
Jo Develper20-Sep-04 20:24 

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.