|
|
ขอถามคำถามโง่ๆหน่อยครับ ถ้าจะปรับแต่ง GridView ให้หัวข้อตัวอักษรอยู่ตรงกลางช่องต้องทำยังไงครับ ผมลองปรับเป็น Center แล้วยังไม่ได้เลยครับ |
|
|
|
|
|
|
|
<td align="center">
|
|
|
|
|
Date :
2018-10-27 12:13:21 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เอาโค๊ดมาลงให้ดูหน่อยครับ เขียนไว้แบบไหน มันมีหลายแบบมาก ในการทำ
มันที parent tag ที่เกี่ยวข้องด้วย จะบอกทุกอัน ก็ใช่ที่ เอาโค๊ดที่คุณเขียนมาดูหน่อยครับ
|
|
|
|
|
Date :
2018-10-27 13:53:31 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ตอบความคิดเห็นที่ : 3 เขียนโดย : Chaidhanan เมื่อวันที่ 2018-10-27 13:53:31
รายละเอียดของการตอบ ::
ผมได้ลบออกไปก่อนนะครับเพราะว่า มัน Error ถ้ายังไงช่วยดูส่วน ASP หน่อยนะครับ เพราะ ติดตรง Design ที่ว่า ต้องการให้ Text อยู่ตรงกลางช่อง อ่ะครับ Code (ASP)
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="ShowRequestionIT.aspx.cs" Inherits="Test.ShowRequestionIT" %>
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/jquery.bxslider.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/set1.css" />
<link href="css/overwrite.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse.collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="Default.aspx"><span>Suvalee Company</span></a>
</div>
<div class="navbar-collapse collapse">
<div class="menu">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation"><a href="#">Services</a></li>
<li role="presentation"><a href="ShowRequestionIT.aspx">ShowRequestionIT</a></li>
<li role="presentation"><a href="Login.aspx">Log Out</a></li>
</ul>
</div>
</div>
</div>
</nav>
<br />
<br />
<h2 align="center" >Suvalee Company</h2>
<h3 align="center">ระบบแจ้งปัญหา</h3>
<br />
<div class="container" style="text-align:center">
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" BackColor="WindowText" BorderColor="Black" BorderStyle="None" BorderWidth="1px" CellPadding="4" CellSpacing="3" DataKeyNames="CaseKey" DataSourceID="SqlDataSource1" Width="1231px" Height="184px" style="margin-top: 0px" AllowPaging="True" AllowSorting="True" >
<Columns>
<asp:HyperLinkField DataTextField="CaseKey" HeaderText="ลำดับ Case" NavigateUrl="~/EditRequestion.aspx" />
<asp:BoundField DataField="CaseCode" HeaderText="SerialCase" SortExpression="CaseCode" />
<asp:BoundField DataField="Name" HeaderText="ประเภทของปัญหา" SortExpression="Name"/>
<asp:BoundField DataField="CaseName" HeaderText="หัวข้อ" SortExpression="CaseName" >
<HeaderStyle HorizontalAlign="Center" Width="80px" />
</asp:BoundField>
<asp:BoundField DataField="CaseDetail" HeaderText="รายละเอียด" SortExpression="CaseDetail" >
<HeaderStyle Width="200px" />
</asp:BoundField>
<asp:BoundField DataField="CaseDT" HeaderText="วันที่แจ้งปัญหา" SortExpression="CaseDT" />
<asp:BoundField DataField="Requester" HeaderText="ผู้แจ้งปัญหา" SortExpression="Requester" />
<asp:BoundField DataField="DeptName" HeaderText="แผนก" SortExpression="DeptName" />
<asp:BoundField DataField="Tel" HeaderText="เบอร์โทรศัพท์" SortExpression="Tel" />
<asp:BoundField DataField="Expr1" HeaderText="สถานะ" SortExpression="Expr1" />
<asp:BoundField DataField="StaffName" HeaderText="ผู้ดำเนินการ" SortExpression="StaffName" />
</Columns>
<FooterStyle BackColor="#F7DFB5" ForeColor="#8C4510" />
<HeaderStyle BackColor="Green" Font-Bold="True" ForeColor="White" Height="50px" Width="100px" />
<PagerStyle ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="White" ForeColor="WindowText" />
<SelectedRowStyle BackColor="Black" Font-Bold="True" ForeColor="White" />
<SortedAscendingCellStyle BackColor="#FFF1D4" />
<SortedAscendingHeaderStyle BackColor="#B95C30" />
<SortedDescendingCellStyle BackColor="#F1E5CE" />
<SortedDescendingHeaderStyle BackColor="#93451F" />
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:SvlITDBConnectionString %>" SelectCommand="SELECT c.CaseKey, c.CaseCode, ct.Name, c.CaseName, c.CaseDetail, c.CaseDT, c.Requester, u.DeptName, u.Tel, cs.Name AS Expr1, ic.StaffName FROM [Case] AS c INNER JOIN CaseType AS ct ON c.CaseTypeKey = ct.CaseTypeKey INNER JOIN Usr AS u ON c.UsrKey = u.UsrKey INNER JOIN CaseStatus AS cs ON c.CaseStatusKey = cs.CaseStatusKey LEFT OUTER JOIN ItCase AS ic ON c.CaseKey = ic.CaseKey ORDER BY c.CaseKey DESC"></asp:SqlDataSource>
</div><!-- jQuery (necessary for Bootstrap's JavaScript plugins) --><script src="js/jquery-2.1.1.min.js"></script><!-- Include all compiled plugins (below), or include individual files as needed --><script src="js/bootstrap.min.js"></script><script src="js/wow.min.js"></script><script src="js/jquery.easing.1.3.js"></script><script src="js/jquery.isotope.min.js"></script><script src="js/jquery.bxslider.min.js"></script><script type="text/javascript" src="js/fliplightbox.min.js"></script><script src="js/functions.js"></script><script type="text/javascript">$('.portfolio').flipLightBox()</script>
</asp:Content>
|
ประวัติการแก้ไข 2018-10-27 15:45:23
|
|
|
|
Date :
2018-10-27 15:44:36 |
By :
wiraphon |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|