<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();
}
}
}