Click here to Skip to main content
15,899,313 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
jkirkerx20-Oct-16 8:57
professionaljkirkerx20-Oct-16 8:57 
QuestionHow to save modal popup form into database/data table Pin
Bootzilla3319-Oct-16 10:47
Bootzilla3319-Oct-16 10:47 
I have a modal popup form and i want to insert/delete into a database and show/remove in a data table. Does anyone know how to do this. Here is the code for the modal:


HTML
<div id="myModal" class="modal fade" role="dialog">
  <div class="modal-dialog">
    <!-- Modal content-->
    <div class="modal-content">

      <div class="modal-header">
        Point of Contact
      </div>
      <div class="modal-body">
      <div class="name-text-container">  
        <span id="fname-text">First Name:</span>
        <span id="mname-text">MI:</span>
        <span id="lname-text">Last name*:</span><br>
      </div>

      <div class="name-input-container">
        <form>
          <input id="fname-input" type="text" name="fname" size="15">
          <input id="mname-input" type="text" name="mname" maxlength="1" size="1">
          <input id="lname-input" type="text" name="lname" size="16"><br>
        </form>
      </div>

      <div class="email-text-container">
        <span id="email-text">Email*:</span><br>
      </div>

      <div class="email-input-container">
        <form>
          <input id="email-input" type="text" name="email" size="47"><br>
        </form>
      </div>

      <div class="contact-text-container">
        <span id="telephone-text">Telephone:</span>
        <span id="fax-text">Fax:</span><br>
      </div>

      <div class="contact-input-container">
        <form>
          <input id="telephone-input" type="text" name="telephone" size="20">
          <input id="fax-input" type="text" name="fax" size="19"><br>
        </form>
      </div>

      

    </div>
    <!--End of modal body -->

      <div class="modal-footer">
          <button type="button" data-dismiss="modal">Cancel</button>
          <button type="button" data-dismiss="modal">Save</button>
      </div>

AnswerRe: How to save modal popup form into database/data table Pin
Sahil Saini @ Software Developer19-Oct-16 19:23
professionalSahil Saini @ Software Developer19-Oct-16 19:23 
Questioni want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:00
moj197817-Oct-16 9:00 
AnswerRe: i want fill 2 table with 1 click can I? Pin
Vincent Maverick Durano17-Oct-16 9:07
professionalVincent Maverick Durano17-Oct-16 9:07 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:13
moj197817-Oct-16 9:13 
GeneralRe: i want fill 2 table with 1 click can I? Pin
Vincent Maverick Durano17-Oct-16 9:17
professionalVincent Maverick Durano17-Oct-16 9:17 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:14
moj197817-Oct-16 9:14 
AnswerRe: i want fill 2 table with 1 click can I? Pin
Wendelius17-Oct-16 9:28
mentorWendelius17-Oct-16 9:28 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 10:28
moj197817-Oct-16 10:28 
GeneralRe: i want fill 2 table with 1 click can I? Pin
Wendelius17-Oct-16 17:05
mentorWendelius17-Oct-16 17:05 
QuestionPosting back part of a model - instead of using querystrings for filters - MVC. part of the model post back Pin
jkirkerx17-Oct-16 8:38
professionaljkirkerx17-Oct-16 8:38 
AnswerRe: Posting back part of a model - instead of using querystrings for filters - MVC. part of the model post back Pin
jkirkerx17-Oct-16 10:21
professionaljkirkerx17-Oct-16 10:21 
QuestionTracking Pin
sarwajeet singh16-Oct-16 23:42
sarwajeet singh16-Oct-16 23:42 
AnswerRe: Tracking Pin
Eddy Vluggen17-Oct-16 1:50
professionalEddy Vluggen17-Oct-16 1:50 
QuestionRe: Tracking Pin
ZurdoDev17-Oct-16 8:17
professionalZurdoDev17-Oct-16 8:17 
QuestionAnyone know how to create or seen a toggle switch with two big word/many letter selections Pin
Bootzilla3316-Oct-16 15:15
Bootzilla3316-Oct-16 15:15 
AnswerRe: Anyone know how to create or seen a toggle switch with two big word/many letter selections Pin
Richard Deeming17-Oct-16 1:52
mveRichard Deeming17-Oct-16 1:52 
Questionweb form generate html on separate pages Pin
dcof16-Oct-16 9:08
dcof16-Oct-16 9:08 
AnswerRe: web form generate html on separate pages Pin
ZurdoDev17-Oct-16 8:24
professionalZurdoDev17-Oct-16 8:24 
AnswerRe: web form generate html on separate pages Pin
ZurdoDev17-Oct-16 8:25
professionalZurdoDev17-Oct-16 8:25 
QuestionLinkhub Pin
Member 1279506215-Oct-16 2:40
Member 1279506215-Oct-16 2:40 
AnswerRe: Linkhub Pin
Richard MacCutchan15-Oct-16 6:19
mveRichard MacCutchan15-Oct-16 6:19 
Questionhow to send autogenerated sms to the number given by the user Pin
Member 1279468314-Oct-16 20:39
Member 1279468314-Oct-16 20:39 
AnswerRe: how to send autogenerated sms to the number given by the user Pin
Ovie Prince Tegaton15-Oct-16 6:03
professionalOvie Prince Tegaton15-Oct-16 6:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.