Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Freeze columns in asp.net gridview Pin
Bendy Chan5-Dec-07 22:31
Bendy Chan5-Dec-07 22:31 
GeneralRe: Freeze columns in asp.net gridview Pin
N a v a n e e t h5-Dec-07 22:40
N a v a n e e t h5-Dec-07 22:40 
GeneralRe: Freeze columns in asp.net gridview Pin
Michael Sync6-Dec-07 0:09
Michael Sync6-Dec-07 0:09 
GeneralProperties in C# Pin
.NET- India 5-Dec-07 20:44
.NET- India 5-Dec-07 20:44 
GeneralRe: Properties in C# Pin
Michael Sync5-Dec-07 20:48
Michael Sync5-Dec-07 20:48 
GeneralRe: Properties in C# Pin
.NET- India 5-Dec-07 21:26
.NET- India 5-Dec-07 21:26 
GeneralRe: Properties in C# Pin
Michael Sync5-Dec-07 22:25
Michael Sync5-Dec-07 22:25 
GeneralRe: Properties in C# Pin
Michael Sync5-Dec-07 22:28
Michael Sync5-Dec-07 22:28 
<br />
 class A<br />
{<br />
private int num = 10;//i want to use this num value in class B<br />
        public A()<br />
        {<br />
        }<br />
public int Pro<br />
{<br />
get<br />
{<br />
return num;<br />
}<br />
}<br />
<br />
}<br />
<br />
<br />
class B<br />
{<br />
<br />
    A objA = new A();<br />
    int n = new int ();<br />
     public B()<br />
        {<br />
            n = objA.Pro;<br />
        }<br />
public void put()<br />
{<br />
//Console.WriteLine(n);<br />
}<br />
}<br />


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: Properties in C# Pin
N a v a n e e t h5-Dec-07 22:36
N a v a n e e t h5-Dec-07 22:36 
GeneralRe: Properties in C# Pin
Michael Sync5-Dec-07 22:45
Michael Sync5-Dec-07 22:45 
GeneralRe: Properties in C# Pin
N a v a n e e t h5-Dec-07 23:00
N a v a n e e t h5-Dec-07 23:00 
GeneralRe: Properties in C# Pin
Michael Sync6-Dec-07 0:15
Michael Sync6-Dec-07 0:15 
GeneralRe: Properties in C# Pin
N a v a n e e t h6-Dec-07 0:30
N a v a n e e t h6-Dec-07 0:30 
GeneralRe: Properties in C# Pin
Michael Sync6-Dec-07 18:53
Michael Sync6-Dec-07 18:53 
GeneralRe: Properties in C# Pin
Sathesh Sakthivel5-Dec-07 23:01
Sathesh Sakthivel5-Dec-07 23:01 
GeneralRe: Properties in C# Pin
Michael Sync6-Dec-07 0:16
Michael Sync6-Dec-07 0:16 
GeneralRe: Properties in C# Pin
.NET- India 5-Dec-07 21:55
.NET- India 5-Dec-07 21:55 
GeneralRe: Properties in C# Pin
Michael Sync5-Dec-07 22:43
Michael Sync5-Dec-07 22:43 
GeneralRe: Properties in C# Pin
wasimsharp5-Dec-07 20:50
wasimsharp5-Dec-07 20:50 
GeneralRe: Properties in C# Pin
.NET- India 5-Dec-07 21:27
.NET- India 5-Dec-07 21:27 
GeneralRe: Properties in C# Pin
N a v a n e e t h5-Dec-07 22:00
N a v a n e e t h5-Dec-07 22:00 
Generalhello freind Pin
wasimsharp5-Dec-07 20:42
wasimsharp5-Dec-07 20:42 
GeneralRe: hello freind Pin
Michael Sync5-Dec-07 20:53
Michael Sync5-Dec-07 20:53 
GeneralRe: hello freind Pin
Sathesh Sakthivel5-Dec-07 23:03
Sathesh Sakthivel5-Dec-07 23:03 
GeneralRe: hello freind Pin
bhattiprolu5-Dec-07 23:08
bhattiprolu5-Dec-07 23:08 

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.