Click here to Skip to main content
15,911,360 members

Comments by vinod 23 (Top 3 by date)

vinod 23 31-Mar-16 7:40am View    
I am not getting error.Code is running properly but I Just want to clear my concept about Inheritance.
web.FindControl("txtName")-This Method returns "Control" Object which is base Class For Class "TextBox".And Inheritance tells us Base Class Can not be Converted into Child Class using Cast "() " opertaor.But Still I am Able to Conver tControl (Parent of Class TextBox) Object into TextBox(Child of Class Control).How is this Possible?
vinod 23 20-Jan-16 23:48pm View    
Richard, I Know the Solution Without linq but I want to achive that using Linq.I am not interested in whole code just tell me hint .
vinod 23 20-Jan-16 23:44pm View    
Means I want to Print first alternate Even Number And then Alternate odd number.