Click here to Skip to main content
15,913,587 members
Home / Discussions / ASP.NET
   

ASP.NET

 
SuggestionRe: Help with a static class Pin
Richard Deeming20-May-15 7:08
mveRichard Deeming20-May-15 7:08 
GeneralRe: Help with a static class Pin
jkirkerx20-May-15 8:10
professionaljkirkerx20-May-15 8:10 
GeneralRe: Help with a static class Pin
Richard Deeming20-May-15 8:20
mveRichard Deeming20-May-15 8:20 
GeneralRe: Help with a static class Pin
jkirkerx20-May-15 9:15
professionaljkirkerx20-May-15 9:15 
GeneralRe: Help with a static class Pin
Stephen Holdorf21-May-15 2:50
Stephen Holdorf21-May-15 2:50 
QuestionProblem With ASP.Net Webform using JQuery AJAX Pin
MadDashCoder14-May-15 23:09
MadDashCoder14-May-15 23:09 
AnswerRe: Problem With ASP.Net Webform using JQuery AJAX Pin
F-ES Sitecore14-May-15 23:33
professionalF-ES Sitecore14-May-15 23:33 
QuestionASP.NET web forms label set by jquery not updated in database Pin
spirospap13-May-15 15:27
spirospap13-May-15 15:27 
AnswerRe: ASP.NET web forms label set by jquery not updated in database Pin
F-ES Sitecore13-May-15 22:32
professionalF-ES Sitecore13-May-15 22:32 
QuestionASP.NET WebDav file upload Pin
candogu12-May-15 21:21
candogu12-May-15 21:21 
AnswerRe: ASP.NET WebDav file upload Pin
Richard Deeming13-May-15 1:28
mveRichard Deeming13-May-15 1:28 
QuestionBest method of delegating password resets Pin
sczii11-May-15 16:10
sczii11-May-15 16:10 
QuestionTextbox in Updatepanel doesnt submit text Pin
senglory7-May-15 21:46
senglory7-May-15 21:46 
C#
Hi,

Here's my ASPX page:

<
Quote:

<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/DEF.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %>


<asp:content id="Content2" contentplaceholderid="PlaceHolderBodyAreaClass" runat="server">


<asp:content id="Content1" contentplaceholderid="PlaceHolderAdditionalPageHead" runat="server">

<script type="text/javascript" src="Scripts/js/jquery-1.11.2.js"></script>
<script type="text/javascript" src="Scripts/js/jquery-ui.js"></script>




<asp:content id="BodyContent" contentplaceholderid="PlaceHolderMain" runat="server">

<asp:updatepanel id="UpdatePanel4" runat="server">
<contenttemplate>
<asp:label id="lblError" runat="server" forecolor="Red" text="">
<asp:button clientidmode="Static" id="Button1" runat="server" text="DIALOG"
="" onclientclick="Dlg();return false;">




QUESTION


<asp:updatepanel id="UpdatePanel6" runat="server">
<contenttemplate>

Group: <asp:textbox id="txtGroup" runat="server">
<asp:button id="btnQuestSave" runat="server" usesubmitbehavior="false" text="Save ASYNC" onclick="btnQuestSave_Click">







<script type="text/javascript">

function Dlg()
{
$('#dialogQuests').dialog({ minWidth: 840, resizable: true });
}

</script>




When I click on "Save ASYNC" button txtGroup comes empty in btnQuestSave_Click. I wonder what's wrong with my project.
AnswerRe: Textbox in Updatepanel doesnt submit text Pin
jkirkerx8-May-15 11:37
professionaljkirkerx8-May-15 11:37 
GeneralRe: Textbox in Updatepanel doesnt submit text Pin
senglory8-May-15 21:25
senglory8-May-15 21:25 
GeneralRe: Textbox in Updatepanel doesnt submit text Pin
senglory25-May-15 10:07
senglory25-May-15 10:07 
Questiondefault page redirect when go back home page. Pin
Ibrar Tariq7-May-15 21:35
Ibrar Tariq7-May-15 21:35 
QuestionRe: default page redirect when go back home page. Pin
ZurdoDev8-May-15 8:39
professionalZurdoDev8-May-15 8:39 
AnswerRe: default page redirect when go back home page. Pin
Ibrar Tariq8-May-15 15:44
Ibrar Tariq8-May-15 15:44 
AnswerRe: default page redirect when go back home page. Pin
Marjan Venema9-May-15 8:14
professionalMarjan Venema9-May-15 8:14 
GeneralRe: default page redirect when go back home page. Pin
ZurdoDev9-May-15 11:11
professionalZurdoDev9-May-15 11:11 
QuestionAdd Dynamic Field in SQL Server or XML Pin
ankitsoftdev7-May-15 7:05
ankitsoftdev7-May-15 7:05 
GeneralRe: Add Dynamic Field in SQL Server or XML Pin
Sascha Lefèvre7-May-15 9:16
professionalSascha Lefèvre7-May-15 9:16 
AnswerRe: Add Dynamic Field in SQL Server or XML Pin
jkirkerx7-May-15 13:08
professionaljkirkerx7-May-15 13:08 
AnswerRe: Add Dynamic Field in SQL Server or XML Pin
MarbryH11-May-15 3:22
MarbryH11-May-15 3:22 

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.