Click here to Skip to main content
15,917,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Email notification Pin
sathesh pandian20-Feb-07 20:48
sathesh pandian20-Feb-07 20:48 
GeneralRe: Email notification Pin
isaii20-Feb-07 20:53
isaii20-Feb-07 20:53 
GeneralRe: Email notification Pin
Sam Heller20-Feb-07 22:39
Sam Heller20-Feb-07 22:39 
QuestionBrowser History Pin
gauthee20-Feb-07 20:23
gauthee20-Feb-07 20:23 
AnswerRe: Browser History Pin
Sandeep Akhare20-Feb-07 20:49
Sandeep Akhare20-Feb-07 20:49 
GeneralRe: Browser History Pin
gauthee20-Feb-07 20:52
gauthee20-Feb-07 20:52 
GeneralRe: Browser History Pin
Sandeep Akhare20-Feb-07 21:18
Sandeep Akhare20-Feb-07 21:18 
QuestionKnow Details about Datagrid to learn? Pin
.NetRams20-Feb-07 20:22
.NetRams20-Feb-07 20:22 
AnswerRe: Know Details about Datagrid to learn? Pin
Sandeep Akhare20-Feb-07 20:51
Sandeep Akhare20-Feb-07 20:51 
AnswerRe: Know Details about Datagrid to learn? Pin
sathesh pandian20-Feb-07 20:52
sathesh pandian20-Feb-07 20:52 
AnswerRe: Know Details about Datagrid to learn? Pin
thomas_joyee20-Feb-07 20:58
thomas_joyee20-Feb-07 20:58 
GeneralRe: Know Details about Datagrid to learn? Pin
Marcus J. Smith21-Feb-07 2:26
professionalMarcus J. Smith21-Feb-07 2:26 
QuestionProblem with creating word document in paragragh form Pin
puthu20-Feb-07 19:49
puthu20-Feb-07 19:49 
QuestionTrigger Button Click Event of Other Site Through Coding Pin
yasotha.p20-Feb-07 19:35
yasotha.p20-Feb-07 19:35 
AnswerRe: Trigger Button Click Event of Other Site Through Coding Pin
sathesh pandian20-Feb-07 19:57
sathesh pandian20-Feb-07 19:57 
NewsRuntime Polymorphism Pin
asithangae20-Feb-07 19:12
asithangae20-Feb-07 19:12 
Hai all,

we all know the concept "overriding" is the example of runtime polymorphism.

now in .net 2.0, Look at this..

<br />
DataSet ds = new DataSet();<br />
DataTableReader DSdr = ds.CreateDataReader();<br />
DSdr.NextResult();<br />
DataTableReader DTdr = ds.Tables[0].CreateDataReader();<br />
DTdr.NextResult();<br />


here DSdr and DTdr has the method Next Result();

the reference given by dataset will work for NextResult and the reference given by datatable will return nothing. both the methods returns the datatablereader object reference and the the reference returned by dataset will only work for Next Result.

I think this can be a example of Runtime Polymorphism

Cheers
asithangae
QuestionGenerate aspx or html pages dynamically Pin
adnanrafiq20-Feb-07 19:00
adnanrafiq20-Feb-07 19:00 
AnswerRe: Generate aspx or html pages dynamically Pin
Guffa20-Feb-07 23:37
Guffa20-Feb-07 23:37 
GeneralRe: Generate aspx or html pages dynamically Pin
adnanrafiq21-Feb-07 0:57
adnanrafiq21-Feb-07 0:57 
AnswerRe: Generate aspx or html pages dynamically Pin
Nimit Patel21-Feb-07 1:25
Nimit Patel21-Feb-07 1:25 
GeneralRe: Generate aspx or html pages dynamically Pin
adnanrafiq21-Feb-07 1:46
adnanrafiq21-Feb-07 1:46 
QuestionCalculations in datagrid Pin
Imthu20-Feb-07 18:51
Imthu20-Feb-07 18:51 
AnswerRe: Calculations in datagrid Pin
Vsree20-Feb-07 19:56
Vsree20-Feb-07 19:56 
GeneralRe: Calculations in datagrid Pin
Imthu20-Feb-07 20:47
Imthu20-Feb-07 20:47 
GeneralRe: Calculations in datagrid Pin
Vsree20-Feb-07 21:25
Vsree20-Feb-07 21:25 

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.