Click here to Skip to main content
16,017,193 members
Home / Discussions / C#
   

C#

 
Questionsql connection string c# by coding Pin
bozoo30-Aug-05 2:23
bozoo30-Aug-05 2:23 
AnswerRe: sql connection string c# by coding Pin
Guffa30-Aug-05 2:34
Guffa30-Aug-05 2:34 
AnswerRe: sql connection string c# by coding Pin
jan larsen30-Aug-05 2:41
jan larsen30-Aug-05 2:41 
GeneralRe: sql connection string c# by coding Pin
bozoo30-Aug-05 20:34
bozoo30-Aug-05 20:34 
QuestionApplication versioning Pin
rmedo30-Aug-05 1:58
rmedo30-Aug-05 1:58 
QuestionInterfaces & Protected Methods Pin
phimix30-Aug-05 1:19
phimix30-Aug-05 1:19 
AnswerRe: Interfaces & Protected Methods Pin
leppie30-Aug-05 1:35
leppie30-Aug-05 1:35 
GeneralRe: Interfaces & Protected Methods Pin
phimix30-Aug-05 2:42
phimix30-Aug-05 2:42 
Thanks for your reply.

We can't make the methods public since their are defined as protected in the ASP.NET controls that we inherit from (no change of access allowed when overriding base methods).

Also, we cannot use protected abstract since C# doesn't allow multiple inheritance (we already inherit from the control we want to extend).

"private explicit interface implementations" doesn't allow us to change access to a method, it still have to be the same as for the base class - so this is also a no go Frown | :(

// Mads
GeneralRe: Interfaces & Protected Methods Pin
leppie30-Aug-05 2:51
leppie30-Aug-05 2:51 
AnswerRe: Interfaces & Protected Methods Pin
Guffa30-Aug-05 3:10
Guffa30-Aug-05 3:10 
GeneralRe: Interfaces & Protected Methods Pin
phimix30-Aug-05 3:34
phimix30-Aug-05 3:34 
GeneralRe: Interfaces & Protected Methods Pin
Guffa31-Aug-05 21:04
Guffa31-Aug-05 21:04 
GeneralRe: Interfaces & Protected Methods Pin
phimix1-Sep-05 0:27
phimix1-Sep-05 0:27 
GeneralRe: Interfaces & Protected Methods Pin
Guffa1-Sep-05 5:50
Guffa1-Sep-05 5:50 
QuestionImage zooming and displaying Pin
E6AD30-Aug-05 1:14
E6AD30-Aug-05 1:14 
AnswerRe: Image zooming and displaying Pin
Andrew Kirillov30-Aug-05 2:00
Andrew Kirillov30-Aug-05 2:00 
QuestionArray of PictureBoxes Pin
Yoyosch29-Aug-05 23:45
Yoyosch29-Aug-05 23:45 
AnswerRe: Array of PictureBoxes Pin
SeMartens30-Aug-05 3:55
SeMartens30-Aug-05 3:55 
Questionchukkykzn@msn.com Pin
chukkykzn29-Aug-05 23:27
chukkykzn29-Aug-05 23:27 
QuestionHow to change the default size of the PropertyGrid description pane? Pin
Gatchan29-Aug-05 23:03
Gatchan29-Aug-05 23:03 
Question"Time bomb" (trial version-like) Pin
gnjunge29-Aug-05 22:57
gnjunge29-Aug-05 22:57 
AnswerRe: "Time bomb" (trial version-like) Pin
Barm29-Aug-05 23:55
Barm29-Aug-05 23:55 
QuestionSHUTDOWN Pin
tatchung29-Aug-05 21:59
tatchung29-Aug-05 21:59 
AnswerRe: SHUTDOWN Pin
Barm29-Aug-05 23:44
Barm29-Aug-05 23:44 
GeneralRe: SHUTDOWN Pin
tatchung30-Aug-05 15:11
tatchung30-Aug-05 15:11 

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.