<table width="100%" cellpadding="0" cellspacing="0" border="0">
                                        <tr>
                                            <td align="right" width="17%">
                                                <asp:Label ID="Label4" runat="server" Text="科室:"></asp:Label>
                                            </td>
                                            <td>
                                                <asp:DropDownList ID="ddlDept" runat="server" Width="65px" onchange="load()">
                                                </asp:DropDownList>
                                                <input );
                dt = BLL.Regist.Regist_Appoint.GetDoctorInfo(AL);
                XmlTextWriter writer = new XmlTextWriter(Response.OutputStream, Response.ContentEncoding);
                writer.Formatting = Formatting.Indented;
                writer.Indentation = 4;
                writer.IndentChar = ' ';
                dt.WriteXml(writer);
                writer.Flush();
                Response.End();
                writer.Close();

            }
        }
    }

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2021-05-18
  • 2022-01-12
  • 2021-06-28
猜你喜欢
  • 2021-11-07
  • 2021-05-20
  • 2022-12-23
  • 2021-08-31
  • 2022-01-28
  • 2022-12-23
相关资源
相似解决方案