Click here to Skip to main content
15,925,440 members
Home / Discussions / C#
   

C#

 
GeneralRe: DirectX Tower Defence Pin
Malcolm Smart2-Aug-07 21:01
Malcolm Smart2-Aug-07 21:01 
JokeRe: DirectX Tower Defence Pin
Paul Conrad3-Aug-07 3:30
professionalPaul Conrad3-Aug-07 3:30 
AnswerRe: DirectX Tower Defence Pin
originSH2-Aug-07 21:53
originSH2-Aug-07 21:53 
GeneralRe: DirectX Tower Defence Pin
PaulPrice2-Aug-07 23:15
PaulPrice2-Aug-07 23:15 
QuestionCustom Server Controls (Restrict Defaults) Pin
tranzformerz2-Aug-07 11:24
tranzformerz2-Aug-07 11:24 
AnswerRe: Custom Server Controls (Restrict Defaults) Pin
pmarfleet2-Aug-07 12:15
pmarfleet2-Aug-07 12:15 
GeneralRe: Custom Server Controls (Restrict Defaults) Pin
tranzformerz2-Aug-07 12:37
tranzformerz2-Aug-07 12:37 
GeneralRe: Custom Server Controls (Restrict Defaults) Pin
pmarfleet2-Aug-07 12:47
pmarfleet2-Aug-07 12:47 
WebControl is a good choice to inherit from if you are developing a control with a user interface. You could encapsulate an instance of a GridView control within your control and only expose the properties that you want consumers of your control to access. These properties could then be used to update the state of your encapsulated GridView control. If you override the Render() on your control, you could then render out the GridView control as your control's user interface.

Paul
GeneralRe: Custom Server Controls (Restrict Defaults) Pin
tranzformerz2-Aug-07 13:17
tranzformerz2-Aug-07 13:17 
QuestionInvisible countdown? Pin
jafingi2-Aug-07 9:39
jafingi2-Aug-07 9:39 
AnswerRe: Invisible countdown? Pin
Tarakeshwar Reddy2-Aug-07 9:48
professionalTarakeshwar Reddy2-Aug-07 9:48 
AnswerRe: Invisible countdown? Pin
Luc Pattyn2-Aug-07 9:59
sitebuilderLuc Pattyn2-Aug-07 9:59 
AnswerRe: Invisible countdown? Pin
Manoj Kumar Rai2-Aug-07 20:40
professionalManoj Kumar Rai2-Aug-07 20:40 
GeneralRe: Invisible countdown? Pin
jafingi3-Aug-07 1:36
jafingi3-Aug-07 1:36 
QuestionTo "this." or not to "this.", that is the question... Pin
Poolee2-Aug-07 9:20
Poolee2-Aug-07 9:20 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Luis Alonso Ramos2-Aug-07 9:31
Luis Alonso Ramos2-Aug-07 9:31 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Pete O'Hanlon2-Aug-07 9:39
mvePete O'Hanlon2-Aug-07 9:39 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Judah Gabriel Himango2-Aug-07 10:10
sponsorJudah Gabriel Himango2-Aug-07 10:10 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Martin#2-Aug-07 10:22
Martin#2-Aug-07 10:22 
QuestionRe: To "this." or not to "this.", that is the question... Pin
Poolee3-Aug-07 10:29
Poolee3-Aug-07 10:29 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Martin#6-Aug-07 19:59
Martin#6-Aug-07 19:59 
AnswerRe: To "this." or not to "this.", that is the question... Pin
Colin Angus Mackay2-Aug-07 11:52
Colin Angus Mackay2-Aug-07 11:52 
AnswerRe: To "this." or not to "this.", that is the question... Pin
V.2-Aug-07 20:27
professionalV.2-Aug-07 20:27 
GeneralRe: To "this." or not to "this.", that is the question... Pin
originSH2-Aug-07 21:56
originSH2-Aug-07 21:56 
GeneralRe: To "this." or not to "this.", that is the question... Pin
V.2-Aug-07 22:28
professionalV.2-Aug-07 22:28 

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.