Click here to Skip to main content
15,886,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to create a dynamic session Pin
vishnukamath1-Nov-10 23:48
vishnukamath1-Nov-10 23:48 
AnswerRe: how to create a dynamic session Pin
NeverHeardOfMe2-Nov-10 0:07
NeverHeardOfMe2-Nov-10 0:07 
GeneralRe: how to create a dynamic session Pin
vishnukamath2-Nov-10 21:44
vishnukamath2-Nov-10 21:44 
AnswerRe: how to create a dynamic session Pin
Brij2-Nov-10 0:12
mentorBrij2-Nov-10 0:12 
AnswerRe: how to create a dynamic session Pin
Sujith C Jose2-Nov-10 0:55
Sujith C Jose2-Nov-10 0:55 
QuestionUFrame Pin
Jassim Rahma1-Nov-10 21:41
Jassim Rahma1-Nov-10 21:41 
AnswerRe: UFrame Pin
thatraja1-Nov-10 21:47
professionalthatraja1-Nov-10 21:47 
Questionproblem in timer Pin
Jassim Rahma1-Nov-10 21:06
Jassim Rahma1-Nov-10 21:06 
I have the following code which simply display a timer within the UpdatePanel but the problem, I have another UpdatePanel [LoginPanel] in the page which should also Update always but with a different criteria .. here is the problem.. the LoginPanel is getting refreshed withthe time of the CurrenTTimePanel as well? why is that?


<dxt:ASPxTimer ID="timerClock" runat="server" Interval="1000" OnTick="timerClock_Tick" />

<asp:UpdatePanel runat="server">

<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>

AnswerRe: problem in timer Pin
thatraja1-Nov-10 21:22
professionalthatraja1-Nov-10 21:22 
QuestionShowing error message Pin
future38391-Nov-10 15:43
future38391-Nov-10 15:43 
AnswerRe: Showing error message Pin
benams1-Nov-10 20:23
benams1-Nov-10 20:23 
AnswerRe: Showing error message Pin
RaviRanjanKr1-Nov-10 20:39
professionalRaviRanjanKr1-Nov-10 20:39 
AnswerRe: Showing error message Pin
Brij1-Nov-10 20:44
mentorBrij1-Nov-10 20:44 
GeneralRe: Showing error message Pin
RaviRanjanKr1-Nov-10 20:53
professionalRaviRanjanKr1-Nov-10 20:53 
GeneralRe: Showing error message Pin
Brij2-Nov-10 2:36
mentorBrij2-Nov-10 2:36 
GeneralRe: Showing error message Pin
RaviRanjanKr2-Nov-10 3:06
professionalRaviRanjanKr2-Nov-10 3:06 
Questioncannot do add to cart function Pin
setengah1-Nov-10 14:53
setengah1-Nov-10 14:53 
AnswerRe: cannot do add to cart function Pin
T M Gray2-Nov-10 4:33
T M Gray2-Nov-10 4:33 
GeneralRe: cannot do add to cart function Pin
Fayu9-Nov-10 4:44
Fayu9-Nov-10 4:44 
QuestionDataset or ado.net Pin
future38391-Nov-10 3:35
future38391-Nov-10 3:35 
AnswerRe: Dataset or ado.net Pin
Not Active1-Nov-10 4:38
mentorNot Active1-Nov-10 4:38 
Questionhelp with url rewrite... Pin
swornavidhya_m31-Oct-10 23:09
swornavidhya_m31-Oct-10 23:09 
QuestionAjax with VS 2005 Pin
AndieDu31-Oct-10 20:51
AndieDu31-Oct-10 20:51 
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 

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.