这两个组合框代码有什么问题

时间:2015-12-01 12:30:06

标签: c#-4.0

<!DOCTYPE html>
<html>
<body style="margin:0; padding:0;">

  <div id="dim" style="position:fixed;
    left:0; top:0; width:100%; height:100%;
    background-color:black; opacity:0.5; z-index:100;">
  </div>

  <div id="main" style="position:relative;
    left:0; top:0; width:400px; height:200px;
    background-color:red; z-index:10;">

      <div id="top" style="position:absolute;
        left:40px; top:20px; width:320px; height:160px;
        background-color:yellow; z-index:110;">
      </div>

  </div>

</body>
</html>

1 个答案:

答案 0 :(得分:0)

在catch尝试将close方法放在finally函数catch(){ //your exception code} finally{ con.Close() ; } 和con.Open()之后将其放在try函数中,因为如果连接字符串错误或与打开连接有关的任何内容,它将在catch异常中处理