Click here to Skip to main content
15,791,602 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Unable to read from web.config Pin
samflex12-Dec-20 5:16
samflex12-Dec-20 5:16 
QuestionServer not recognizing AD info (SOLVED) Pin
samflex10-Dec-20 11:42
samflex10-Dec-20 11:42 
AnswerRe: Server not recognizing AD info Pin
Richard Deeming11-Dec-20 1:25
mveRichard Deeming11-Dec-20 1:25 
GeneralRe: Server not recognizing AD info Pin
samflex11-Dec-20 4:20
samflex11-Dec-20 4:20 
GeneralRe: Server not recognizing AD info Pin
Richard Deeming11-Dec-20 4:29
mveRichard Deeming11-Dec-20 4:29 
GeneralRe: Server not recognizing AD info Pin
samflex11-Dec-20 8:12
samflex11-Dec-20 8:12 
QuestionSSL Certificate problem with Local IIS, ADFS and Visual Studio Pin
Super Lloyd9-Dec-20 16:54
Super Lloyd9-Dec-20 16:54 
Questionpass the id to the modal Pin
Member 149089649-Nov-20 9:42
Member 149089649-Nov-20 9:42 
@{
              foreach (var item in (List<TarefasModel>)ViewBag.MostrarTarefas)
              {
                      <tr>
                          <td><button type="button" class="btn btn-warning" data-toggle="modal" data-target="'#Modalpopup + @item.Id'">Editar</button></td>
                          <td>@item.Id</td>
                          <td>@item.NomeTarefa</td>
                          <td>@item.Descricao</td>
                          <td>@item.Atribuido</td>
                          <td>@item.DataVencimento</td>
                          <td><button type="button" class="btn btn-success" onclick="Excluir(@item.Id)">Concluido</button></td>
                      </tr>

              }
          }

      </tbody>


I need pass the ID in modal . I try this :
<td><button type="button" class="btn btn-warning" data-toggle="modal" data-target="'#Modalpopup + @item.Id'">Editar</button></td>


But this not work
AnswerRe: pass the id to the modal Pin
Richard Deeming9-Nov-20 23:02
mveRichard Deeming9-Nov-20 23:02 
QuestionASP.NET Code with Azure AD Authentication Not working in Chrome and Edge Pin
Member 111541884-Nov-20 5:51
Member 111541884-Nov-20 5:51 
AnswerRe: ASP.NET Code with Azure AD Authentication Not working in Chrome and Edge Pin
Richard MacCutchan4-Nov-20 22:46
mveRichard MacCutchan4-Nov-20 22:46 
QuestionLogin using windows authentication using asp.net C# Pin
Member 1497830828-Oct-20 23:13
Member 1497830828-Oct-20 23:13 
AnswerRe: Login using windows authentication using asp.net C# Pin
Richard Deeming28-Oct-20 23:57
mveRichard Deeming28-Oct-20 23:57 
QuestionAuto enter key press Pin
Member 1216078023-Oct-20 9:22
Member 1216078023-Oct-20 9:22 
AnswerRe: Auto enter key press Pin
ZurdoDev23-Oct-20 10:04
professionalZurdoDev23-Oct-20 10:04 
GeneralRe: Auto enter key press Pin
Member 1216078023-Oct-20 16:30
Member 1216078023-Oct-20 16:30 
AnswerRe: Auto enter key press Pin
ZurdoDev24-Oct-20 2:27
professionalZurdoDev24-Oct-20 2:27 
QuestionModal show information Pin
Member 1490896420-Oct-20 1:59
Member 1490896420-Oct-20 1:59 
QuestionRe: Modal show information Pin
ZurdoDev20-Oct-20 2:44
professionalZurdoDev20-Oct-20 2:44 
AnswerRe: Modal show information Pin
Member 1490896420-Oct-20 3:47
Member 1490896420-Oct-20 3:47 
GeneralRe: Modal show information Pin
ZurdoDev20-Oct-20 3:48
professionalZurdoDev20-Oct-20 3:48 
AnswerRe: Modal show information Pin
ZurdoDev20-Oct-20 6:01
professionalZurdoDev20-Oct-20 6:01 
QuestionDisplay Tabs and details in ASP.Net MVC Pin
sagarpallavi18-Oct-20 18:21
sagarpallavi18-Oct-20 18:21 
AnswerRe: Display Tabs and details in ASP.Net MVC Pin
Richard MacCutchan18-Oct-20 22:55
mveRichard MacCutchan18-Oct-20 22:55 
QuestionFullCalendar button or click in day to add new event Pin
Member 1490896413-Oct-20 7:48
Member 1490896413-Oct-20 7:48 

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.