<script type="text/javascript">
function openModal() {
$('#myModal').modal('show');
}
</script>
Do kódu c# přidejte událost pro tlačítko linkbutton jako
protected void lbEdit_Click(object sender, EventArgs e) {
ScriptManager.RegisterStartupScript(this,this.GetType(),"Pop","openModal();", true);
}