Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
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 
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 
hi,

You can access your DataTable variable anywhere in your .cs file or out side. Provided you need to declare as public. say

namespace xxx
{
class form1
{
public Datatable YourDataTable;
}

form_load()
{
//Here declare

YourDataTable=new DataTable();
//then populate your content. i mean run your method.
}
}
Smile | :)

**************************
S r e e j i t h N a i r
**************************
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 
GeneralRe: Problem with Timer Pin
leppie20-Sep-04 21:20
leppie20-Sep-04 21:20 
GeneralRe: Problem with Timer Pin
Jo Develper21-Sep-04 1:37
Jo Develper21-Sep-04 1:37 
GeneralRe: Problem with Timer Pin
Robert Rohde21-Sep-04 5:20
Robert Rohde21-Sep-04 5:20 
GeneralRe: Problem with Timer Pin
Dave Kreskowiak21-Sep-04 6:25
mveDave Kreskowiak21-Sep-04 6:25 
GeneralRe: Problem with Timer Pin
Robert Rohde21-Sep-04 8:44
Robert Rohde21-Sep-04 8:44 
GeneralRe: Problem with Timer Pin
Dave Kreskowiak21-Sep-04 6:30
mveDave Kreskowiak21-Sep-04 6:30 
GeneralRe: Problem with Timer Pin
Jo Develper21-Sep-04 23:05
Jo Develper21-Sep-04 23:05 

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.