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

ASP.NET

 
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 
class B
{
A e = new A();

int n = e.Pro;

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

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

<b>
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 
Generalgrid view bound column binding with a typeddataset column Pin
G.K.M.5-Dec-07 19:56
G.K.M.5-Dec-07 19:56 
GeneralRe: grid view bound column binding with a typeddataset column Pin
Ujjaval Modi5-Dec-07 20:45
Ujjaval Modi5-Dec-07 20:45 
Generalemail encryption and decryption in asp.net2.0 Pin
monuSaini5-Dec-07 19:34
monuSaini5-Dec-07 19:34 
GeneralRe: email encryption and decryption in asp.net2.0 Pin
Michael Sync5-Dec-07 19:42
Michael Sync5-Dec-07 19:42 
QuestionSelecting a value in Datagrid Pin
Rock Star.5-Dec-07 18:58
Rock Star.5-Dec-07 18:58 
GeneralRe: Selecting a value in Datagrid Pin
jagan1235-Dec-07 19:11
jagan1235-Dec-07 19:11 
GeneralRe: Selecting a value in Datagrid Pin
Rock Star.5-Dec-07 19:23
Rock Star.5-Dec-07 19:23 
GeneralRe: Selecting a value in Datagrid Pin
jagan1235-Dec-07 19:35
jagan1235-Dec-07 19:35 
Questionhow i can assign two datatables to the grid view Pin
jagan1235-Dec-07 18:57
jagan1235-Dec-07 18:57 
AnswerRe: how i can assign two datatables to the grid view Pin
Michael Sync5-Dec-07 19:36
Michael Sync5-Dec-07 19:36 
AnswerRe: how i can assign two datatables to the grid view Pin
Rocky#5-Dec-07 19:36
Rocky#5-Dec-07 19:36 
GeneralRe: how i can assign two datatables to the grid view Pin
jagan1235-Dec-07 19:38
jagan1235-Dec-07 19:38 

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.