Click here to Skip to main content
15,914,943 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Singleton Application Pin
Christian Graus10-Jan-07 18:56
protectorChristian Graus10-Jan-07 18:56 
GeneralRe: Singleton Application Pin
PavanPareta10-Jan-07 19:21
PavanPareta10-Jan-07 19:21 
GeneralRe: Singleton Application Pin
szukuro11-Jan-07 1:00
szukuro11-Jan-07 1:00 
GeneralRe: Singleton Application [modified] Pin
Jun Du11-Jan-07 14:34
Jun Du11-Jan-07 14:34 
QuestionCustom Design View with User Control Pin
LagoonMatt10-Jan-07 12:59
LagoonMatt10-Jan-07 12:59 
AnswerRe: Custom Design View with User Control Pin
Christian Graus10-Jan-07 18:59
protectorChristian Graus10-Jan-07 18:59 
GeneralRe: Custom Design View with User Control Pin
LagoonMatt12-Jan-07 14:01
LagoonMatt12-Jan-07 14:01 
AnswerRe: Custom Design View with User Control Pin
LagoonMatt12-Jan-07 15:14
LagoonMatt12-Jan-07 15:14 
I am not sure about the web user control but for a generic class inheriting from WebControl or Control (this is called a server control???) you can define a Designer class for your control that inherits from CompositeControlDesigner in the System.Web.UI.Design.WebControls namespace. Inside that class you can override the GetDesignTimeHtml() method and return whatever you want. Back in your class you will need to add [Designer(typeof(NameOfYourDesignerClass))] to your class.
QuestionVSS on .Net 2005 Pin
happyheartcs10-Jan-07 11:35
happyheartcs10-Jan-07 11:35 
AnswerRe: VSS on .Net 2005 Pin
Not Active10-Jan-07 12:41
mentorNot Active10-Jan-07 12:41 
QuestionCapture video from camera Pin
Yevgeny Efter10-Jan-07 9:31
Yevgeny Efter10-Jan-07 9:31 
Questionhow to develop an add-in component in .net for outlook Pin
srichandk9-Jan-07 23:33
srichandk9-Jan-07 23:33 
AnswerRe: how to develop an add-in component in .net for outlook Pin
Talal Sultan9-Jan-07 23:37
Talal Sultan9-Jan-07 23:37 
QuestionRe: how to develop an add-in component in .net for outlook Pin
srichandk9-Jan-07 23:51
srichandk9-Jan-07 23:51 
AnswerRe: how to develop an add-in component in .net for outlook Pin
Talal Sultan10-Jan-07 0:00
Talal Sultan10-Jan-07 0:00 
GeneralRe: how to develop an add-in component in .net for outlook Pin
srichandk10-Jan-07 0:17
srichandk10-Jan-07 0:17 
GeneralRe: how to develop an add-in component in .net for outlook Pin
srichandk9-Jan-07 23:55
srichandk9-Jan-07 23:55 
GeneralRe: how to develop an add-in component in .net for outlook Pin
Talal Sultan10-Jan-07 0:04
Talal Sultan10-Jan-07 0:04 
QuestionError reading key file DSO.snk - the system cannot find the file specified Pin
indian1439-Jan-07 23:24
indian1439-Jan-07 23:24 
AnswerRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
Pete O'Hanlon9-Jan-07 23:54
mvePete O'Hanlon9-Jan-07 23:54 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:05
indian14310-Jan-07 0:05 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:10
indian14310-Jan-07 0:10 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
Pete O'Hanlon10-Jan-07 0:12
mvePete O'Hanlon10-Jan-07 0:12 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:33
indian14310-Jan-07 0:33 
QuestionConnecting with a Axis Server Pin
Talal Sultan9-Jan-07 23:08
Talal Sultan9-Jan-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.