Click here to Skip to main content
16,004,836 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Allow web users to get a report on the status of my web service Pin
Luc Pattyn2-Oct-10 11:13
sitebuilderLuc Pattyn2-Oct-10 11:13 
QuestionSet focus on row after edit Pin
treuveni2-Oct-10 8:34
treuveni2-Oct-10 8:34 
AnswerRe: Set focus on row after edit Pin
Not Active2-Oct-10 9:47
mentorNot Active2-Oct-10 9:47 
GeneralRe: Set focus on row after edit Pin
treuveni3-Oct-10 5:53
treuveni3-Oct-10 5:53 
GeneralRe: Set focus on row after edit Pin
Daniel Casserly3-Oct-10 9:22
Daniel Casserly3-Oct-10 9:22 
QuestionAjax problem Pin
Jassim Rahma1-Oct-10 12:18
Jassim Rahma1-Oct-10 12:18 
AnswerRe: Ajax problem Pin
Brij1-Oct-10 18:09
mentorBrij1-Oct-10 18:09 
GeneralRe: Ajax problem Pin
Jassim Rahma2-Oct-10 7:54
Jassim Rahma2-Oct-10 7:54 
This is the code. I just need to disable the btnSend or any of the textbox

<asp:ScriptManager ID="ScriptManager1" runat="server" />

<asp:UpdatePanel ID="panelContact" runat="server">
<ContentTemplate>
    <div>
    <asp:Table ID="Table11" runat="server" CellPadding="10">
    <asp:TableRow ID="rowComment"><asp:TableCell VerticalAlign="Top" ColumnSpan="3"><asp:Label runat="server" ID="lblStatus" Text="Thank you." ForeColor="Red" Font-Bold="true" Visible="false" /><asp:Label runat="server" ID="lblMessage" Text="Please write your message and I will get back to you as soon as possible." /></asp:TableCell></asp:TableRow>
    <asp:TableRow ID="rowHomePage" Visible="false"><asp:TableCell VerticalAlign="Top" ColumnSpan="3"><br /><asp:HyperLink ID="lblHomePage" runat="server" Text="Click Here to return to home page." NavigateUrl="Default.aspx" /></asp:TableCell></asp:TableRow>
    <asp:TableRow ID="rowMessage">
        <asp:TableCell VerticalAlign="Top">Your Message</asp:TableCell>
        <asp:TableCell Width="10" HorizontalAlign="Center" VerticalAlign="Top">:</asp:TableCell>
        <asp:TableCell VerticalAlign="Top"><asp:TextBox runat="server" ID="txtMessage" TextMode="MultiLine" TabIndex="0" Width="300px" Height="150px"></asp:TextBox></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="rowEmail">
        <asp:TableCell VerticalAlign="Top">Your Email</asp:TableCell>
        <asp:TableCell Width="10" HorizontalAlign="Center" VerticalAlign="Top">:</asp:TableCell>
        <asp:TableCell VerticalAlign="Top" HorizontalAlign="Right"><asp:TextBox runat="server" ID="txtEmail" Width="300px"></asp:TextBox></asp:TableCell>
    </asp:TableRow>
    <asp:TableRow ID="rowbutton">
        <asp:TableCell VerticalAlign="Top"></asp:TableCell>
        <asp:TableCell Width="10" HorizontalAlign="Center" VerticalAlign="Top"></asp:TableCell>
        <asp:TableCell VerticalAlign="Top">
            <asp:UpdateProgress runat="server" ID="updateProgress" DisplayAfter="1">
            <ProgressTemplate>
                <asp:Image ID="Image1" runat="server" ImageUrl="~/images/loading_progress.gif" />
            </ProgressTemplate>
            </asp:UpdateProgress>
            <asp:Button runat="server" ID="btnSend" Text="Send" Width="100%" OnClick="btnSend_Click" />
        </asp:TableCell>
    </asp:TableRow>
    </asp:Table>
    </div>
</ContentTemplate>
</asp:UpdatePanel>   

GeneralRe: Ajax problem Pin
Not Active2-Oct-10 9:38
mentorNot Active2-Oct-10 9:38 
GeneralRe: Ajax problem Pin
Jassim Rahma2-Oct-10 10:00
Jassim Rahma2-Oct-10 10:00 
GeneralRe: Ajax problem Pin
Not Active2-Oct-10 10:07
mentorNot Active2-Oct-10 10:07 
GeneralRe: Ajax problem Pin
Jassim Rahma3-Oct-10 0:37
Jassim Rahma3-Oct-10 0:37 
Questionimplement mp3 player in site in asp.net 3.5 Pin
amit sahu2030-Sep-10 22:16
amit sahu2030-Sep-10 22:16 
AnswerRe: implement mp3 player in site in asp.net 3.5 Pin
Blue_Boy30-Sep-10 22:25
Blue_Boy30-Sep-10 22:25 
AnswerRe: implement mp3 player in site in asp.net 3.5 Pin
JackBradford30-Sep-10 22:58
JackBradford30-Sep-10 22:58 
AnswerRe: implement mp3 player in site in asp.net 3.5 Pin
raju melveetilpurayil1-Oct-10 17:37
professionalraju melveetilpurayil1-Oct-10 17:37 
QuestionConversion: asp.net 2.0 ajax enabled web site to asp.net 3.5 Pin
Bajrang Singh30-Sep-10 21:11
Bajrang Singh30-Sep-10 21:11 
AnswerRe: Conversion: asp.net 2.0 ajax enabled web site to asp.net 3.5 Pin
Vimalsoft(Pty) Ltd30-Sep-10 22:52
professionalVimalsoft(Pty) Ltd30-Sep-10 22:52 
Questionhow do i know which web controls sent the request. Pin
AndieDu30-Sep-10 14:03
AndieDu30-Sep-10 14:03 
AnswerRe: how do i know which web controls sent the request. Pin
Karthik. A30-Sep-10 16:51
Karthik. A30-Sep-10 16:51 
GeneralRe: how do i know which web controls sent the request. Pin
AndieDu30-Sep-10 18:43
AndieDu30-Sep-10 18:43 
GeneralRe: how do i know which web controls sent the request. Pin
Karthik. A30-Sep-10 19:01
Karthik. A30-Sep-10 19:01 
AnswerRe: how do i know which web controls sent the request. Pin
Pete O'Hanlon30-Sep-10 22:04
mvePete O'Hanlon30-Sep-10 22:04 
Questionabout keeping information about the bookmarked page Pin
Dhyanga30-Sep-10 7:49
Dhyanga30-Sep-10 7:49 
AnswerRe: about keeping information about the bookmarked page Pin
Sandeep Mewara30-Sep-10 8:03
mveSandeep Mewara30-Sep-10 8: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.