I have a datalist under which there is a button to open Modalpopupextender. There is a Submit button in this modalpopupextender which is not firing. Please advice.
Style="width: 100%;" OnItemCommand="dl1_ItemCommand" onselectedindexchanged="dl1_SelectedIndexChanged" > Height="150px" Width="150px" BorderColor="Black" BorderStyle="Solid" /> | Text='<%# Eval("Location") + ", " + Eval("City") %>'> | Font-Size="Medium" ForeColor="Black" Text='<%# Eval("Mobile") %>' /> | Text='<%# Eval("Address") + ", " + Eval("Location") %>'> |
|
|
--%> height: 30px; background: #32BC29; width: 180px; color: Black;"> PopupControlID="Panel3" TargetControlID="btnMessageCoach" CancelControlID="lnkCancelMessage" DropShadow="true" BackgroundCssClass="modalBackground"> height: 450px; width: 650px;" DefaultButton="btnSendMessage"> Width="500px" name="email" Font-Size="Large" Style="margin-bottom: 30px; margin-top: 20px;" ValidationGroup="Message" PlaceHolder="Message" />
ValidationGroup="Message" ForeColor="Red" ControlToValidate="txtMessage" ErrorMessage="Message Empty" Display="Dynamic" />
name="contactnumber" value="" Height="40px" Font-Size="Medium" PlaceHolder="Contact Number" /> ValidationGroup="Message" ForeColor="Red" ControlToValidate="txtContactNumber" ErrorMessage="Contact Number Empty" Display="Dynamic" />
ValidationGroup="Message" ErrorMessage="RegularExpressionValidator" ForeColor="Red" ValidationExpression="[0-9]{10}" Text="Enter 10 digit mobile number"> Style="border-radius: 5px; height: 35px; background: #32BC29; width: 400px; color: Black; margin-top: 30px; color: Black;"/>
Style="margin-top: 10px;">Close
|
|
Amit KumarPosted Apr 20, 2019, 5:58 AM