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

ASP.NET

 
AnswerRe: Response.Redirect corrupting redirect URL Pin
Not Active9-Mar-10 11:47
mentorNot Active9-Mar-10 11:47 
GeneralRe: Response.Redirect corrupting redirect URL Pin
redfish3410-Mar-10 9:03
redfish3410-Mar-10 9:03 
AnswerRe: Response.Redirect corrupting redirect URL Pin
doudoufly9-Mar-10 15:36
doudoufly9-Mar-10 15:36 
QuestionSmall part of web page... Pin
igor.senych9-Mar-10 8:14
igor.senych9-Mar-10 8:14 
AnswerRe: Small part of web page... Pin
Not Active9-Mar-10 9:40
mentorNot Active9-Mar-10 9:40 
GeneralRe: Small part of web page... Pin
igor.senych9-Mar-10 10:20
igor.senych9-Mar-10 10:20 
GeneralRe: Small part of web page... Pin
Not Active9-Mar-10 11:43
mentorNot Active9-Mar-10 11:43 
QuestionMaskedEditExtender and MaskedEditValidator Pin
paper679-Mar-10 7:07
paper679-Mar-10 7:07 
Hi,

I have the following code :

<form id="form1" runat="server">
    <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server" />
    <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional">
        <ContentTemplate>
            <asp:TextBox ID="TextBox1" runat="server" Width="70px" ValidationGroup="ValGrp"/>
            <asp:MaskedEditExtender ID="TextBox1MaskedEditExt" runat="server" TargetControlID="TextBox1"
                Mask="99/99/9999" MaskType="Date" UserDateFormat="DayMonthYear" />
            <asp:MaskedEditValidator ID="TextBox1MaskedEditVal" runat="server" ControlExtender="TextBox1MaskedEditExt"
                ControlToValidate="TextBox1" IsValidEmpty="False" EnableClientScript="False" ValidationGroup="ValGrp"
                EmptyValueMessage="*" InvalidValueMessage="dd/mm/jjjj" /><br />
            <asp:Button ID="SubmitButton" runat="server" Text="Submit" ValidationGroup="ValGrp" />
        </ContentTemplate>
    </asp:UpdatePanel>
</form>


TextBox1 is a required date field. On submitting the code throws me a client exception saying :

'className' is null or not an object

What is wrong here ?
AnswerRe: MaskedEditExtender and MaskedEditValidator Pin
Sandeep Mewara9-Mar-10 9:14
mveSandeep Mewara9-Mar-10 9:14 
QuestionAjax SlideShow Controller Pin
Ersan Ercek9-Mar-10 2:27
Ersan Ercek9-Mar-10 2:27 
AnswerRe: Ajax SlideShow Controller Pin
Anurag Gandhi9-Mar-10 2:41
professionalAnurag Gandhi9-Mar-10 2:41 
GeneralRe: Ajax SlideShow Controller Pin
Ersan Ercek9-Mar-10 2:50
Ersan Ercek9-Mar-10 2:50 
GeneralRe: Ajax SlideShow Controller Pin
Ersan Ercek9-Mar-10 4:20
Ersan Ercek9-Mar-10 4:20 
AnswerRe: Ajax SlideShow Controller Pin
Anurag Gandhi9-Mar-10 6:16
professionalAnurag Gandhi9-Mar-10 6:16 
Questionvertical-align problem Pin
benams9-Mar-10 2:09
benams9-Mar-10 2:09 
AnswerRe: vertical-align problem Pin
Viral Upadhyay9-Mar-10 2:28
Viral Upadhyay9-Mar-10 2:28 
AnswerRe: vertical-align problem Pin
meghamaharshi9-Mar-10 20:56
meghamaharshi9-Mar-10 20:56 
Questionconfirmation message box from code behind Pin
Amit Patel19858-Mar-10 23:39
Amit Patel19858-Mar-10 23:39 
AnswerRe: confirmation message box from code behind Pin
sashidhar9-Mar-10 0:12
sashidhar9-Mar-10 0:12 
AnswerRe: confirmation message box from code behind Pin
Neh.C9-Mar-10 0:14
Neh.C9-Mar-10 0:14 
AnswerRe: confirmation message box from code behind Pin
Sandeep Mewara9-Mar-10 0:56
mveSandeep Mewara9-Mar-10 0:56 
AnswerRe: confirmation message box from code behind Pin
DX Roster9-Mar-10 1:16
DX Roster9-Mar-10 1:16 
QuestionRetrieving all images from MS-Access database Pin
Sutotpal Shrivastava8-Mar-10 23:19
Sutotpal Shrivastava8-Mar-10 23:19 
AnswerRe: Retrieving all images from MS-Access database Pin
sashidhar9-Mar-10 0:16
sashidhar9-Mar-10 0:16 
AnswerRe: Retrieving all images from MS-Access database Pin
Sandeep Mewara9-Mar-10 0:58
mveSandeep Mewara9-Mar-10 0:58 

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.