Hi gkumar,
The required attribute will only fire when input type is submit.
The form should submit to the server in order to get it fired. ASP.Net LinkButton will only do a postback.
So it is not possible with LinkButton. The only option is to use Button control.
Else use bootstrapValidator.
Refer below link for details.