Click here to Skip to main content
15,888,286 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView not Display Name Pin
lrsalunkhe26-Jan-10 1:16
lrsalunkhe26-Jan-10 1:16 
QuestionASP PageMethod not working :-/ Pin
Matt Cavanagh25-Jan-10 23:08
Matt Cavanagh25-Jan-10 23:08 
AnswerRe: ASP PageMethod not working :-/ Pin
Anurag Gandhi25-Jan-10 23:24
professionalAnurag Gandhi25-Jan-10 23:24 
GeneralRe: ASP PageMethod not working :-/ Pin
Matt Cavanagh25-Jan-10 23:33
Matt Cavanagh25-Jan-10 23:33 
AnswerRe: ASP PageMethod not working :-/ Pin
mrMercury26-Jan-10 12:31
mrMercury26-Jan-10 12:31 
GeneralRe: ASP PageMethod not working :-/ Pin
Matt Cavanagh26-Jan-10 13:43
Matt Cavanagh26-Jan-10 13:43 
QuestionIssue with web.config and Sql Server 2005. Pin
twoguy25-Jan-10 20:52
twoguy25-Jan-10 20:52 
QuestionAjax Calender extender problem Pin
Hema Bairavan25-Jan-10 19:27
Hema Bairavan25-Jan-10 19:27 
Hi all,

i am facing a problem with ajax calendar extender,when the calendar is open, its not getting closed when the user click on other controls, making the user to select the date mandatory.is there any bug in my code

my code is

<asp:TextBox runat="server" ID="txtDateFrom" Width="115px" MaxLength="40"></asp:TextBox>
<asp:ImageButton runat="server" ID="btDateFrom" ToolTip="Calendar Lookup" ImageAlign="Top"
ImageUrl="Themes/Images/calendar2.jpg" CausesValidation="true" />
<AJAX:CalendarExtender runat="server" ID="CalFrom" CssClass="MyCalendar" PopupButtonID="btDateFrom"
TargetControlID="txtDateFrom" Format="dd/MM/yyyy">
</AJAX:CalendarExtender>


and i kept this in a panel pnltext.in which that panel is a modal pop up panel,

<AJAX:ModalPopupExtender DropShadow="false" BackgroundCssClass="modalBackground"
TargetControlID="DetailFind" runat="server" Drag="true" CancelControlID="ImageButton1"
PopupControlID="pnltext" X="450" Y="50" ID="ModalPopupExtender1">
</AJAX:ModalPopupExtender>

DetailFind is a button, in which the above pop up is invoked


please help
QuestionASP.NET Membership issue Pin
April Unni25-Jan-10 11:07
April Unni25-Jan-10 11:07 
AnswerRe: ASP.NET Membership issue Pin
Not Active25-Jan-10 11:36
mentorNot Active25-Jan-10 11:36 
QuestionCannot open Server Explorer Pin
dptalt25-Jan-10 8:41
dptalt25-Jan-10 8:41 
Questioncss problem Pin
Spurple25-Jan-10 7:23
Spurple25-Jan-10 7:23 
QuestionAjax Popup problem Pin
Hema Bairavan25-Jan-10 7:04
Hema Bairavan25-Jan-10 7:04 
AnswerMessage Removed Pin
25-Jan-10 18:50
professionalBlikkies25-Jan-10 18:50 
GeneralRe: Ajax Popup problem Pin
Hema Bairavan25-Jan-10 19:21
Hema Bairavan25-Jan-10 19:21 
GeneralRe: Ajax Popup problem Pin
Blikkies25-Jan-10 19:34
professionalBlikkies25-Jan-10 19:34 
QuestionImage Stretching Pin
Hema Bairavan25-Jan-10 5:53
Hema Bairavan25-Jan-10 5:53 
AnswerRe: Image Stretching Pin
Not Active25-Jan-10 6:35
mentorNot Active25-Jan-10 6:35 
Questionopen excel file Pin
arkiboys25-Jan-10 5:11
arkiboys25-Jan-10 5:11 
AnswerRe: open excel file Pin
David Mujica25-Jan-10 5:43
David Mujica25-Jan-10 5:43 
GeneralRe: open excel file Pin
arkiboys25-Jan-10 5:53
arkiboys25-Jan-10 5:53 
GeneralRe: open excel file Pin
Not Active25-Jan-10 6:09
mentorNot Active25-Jan-10 6:09 
AnswerRe: open excel file Pin
PunkIsNotDead25-Jan-10 6:06
PunkIsNotDead25-Jan-10 6:06 
GeneralRe: open excel file [modified] Pin
Not Active25-Jan-10 6:15
mentorNot Active25-Jan-10 6:15 
AnswerRe: open excel file Pin
Not Active25-Jan-10 6:29
mentorNot Active25-Jan-10 6:29 

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.