Click here to Skip to main content
15,885,366 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: best way to url rewrite Pin
Jassim Rahma26-Jul-12 9:35
Jassim Rahma26-Jul-12 9:35 
GeneralRe: best way to url rewrite Pin
jkirkerx26-Jul-12 12:35
professionaljkirkerx26-Jul-12 12:35 
Questionconboxbox in formview control Pin
rachel_m26-Jul-12 6:45
rachel_m26-Jul-12 6:45 
Questionjavascript in web app Pin
rachel_m26-Jul-12 6:42
rachel_m26-Jul-12 6:42 
GeneralRe: javascript in web app Pin
R. Giskard Reventlov26-Jul-12 7:12
R. Giskard Reventlov26-Jul-12 7:12 
GeneralRe: javascript in web app Pin
Paul Conrad13-Sep-12 9:09
professionalPaul Conrad13-Sep-12 9:09 
Questionrange validator 2010 Pin
dcof26-Jul-12 6:07
dcof26-Jul-12 6:07 
GeneralRe: range validator 2010 Pin
jkirkerx26-Jul-12 12:44
professionaljkirkerx26-Jul-12 12:44 
dcof wrote:
My range validation works

See below comment
dcof wrote:
a user can enter a date like 07.15.2012 and the date is accepted with no error. Why do this occur?

Your range validator doesn't work
dcof wrote:
Can you tell me how to force this edit?

You can force the edit, by replacing the . with a / using Javascript, or just take the value and post it, then alter the value to the flavor that you prefer.

no code samples because you have to decide what your going to implement first.

[EDIT]
I didn't test this, but I think I got it right for Javascript
var startDate = "7.1.2012";
startDate.replace(/\./g, "/");


modified 26-Jul-12 19:03pm.

Questionajax calendar control only render sundays Pin
amit sahu2026-Jul-12 0:08
amit sahu2026-Jul-12 0:08 
QuestionSQL query result sent to aspx page to be used by Jquery Pin
zapovjednik25-Jul-12 21:59
zapovjednik25-Jul-12 21:59 
AnswerRe: SQL query result sent to aspx page to be used by Jquery Pin
ashjassi17-Aug-12 2:50
ashjassi17-Aug-12 2:50 
AnswerRe: SQL query result sent to aspx page to be used by Jquery Pin
ashjassi17-Aug-12 2:51
ashjassi17-Aug-12 2:51 
QuestionHow to user Update Progress Bar in Master page and in aspx page Pin
sandeep_ravula25-Jul-12 21:11
sandeep_ravula25-Jul-12 21:11 
AnswerRe: How to user Update Progress Bar in Master page and in aspx page Pin
Vani Kulkarni26-Jul-12 3:11
professionalVani Kulkarni26-Jul-12 3:11 
GeneralRe: How to user Update Progress Bar in Master page and in aspx page Pin
sandeep_ravula19-Aug-12 3:10
sandeep_ravula19-Aug-12 3:10 
GeneralSome PowerShell scripts fail when executed from ASP.NET site Pin
Tyson326425-Jul-12 20:19
Tyson326425-Jul-12 20:19 
Questionserver side editor Pin
dcof25-Jul-12 17:53
dcof25-Jul-12 17:53 
SuggestionRe: server side editor Pin
Richard MacCutchan25-Jul-12 22:42
mveRichard MacCutchan25-Jul-12 22:42 
GeneralRe: server side editor Pin
dcof26-Jul-12 6:07
dcof26-Jul-12 6:07 
GeneralRe: server side editor Pin
Richard MacCutchan26-Jul-12 6:23
mveRichard MacCutchan26-Jul-12 6:23 
Questionprevent to copy my web pge Pin
Elham M24-Jul-12 21:28
Elham M24-Jul-12 21:28 
AnswerRe: prevent to copy my web pge Pin
Bernhard Hiller24-Jul-12 21:36
Bernhard Hiller24-Jul-12 21:36 
GeneralRe: prevent to copy my web pge Pin
Elham M24-Jul-12 21:51
Elham M24-Jul-12 21:51 
AnswerRe: prevent to copy my web pge Pin
StianSandberg24-Jul-12 23:36
StianSandberg24-Jul-12 23:36 
GeneralRe: prevent to copy my web pge Pin
Elham M25-Jul-12 22:21
Elham M25-Jul-12 22:21 

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.