Click here to Skip to main content
15,886,067 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is C# a pure object oriented language? Pin
Sebastian Schneider22-Jan-06 21:01
Sebastian Schneider22-Jan-06 21:01 
AnswerRe: Is C# a pure object oriented language? Pin
Guffa22-Jan-06 22:48
Guffa22-Jan-06 22:48 
QuestionRichtextBox Printing Urgent!!! Pin
AB777122-Jan-06 18:58
AB777122-Jan-06 18:58 
AnswerRe: RichtextBox Printing Urgent!!! Pin
Stephen Hewitt22-Jan-06 19:24
Stephen Hewitt22-Jan-06 19:24 
GeneralRe: RichtextBox Printing Urgent!!! Pin
AB777122-Jan-06 19:42
AB777122-Jan-06 19:42 
AnswerRe: RichtextBox Printing Urgent!!! Pin
mav.northwind22-Jan-06 20:05
mav.northwind22-Jan-06 20:05 
GeneralRe: RichtextBox Printing Urgent!!! Pin
AB777122-Jan-06 21:02
AB777122-Jan-06 21:02 
Questionhow to trigger child datalist event? Pin
raheeli22-Jan-06 17:25
raheeli22-Jan-06 17:25 
hi guys, i have a parent datalist in which i add child datalist and in child datalist i have some contols like label and image. can any 1 tell me how can i catch the child datalist event like parent datalist event i caught by writing it on initialize components like

initialize components
this.parentdatalist.ItemDataBound += new System.Web.UI.WebControls.DataListItemEventHandler(this.parent_ItemDataBound);

private void parent_ItemDataBound(object sender, System.Web.UI.WebControls.DataListItemEventArgs e)
{}

but i have no idea where should i write my child datalist event like parent datalist child event written in initialize component...
QuestionAnyone Know why this repeats Pin
M@dHatter22-Jan-06 16:33
M@dHatter22-Jan-06 16:33 
QuestionHow to Build and Deploy using Visual Studio C# Express Edition Pin
kourvoisier22-Jan-06 16:28
kourvoisier22-Jan-06 16:28 
AnswerRe: How to Build and Deploy using Visual Studio C# Express Edition Pin
Sebastian Schneider22-Jan-06 21:03
Sebastian Schneider22-Jan-06 21:03 
GeneralRe: How to Build and Deploy using Visual Studio C# Express Edition Pin
kourvoisier23-Jan-06 3:54
kourvoisier23-Jan-06 3:54 
QuestionListview format problem - need help! Pin
OnlyTaz22-Jan-06 13:15
OnlyTaz22-Jan-06 13:15 
AnswerRe: Listview format problem - need help! Pin
Christian Graus22-Jan-06 14:50
protectorChristian Graus22-Jan-06 14:50 
GeneralRe: Listview format problem - need help! Pin
OnlyTaz22-Jan-06 14:58
OnlyTaz22-Jan-06 14:58 
GeneralRe: Listview format problem - need help! Pin
Christian Graus22-Jan-06 15:02
protectorChristian Graus22-Jan-06 15:02 
GeneralRe: Listview format problem - need help! Pin
OnlyTaz22-Jan-06 15:39
OnlyTaz22-Jan-06 15:39 
GeneralRe: Listview format problem - need help! Pin
Christian Graus22-Jan-06 15:46
protectorChristian Graus22-Jan-06 15:46 
GeneralRe: Listview format problem - need help! Pin
OnlyTaz22-Jan-06 15:56
OnlyTaz22-Jan-06 15:56 
GeneralRe: Listview format problem - need help! Pin
Christian Graus22-Jan-06 15:59
protectorChristian Graus22-Jan-06 15:59 
GeneralRe: Listview format problem - need help! Pin
OnlyTaz22-Jan-06 16:05
OnlyTaz22-Jan-06 16:05 
GeneralRe: Listview format problem - need help! Pin
OnlyTaz22-Jan-06 16:13
OnlyTaz22-Jan-06 16:13 
GeneralRe: Listview format problem - need help! Pin
Christian Graus22-Jan-06 16:14
protectorChristian Graus22-Jan-06 16:14 
GeneralRe: Listview format problem - need help! Pin
OnlyTaz22-Jan-06 16:40
OnlyTaz22-Jan-06 16:40 
GeneralRe: Listview format problem - need help! Pin
Christian Graus22-Jan-06 16:42
protectorChristian Graus22-Jan-06 16:42 

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.