I have added to my aspx page ValidationSummary1
how can i display and error inside ValidationSummary1 from server side in VB.net
before i was displaying the error message into a label1
try
catch ex.message
label1.text= ex.message.to string
end try
i would like to display the error exception in ValidationSummary1 control
Go to the complete details ...