私はこのようなテーブルを持っています:
<table width="100%" bgcolor="Wheat" style="border:Solid 1 Black">
                                                <tr>
                                                    <th>
                                                        VendorCode
                                                    </th>
                                                    <th>
                                                        VendorName
                                                    </th>
                                                    <th>
                                                        Password
                                                    </th>
                                                    <th>
                                                        Email
                                                    </th>
                                                    <th>
                                                        Phone
                                                    </th>
                                                </tr>
                                            </table>
問題は、テーブルの境界線が表示されないことです...私はupdatepanelとajaxツールキットも使用しています...誰か問題を教えてもらえますか??