Click here to Skip to main content
15,920,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionasp.net form authentication Pin
lofland17-Aug-09 16:06
lofland17-Aug-09 16:06 
AnswerRe: asp.net form authentication Pin
Christian Graus17-Aug-09 16:16
protectorChristian Graus17-Aug-09 16:16 
GeneralRe: asp.net form authentication Pin
lofland17-Aug-09 16:29
lofland17-Aug-09 16:29 
GeneralRe: asp.net form authentication Pin
Christian Graus17-Aug-09 16:49
protectorChristian Graus17-Aug-09 16:49 
GeneralRe: asp.net form authentication Pin
lofland17-Aug-09 17:02
lofland17-Aug-09 17:02 
GeneralRe: asp.net form authentication Pin
lofland17-Aug-09 17:06
lofland17-Aug-09 17:06 
GeneralRe: asp.net form authentication Pin
Christian Graus17-Aug-09 17:13
protectorChristian Graus17-Aug-09 17:13 
QuestionMasked Edit Script Error Pin
smlud117-Aug-09 14:01
smlud117-Aug-09 14:01 
Textbox in the edit template is not binding... The Masked edit extender causes the error "Line: 16
Error: '2.length' is null or not an object". Well I actually have two textboxes closing time and opening time... Opening time always causes this error while closing time is working fine in edit mode....I tried to redo the whole thing and maybe it might work but it didn't, tried to check everything from syntax to binding of textbox everything looks fine...Anybody who knows what its complaining about....Heres the edit template not workin maybe there's a bug somewhere....

<edititemtemplate>
<asp:textbox id="timOpeningTime_edt" runat="server" text="<%# Bind("timOpeningTime") %>" columns="5" validationgroup="MKE">
<asp:requiredfieldvalidator id="rfvOpeningTime_edt" runat="server" text="*" errormessage="Opening Time is required!" controltovalidate="timOpeningTime_edt" validationgroup="EditGrid">
<asp:regularexpressionvalidator id="rgxOpeningTime_edt" runat="server" controltovalidate="timOpeningTime_edt"
="" display="Dynamic" errormessage="Invalid Time format! Must be like 99:99 for 00:00 to 23:59" setfocusonerror="True" validationexpression="^(20|21|22|23|[01]\d|\d)(([:][0-5]\d){1,2})$" validationgroup="EditGrid">*
<cc1:maskededitextender id="MaskedEditExtender5" runat="server"
="" targetcontrolid="timOpeningTime_edt" mask="99:99" messagevalidatortip="true" onfocuscssclass="MaskedEditFocus" oninvalidcssclass="MaskedEditError" masktype="Time" acceptampm="false" usertimeformat="TwentyFourHour" errortooltipenabled="True">
<cc1:maskededitvalidator id="MaskedEditValidator5" runat="server"
="" controlextender="MaskedEditExtender5" controltovalidate="timOpeningTime_edt" isvalidempty="False" emptyvaluemessage="Time is required in the format: 99:99" invalidvaluemessage="Time is invalid" display="Dynamic" tooltipmessage="Input a time" emptyvalueblurredtext="*" invalidvalueblurredmessage="*" validationgroup="MKE">

AnswerRe: Masked Edit Script Error Pin
Christian Graus17-Aug-09 14:04
protectorChristian Graus17-Aug-09 14:04 
GeneralRe: Masked Edit Script Error [modified] Pin
smlud118-Aug-09 2:36
smlud118-Aug-09 2:36 
QuestionImplementing MVC vs built-in MVC Pin
Quake2Player17-Aug-09 11:30
Quake2Player17-Aug-09 11:30 
AnswerRe: Implementing MVC vs built-in MVC Pin
Christian Graus17-Aug-09 11:38
protectorChristian Graus17-Aug-09 11:38 
AnswerRe: Implementing MVC vs built-in MVC Pin
Not Active17-Aug-09 12:40
mentorNot Active17-Aug-09 12:40 
GeneralRe: Implementing MVC vs built-in MVC Pin
Quake2Player17-Aug-09 13:41
Quake2Player17-Aug-09 13:41 
Questiongetting at object properties in an arraylist Pin
BPatt17-Aug-09 10:59
BPatt17-Aug-09 10:59 
AnswerRe: getting at object properties in an arraylist Pin
Christian Graus17-Aug-09 11:39
protectorChristian Graus17-Aug-09 11:39 
GeneralRe: getting at object properties in an arraylist Pin
BPatt17-Aug-09 16:38
BPatt17-Aug-09 16:38 
Questionhow to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 10:26
Seraph_summer17-Aug-09 10:26 
AnswerRe: how to integrate pseudo css style into ASP.net Pin
Abhijit Jana17-Aug-09 10:33
professionalAbhijit Jana17-Aug-09 10:33 
GeneralRe: how to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 10:51
Seraph_summer17-Aug-09 10:51 
GeneralRe: how to integrate pseudo css style into ASP.net Pin
Abhijit Jana17-Aug-09 11:05
professionalAbhijit Jana17-Aug-09 11:05 
GeneralRe: how to integrate pseudo css style into ASP.net Pin
Seraph_summer17-Aug-09 11:21
Seraph_summer17-Aug-09 11:21 
Questionhow to set the color when mouseover on a linkbutton? Pin
Seraph_summer17-Aug-09 9:57
Seraph_summer17-Aug-09 9:57 
AnswerRe: how to set the color when mouseover on a linkbutton? Pin
Abhijit Jana17-Aug-09 10:07
professionalAbhijit Jana17-Aug-09 10:07 
GeneralRe: how to set the color when mouseover on a linkbutton? Pin
Seraph_summer17-Aug-09 10:14
Seraph_summer17-Aug-09 10: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.