How do i remove this error?? Why is it coming?
If somke error occurs i want the system to redirect to some other page and not show he error message.
<customErrors mode="RemoteOnly" defaultRedirect="~/Error.aspx" />
This is not working.
I hope behavior would be same across languages?
What is the difference between <asp:Panel > and <asp:PlaceHolder > in ASP.NET? When should you use one over the other?
<asp:Panel >
<asp:PlaceHolder >
Which one is used where and how?