Hi,
First i would like to say that i really enjoyed reading beginning asp.net 4.5 in c# and
VB.
My question is wheenever i put validation controls in the insertitemtemplate OR edititemtemplate fields for validation inside the detailsView,neither validation happen nor postback.In this case when i hover my mouse over insert link then it say something postbackwithoption but clicking on link nothing happen
And if i remove validation controls post back happen.In this case when i hover my mouse over insert link then it say something postback.
Even if i open chapter 13 from visual studio 2012 by file -> Open website ->chapter13
and open addEditReview.aspx and view in browser and click on insert ,validation does not occur.
I spent a lot of time on google found following solution but nothing worked for me
1.Setting cause vlidation to false for insert link
2.Setting Groupvalidation for controls and insert link