Click here to Skip to main content
15,884,425 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHyper Link in datagrid to download a file Pin
<<Tash18>>31-Oct-10 20:38
<<Tash18>>31-Oct-10 20:38 
AnswerRe: Hyper Link in datagrid to download a file Pin
Not Active1-Nov-10 2:14
mentorNot Active1-Nov-10 2:14 
GeneralRe: Hyper Link in datagrid to download a file Pin
<<Tash18>>1-Nov-10 19:00
<<Tash18>>1-Nov-10 19:00 
QuestionCopy Multiple File on Client Machine Pin
raushan_931-Oct-10 20:00
raushan_931-Oct-10 20:00 
QuestionASP.net VB Pin
Xinxen31-Oct-10 19:50
Xinxen31-Oct-10 19:50 
Questionbest way to save news? Pin
Jassim Rahma31-Oct-10 4:40
Jassim Rahma31-Oct-10 4:40 
AnswerRe: best way to save news? Pin
Brij31-Oct-10 4:53
mentorBrij31-Oct-10 4:53 
Questionlosing the focud!! Pin
Jassim Rahma31-Oct-10 4:36
Jassim Rahma31-Oct-10 4:36 
I have a timer which displays the current time within an asp:UpdatePanel This part is working fine..

I have another asp:UpdatePanel on the same page with two TextBoxs for login purpose.

The problem when the timer is running and I try to put the cursor in one of the two boxes in the UpdatePagel of the loging area it just stays there for seconds and then lose the focus! why is that?

these are the panels:

<dxt:ASPxTimer ID="timerClock" runat="server" Interval="1000" OnTick="timerClock_Tick" />
<asp:UpdatePanel runat="server" UpdateMode="Always">
<Triggers>
    <asp:AsyncPostBackTrigger ControlID="timerClock" />
</Triggers>
<ContentTemplate>
    <asp:Table runat="server" Width="120" BorderWidth="0" CellPadding="0" CellSpacing="0">
    <asp:TableRow>
        <asp:TableCell HorizontalAlign="Center" VerticalAlign="Middle"><dxe:ASPxImage ID="imageFlag" runat="server" ImageUrl="~/images/flags/ar-BH.gif" /></asp:TableCell>
        <asp:TableCell HorizontalAlign="Center" VerticalAlign="Middle" Width="100%"><dxe:ASPxLabel ID="lblCurrentTime" runat="server" Font-Bold="true" Text="Loading.." /></asp:TableCell>
    </asp:TableRow>
    </asp:Table>
</ContentTemplate>
</asp:UpdatePanel>



<asp:UpdatePanel runat="server">
<ContentTemplate>
    <asp:Table ID="Table1" runat="server" CellPadding="2" CellSpacing="2">
        <asp:TableRow><asp:TableCell>Email Address:</asp:TableCell></asp:TableRow>
        <asp:TableRow><asp:TableCell><dxe:ASPxTextBox ID="txtLoginEmail" runat="server" Width="160px" /></asp:TableCell></asp:TableRow>
        <asp:TableRow><asp:TableCell>Password:</asp:TableCell></asp:TableRow>
        <asp:TableRow><asp:TableCell><dxe:ASPxTextBox ID="txtLoginPassword" runat="server" Width="160px" /></asp:TableCell></asp:TableRow>
        <asp:TableRow><asp:TableCell HorizontalAlign="Center"><asp:Button ID="btnLogin" runat="server" Text="Login" Width="100px" /></asp:TableCell></asp:TableRow>
    </asp:Table>
</ContentTemplate>
</asp:UpdatePanel>

QuestionHow do I integrate my asp.net website with other websites...(similar to Facebook Connect)? Pin
Nada Adel31-Oct-10 1:45
Nada Adel31-Oct-10 1:45 
Question500-inernal server error . Pin
Davood Riazi30-Oct-10 22:33
Davood Riazi30-Oct-10 22:33 
AnswerRe: 500-inernal server error . Pin
Keith Barrow31-Oct-10 4:37
professionalKeith Barrow31-Oct-10 4:37 
AnswerRe: 500-inernal server error . Pin
Brij31-Oct-10 4:47
mentorBrij31-Oct-10 4:47 
Questionprint a mobile webpage Pin
behzadcp30-Oct-10 19:28
professionalbehzadcp30-Oct-10 19:28 
Questiondatabse Pin
sheemap30-Oct-10 8:26
sheemap30-Oct-10 8:26 
AnswerRe: databse Pin
Karthik. A30-Oct-10 16:08
Karthik. A30-Oct-10 16:08 
GeneralRe: databse Pin
sheemap31-Oct-10 4:17
sheemap31-Oct-10 4:17 
GeneralRe: databse Pin
Karthik. A31-Oct-10 10:54
Karthik. A31-Oct-10 10:54 
QuestionWCF Pin
Any_India28-Oct-10 23:49
Any_India28-Oct-10 23:49 
AnswerRe: WCF Pin
Simon_Whale28-Oct-10 23:53
Simon_Whale28-Oct-10 23:53 
AnswerRe: WCF Pin
Anurag Gandhi28-Oct-10 23:59
professionalAnurag Gandhi28-Oct-10 23:59 
QuestionHow can we remove address bar of browser Pin
amitrajahuja28-Oct-10 22:44
amitrajahuja28-Oct-10 22:44 
AnswerRe: How can we remove address bar of browser Pin
NeverHeardOfMe28-Oct-10 23:38
NeverHeardOfMe28-Oct-10 23:38 
AnswerRe: How can we remove address bar of browser Pin
Any_India28-Oct-10 23:50
Any_India28-Oct-10 23:50 
AnswerRe: How can we remove address bar of browser Pin
Sujith C Jose29-Oct-10 0:46
Sujith C Jose29-Oct-10 0:46 
QuestionHow to get the current url in the code [modified] Pin
Satish - Developer28-Oct-10 21:40
Satish - Developer28-Oct-10 21:40 

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.