Click here to Skip to main content
15,922,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dropdown List Multiple Selection problem Pin
Brij21-Jan-10 19:49
mentorBrij21-Jan-10 19:49 
AnswerRe: Dropdown List Multiple Selection problem Pin
thatraja21-Jan-10 19:57
professionalthatraja21-Jan-10 19:57 
QuestionDelete user from aspnet_users table Pin
mylogics21-Jan-10 19:28
professionalmylogics21-Jan-10 19:28 
AnswerRe: Delete user from aspnet_users table Pin
Brij21-Jan-10 19:36
mentorBrij21-Jan-10 19:36 
GeneralRe: Delete user from aspnet_users table Pin
mylogics21-Jan-10 19:45
professionalmylogics21-Jan-10 19:45 
GeneralRe: Delete user from aspnet_users table Pin
Brij21-Jan-10 20:37
mentorBrij21-Jan-10 20:37 
GeneralRe: Delete user from aspnet_users table Pin
mylogics21-Jan-10 21:29
professionalmylogics21-Jan-10 21:29 
QuestionComparing file in asp.net, c# Pin
Abbas_here21-Jan-10 18:48
Abbas_here21-Jan-10 18:48 
Questioncan i change the captions of 'ok' and 'cancel' buttons of window.confrim message in javascript? Pin
hi_everybody21-Jan-10 18:34
hi_everybody21-Jan-10 18:34 
AnswerRe: can i change the captions of 'ok' and 'cancel' buttons of window.confrim message in javascript? Pin
Brij21-Jan-10 19:14
mentorBrij21-Jan-10 19:14 
AnswerRe: can i change the captions of 'ok' and 'cancel' buttons of window.confrim message in javascript? Pin
Anurag Gandhi21-Jan-10 20:49
professionalAnurag Gandhi21-Jan-10 20:49 
GeneralRe: can i change the captions of 'ok' and 'cancel' buttons of window.confrim message in javascript? Pin
hi_everybody22-Jan-10 19:33
hi_everybody22-Jan-10 19:33 
Questioncooike problem Pin
saravanan0521-Jan-10 17:46
saravanan0521-Jan-10 17:46 
AnswerRe: cooike problem Pin
Pranay Rana21-Jan-10 17:56
professionalPranay Rana21-Jan-10 17:56 
GeneralRe: cooike problem Pin
saravanan0521-Jan-10 18:01
saravanan0521-Jan-10 18:01 
GeneralRe: cooike problem Pin
Pranay Rana21-Jan-10 18:23
professionalPranay Rana21-Jan-10 18:23 
AnswerRe: cooike problem Pin
Brij21-Jan-10 18:56
mentorBrij21-Jan-10 18:56 
Questionhow to resolve the data transmit problem in SOA system Pin
Fired.Fish.Gmail21-Jan-10 15:25
Fired.Fish.Gmail21-Jan-10 15:25 
QuestionInheritence Pin
Learner52021-Jan-10 14:41
Learner52021-Jan-10 14:41 
AnswerRe: Inheritence Pin
N a v a n e e t h21-Jan-10 16:35
N a v a n e e t h21-Jan-10 16:35 
Learner520 wrote:
My question is if I Implement 2nd option will this improve or make worse web page performance.


You won't get any performance problems. Readability, maintainability and choice of design is all matters here. Also inheriting all the classes from sales just to get the common fields is not a good idea. How about a design like,
Order
  orderid, orderdate

Invoice
  invoiceid, invoicedate

Email
  emailid, emaildate

Sales
  saleid, Order, Invoice, Email, timesheetid, timesheetdate.
Sales class contains references to related classes. So to get an order id from a sales object, you could write salesObject.Order.orderid. You are not repeating any properties here.

BTW, I don't prefix cls to my classes. Smile | :)

Best wishes,
Navaneeth

QuestionAdRotator + Update panel + Timer Pin
Hemant Thaker21-Jan-10 8:04
Hemant Thaker21-Jan-10 8:04 
AnswerRe: AdRotator + Update panel + Timer Pin
Brij21-Jan-10 8:34
mentorBrij21-Jan-10 8:34 
GeneralRe: AdRotator + Update panel + Timer Pin
Hemant Thaker21-Jan-10 8:49
Hemant Thaker21-Jan-10 8:49 
GeneralRe: AdRotator + Update panel + Timer Pin
Brij21-Jan-10 8:59
mentorBrij21-Jan-10 8:59 
Questioncolumn selection of GridView Pin
perreq21-Jan-10 7:56
perreq21-Jan-10 7:56 

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.