Click here to Skip to main content
15,907,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralMy page is not redirecting to proper Login.aspx page Pin
coolsatty26-Mar-08 1:04
coolsatty26-Mar-08 1:04 
GeneralRe: My page is not redirecting to proper Login.aspx page Pin
Declan Bright26-Mar-08 1:12
Declan Bright26-Mar-08 1:12 
GeneralRe: My page is not redirecting to proper Login.aspx page Pin
coolsatty26-Mar-08 23:32
coolsatty26-Mar-08 23:32 
GeneralRe: My page is not redirecting to proper Login.aspx page Pin
Declan Bright27-Mar-08 1:59
Declan Bright27-Mar-08 1:59 
GeneralRe: My page is not redirecting to proper Login.aspx page [modified] Pin
coolsatty27-Mar-08 5:36
coolsatty27-Mar-08 5:36 
QuestionHow to open a external application using Asp.net 2.0? Pin
balaguru26-Mar-08 0:16
balaguru26-Mar-08 0:16 
AnswerRe: How to open a external application using Asp.net 2.0? Pin
Declan Bright26-Mar-08 0:59
Declan Bright26-Mar-08 0:59 
QuestionProblem with UpdatePanel and ContentTemplate [modified] Pin
udaymohan26-Mar-08 0:08
udaymohan26-Mar-08 0:08 
Hi Everyone,
i am using AjaxCalendar Control,for Multilugnial site. when i change the
Language from English to French, then the AjaxCalendarcontrol does not changing to Frech Language, when i remove the UpdatePanel and ContentTemplate tag in the design, its working fine.

can u given me solution, it should work, when i place the UpdatePanel and ContentTemplate also.

Plz give me solution.


<div class="SearchHotelRow">
<div class="SearchHotelLabelTwoColumnFormat">
<asp:Label ID="L_CheckInDate" runat="server" Text="From:"></asp:Label>
</div>
<div class="SearchHotelControlTwoColumnFormat">
<asp:TextBox ID="TB_CheckInDate" runat="server" Width="70px"></asp:TextBox>
<asp:ImageButton ID="IB_CheckInDate" ImageUrl="~/App_Themes/Images/Calendar_Icon.gif"
runat="server" ImageAlign="AbsMiddle" CausesValidation="False" />
<ajaxToolkit:CalendarExtender ID="CE_From" runat="server" TargetControlID="TB_CheckInDate"
Format="MM/dd/yyyy" PopupButtonID="IB_CheckInDate">
</ajaxToolkit:CalendarExtender>
</div>
<div class="SearchHotelLabelFourColumnFormat">
<asp:Label ID="ToCheckDateFormat" Text="(mm/dd/yyyy)" runat="server"></asp:Label>
</div>
</div>
<div class="SearchHotelRow">
<div class="SearchHotelLabelTwoColumnFormat">
<asp:Label ID="L_CheckOutDate" runat="server" Text="To:"></asp:Label>
</div>
<div class="SearchHotelControlTwoColumnFormat">
<asp:TextBox ID="TB_CheckOutDate" runat="server" Width="70px"></asp:TextBox>
<asp:ImageButton ID="IB_CheckOutDate" ImageUrl="~/App_Themes/Images/Calendar_Icon.gif"
runat="server" ImageAlign="AbsMiddle" CausesValidation="False" />
<ajaxToolkit:CalendarExtender ID="CE_To" runat="server" TargetControlID="TB_CheckOutDate"
Format="MM/dd/yyyy" PopupButtonID="IB_CheckOutDate">
</ajaxToolkit:CalendarExtender>
</div>
<div class="SearchHotelLabelFourColumnFormat">
<asp:Label ID="L_CheckOutDateFormat" Text="(mm/dd/yyyy)" runat="server"></asp:Label>
</div>
</div>


here i am not placed the UpdatePanel and ContentTemplate tag, its work when i placed it. it does not work.

modified on Wednesday, March 26, 2008 6:18 AM

GeneralRe: Problem with UpdatePanel and ContentTemplate Pin
eyeseetee26-Mar-08 0:12
eyeseetee26-Mar-08 0:12 
GeneralRe: Problem with UpdatePanel and ContentTemplate Pin
maryam.saboor26-Mar-08 1:44
professionalmaryam.saboor26-Mar-08 1:44 
GeneralReport Viewer Horror Pin
vinnuvineet25-Mar-08 23:48
vinnuvineet25-Mar-08 23:48 
QuestionManually filling up datagrid? Pin
megavan25-Mar-08 23:21
megavan25-Mar-08 23:21 
AnswerRe: Manually filling up datagrid? Pin
Declan Bright25-Mar-08 23:47
Declan Bright25-Mar-08 23:47 
GeneralRe: Manually filling up datagrid? Pin
megavan26-Mar-08 0:06
megavan26-Mar-08 0:06 
GeneralRe: Manually filling up datagrid? Pin
Declan Bright26-Mar-08 0:49
Declan Bright26-Mar-08 0:49 
AnswerRe: Manually filling up datagrid? Pin
Christian Graus26-Mar-08 0:09
protectorChristian Graus26-Mar-08 0:09 
GeneralCascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex25-Mar-08 22:45
Malayil alex25-Mar-08 22:45 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Declan Bright25-Mar-08 23:40
Declan Bright25-Mar-08 23:40 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex26-Mar-08 0:16
Malayil alex26-Mar-08 0:16 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Declan Bright26-Mar-08 0:44
Declan Bright26-Mar-08 0:44 
GeneralRe: CascadingDropDown Using Page Method insted of webmethod Pin
Malayil alex27-Mar-08 5:03
Malayil alex27-Mar-08 5:03 
GeneralUsing Scanner In Asp.Net Application Pin
Member 345333125-Mar-08 22:34
Member 345333125-Mar-08 22:34 
GeneralRe: Using Scanner In Asp.Net Application Pin
Christian Graus25-Mar-08 22:59
protectorChristian Graus25-Mar-08 22:59 
GeneralRe: Using Scanner In Asp.Net Application Pin
Eduard Keilholz25-Mar-08 23:53
Eduard Keilholz25-Mar-08 23:53 
Generalusing Dotnetnuke Pin
Madang25-Mar-08 21:59
Madang25-Mar-08 21:59 

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.