1
Answer

Interface naming convention

maan

maan

13y
1.3k
1
Hi all,

I am unable to give interface name like below. Is it possible to create interface like below in c# ?

using System;

interface d2
.Qualitycon.test.runner

{

void ParentInterfaceMethod();

}

 
Regards,
Answers (1)
0
Kalyan Basa
NA 56 0 13y
Hi Suresh,

Use like this it should help you.

Response.Redirect("../Admin/Section.aspx?SelectedValue=Admin");

                                or

Response.Redirect("~/Admin/Section.aspx?SelectedValue=Admin");


Hope this helps.


Thanks,
Kalyan