我需要在点击按钮时弹出一个模态。模态正在显示但处于隐藏模式请查看下图
SELECT DISTINCT
答案 0 :(得分:0)
您的代码似乎是正确的。
带有css和js链接的HTML和脚本:
using (PlanGenEntities3 entity2 = new PlanGenEntities3())
{
var result = entity2.Entity_test_GetHoliday();
string output = result.ToString();
}