Click here to Skip to main content
15,918,516 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to assign QueryString value to a variable Pin
N a v a n e e t h30-Jul-07 2:54
N a v a n e e t h30-Jul-07 2:54 
Questiondisplay picture into picture box selecting from sql Pin
ooooooooppppppss29-Jul-07 22:01
ooooooooppppppss29-Jul-07 22:01 
AnswerRe: display picture into picture box selecting from sql Pin
Razvan Dimescu29-Jul-07 22:13
Razvan Dimescu29-Jul-07 22:13 
GeneralRe: display picture into picture box selecting from sql Pin
ooooooooppppppss29-Jul-07 22:23
ooooooooppppppss29-Jul-07 22:23 
AnswerRe: display picture into picture box selecting from sql Pin
ooooooooppppppss29-Jul-07 22:13
ooooooooppppppss29-Jul-07 22:13 
AnswerRe: display picture into picture box selecting from sql Pin
Christian Graus29-Jul-07 22:21
protectorChristian Graus29-Jul-07 22:21 
GeneralRe: display picture into picture box selecting from sql Pin
Christian Graus29-Jul-07 22:23
protectorChristian Graus29-Jul-07 22:23 
QuestionDoes the interface servers all the needs of multiple inheritance? Pin
Mic Mathi29-Jul-07 21:49
Mic Mathi29-Jul-07 21:49 
I faced a situation that needs a multiple inheritance. Unfortunately .net is not supporting it. I cannot use an "interface" for this purpose.

Let me tell you the scenario. I have a data layer class say "clsDL". There is another class for the common functions say "clsCommon"(It is common for all modules). I have several modules in my project (several projects in a solution) each module has its own common class for the common functions in that moule. Every form in the GUI layer has a class in Business layer.

The data layer class inherited to "clsCommon" and all the common classes for each module. Now i want to inherite the "clsCommon" and the common class for the particular module into a particular business layer class. I don't want to merge the common functions. If i implement the interface, I have to make an interface for anyone of the two common class and declare the object of that interface class in the business layer class. The problem is that the functions are in these common classes is not same. Therefore, I can't take the advantage of "interface". How can I solve the problem?

P.S: Sorry if I make you confused!


Ken,Mexico(Guanajuato)

AnswerRe: Does the interface servers all the needs of multiple inheritance? Pin
Christian Graus29-Jul-07 22:10
protectorChristian Graus29-Jul-07 22:10 
GeneralRe: Does the interface servers all the needs of multiple inheritance? Pin
Mic Mathi29-Jul-07 22:16
Mic Mathi29-Jul-07 22:16 
GeneralRe: Does the interface servers all the needs of multiple inheritance? Pin
Christian Graus29-Jul-07 22:24
protectorChristian Graus29-Jul-07 22:24 
GeneralRe: Does the interface servers all the needs of multiple inheritance? Pin
Mic Mathi29-Jul-07 22:43
Mic Mathi29-Jul-07 22:43 
QuestionGo back to previous page Pin
isaii29-Jul-07 21:40
isaii29-Jul-07 21:40 
AnswerRe: Go back to previous page Pin
_mubashir29-Jul-07 21:49
_mubashir29-Jul-07 21:49 
GeneralRe: Go back to previous page Pin
isaii29-Jul-07 21:56
isaii29-Jul-07 21:56 
GeneralRe: Go back to previous page Pin
Christian Graus29-Jul-07 22:09
protectorChristian Graus29-Jul-07 22:09 
AnswerRe: Go back to previous page Pin
Christian Graus29-Jul-07 22:07
protectorChristian Graus29-Jul-07 22:07 
GeneralRe: Go back to previous page Pin
isaii29-Jul-07 23:02
isaii29-Jul-07 23:02 
GeneralRe: Go back to previous page Pin
Christian Graus29-Jul-07 23:06
protectorChristian Graus29-Jul-07 23:06 
GeneralRe: Go back to previous page Pin
isaii29-Jul-07 23:18
isaii29-Jul-07 23:18 
QuestionVideo and Flash Files Pin
.NET- India 29-Jul-07 21:06
.NET- India 29-Jul-07 21:06 
AnswerRe: Video and Flash Files Pin
Blue_Boy29-Jul-07 22:20
Blue_Boy29-Jul-07 22:20 
QuestionMove to next tab page Pin
Revathij29-Jul-07 21:01
Revathij29-Jul-07 21:01 
AnswerRe: Move to next tab page Pin
N a v a n e e t h29-Jul-07 21:20
N a v a n e e t h29-Jul-07 21:20 
QuestionHow to add Role Selector to Create New User Wizard? Pin
totocaster29-Jul-07 20:58
totocaster29-Jul-07 20:58 

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.