Dek-D.com ใช้คุกกี้เพื่อพัฒนาประสบการณ์ของ
ผู้ใช้ให้ดียิ่งขึ้น เรียนรู้เพิ่มเติมที่นี่
ยอมรับ

พิมพ์บัตรแสดงข้อมูลเลขที่นั่งสอบและสถานที่สอบ การสอบ วิชาสามัญ 7 วิชาได้แล้ว!!!

ตั้งกระทู้ใหม่
ตั้งกระทู้ใหม่

สทศให้พิมพ์บัตรแสดงข้อมูลเลขที่นั่งสอบและสถานที่สอบการสอบ วิชาสามัญ 7 วิชาได้แล้วนะตัวเอง  ใครยังไม่ได้พิมพ์ก็พิมพ์โลดเลยครับ

http://www.niets.or.th/


ปล.  ให้พิมพ์ตั้งแต่เมื่อไหร่?  -  นานแล้วมั้ง?  -  ไม่เห็นรู้เรื่องเลยเรา  :P


PS.  วีรกษัตริย์ วีรสตรี บรรพบุรุษ ยอมเสียสละชีพเพื่อบ้านเมืองได้ แล้วเราล่ะกล้าทำเช่นนั้นเพื่อบ้านเมืองหรือเปล่า...?

แสดงความคิดเห็น

>

3 ความคิดเห็น

apiwitt 13 ธ.ค. 56 เวลา 21:54 น. 2

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
มานขึ้นแบบนี้ ผู้ดูแลช่วยหน่อยคร๊าบบ...

0