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

ASP.NET

 
GeneralFreeze columns in asp.net gridview [modified] Pin
Bendy Chan5-Dec-07 21:38
Bendy Chan5-Dec-07 21:38 
GeneralRe: Freeze columns in asp.net gridview Pin
N a v a n e e t h5-Dec-07 22:09
N a v a n e e t h5-Dec-07 22:09 
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 
class B
{
A e = new A();

int n = e.Pro;

public void put()
{
Console.WriteLine(n);
}
}


I've done as given above but it's also throwing error
A field initializer cannot reference the nonstatic field, method, or property 'B.e'

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

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.