Click here to Skip to main content
16,012,082 members

Comments by Nilesh Agniohtri (Top 5 by date)

Nilesh Agniohtri 31-May-16 2:03am View    
Deleted
OK.But one question is again if i derive class C from B
public class C:B
{
public void OpenGate()
{
Console.WriteLine("C");
}
}

And Doing CC c=new C();
c.OpenGate();

the result is showing overridden method of B2 ..
Nilesh Agniohtri 25-Jan-14 11:10am View    
Thanks..It worked for me with little modifications..
Nilesh Agniohtri 14-Aug-13 5:37am View    
use onunload event instead
Nilesh Agniohtri 14-Aug-13 5:09am View    
Make Username column in your table as primary key so that insert query will not allow duplicate usernames in that column instead it will show error message 'record alredy exist' .
Nilesh Agniohtri 18-Jul-13 1:58am View    
JWPlayer only supports MP3 formats.
If you are trying to play mp4 files it will not work.