c# - How to fold in text field to above the combo box -


this code displaying combo box user wants make change data. displaying above combo box our item substitution suggestion coming table. dont want show suggestion text message, 'please note suggestion on main page'.

how , can fold in new text? if can, keep 'dead fields ' because changing.

<styles grouppanel-forecolor="black"></styles>             </dx:aspxgridview>              <dx:aspxpopupcontrol id="popupstatus" clientinstancename="popupstatus" runat="server" showfooter="false" showclosebutton="true" showshadow="true" modal="true" width="500px" height="250px"                 popuphorizontalalign="windowcenter" popupverticalalign="windowcenter" headertext="update status">                 <contentcollection>                     <dx:popupcontrolcontentcontrol>                         <dx:aspxcallbackpanel runat="server" id="cbpstatus" clientinstancename="cbpstatus" oncallback="cbpstatus_callback">                             <panelcollection>                                 <dx:panelcontent>                                     <table style="border-spacing: 10px; border-collapse: separate; width: 600px;">                                         <tr>                                             <td colspan="2">                                                 <dx:aspxlabel id="lblinstructions" runat="server" wrap="true" text=""></dx:aspxlabel>                                             </td>                                         </tr>                                         <tr style="display: none;">                                             <td style="width: 90px;">status:                                             </td>                                             <td>                                                 <dx:aspxcombobox id="cmbstatus" clientinstancename="cmbstatus" runat="server" valuetype="system.string" width="160px">                                                 </dx:aspxcombobox>                                             </td>                                         </tr>                                         <tr>                                             <td style="width: 90px;">choose status dropdown:                                             </td>                                             <td>                                                 <dx:aspxcombobox id="cboheader" clientinstancename="cboheader" runat="server" valuetype="system.string" width="100%">                                                     <clientsideevents selectedindexchanged="function(s, e) {                                                         cboreason.performcallback('');                                                     }" />                                                 </dx:aspxcombobox>                                             </td>                                         </tr>                                         <tr>                                             <td>optional choose clarification: 


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -