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

ASP.NET

 
QuestionConfiguration Error on ASPX Pin
C#Coudou13-Jan-09 15:32
C#Coudou13-Jan-09 15:32 
AnswerRe: Configuration Error on ASPX Pin
Abhijit Jana13-Jan-09 17:16
professionalAbhijit Jana13-Jan-09 17:16 
GeneralRe: Configuration Error on ASPX Pin
C#Coudou13-Jan-09 17:33
C#Coudou13-Jan-09 17:33 
AnswerRe: Configuration Error on ASPX Pin
Jon Rista13-Jan-09 19:09
Jon Rista13-Jan-09 19:09 
Questionasp.net validator Pin
ToddHileHoffer13-Jan-09 10:40
ToddHileHoffer13-Jan-09 10:40 
AnswerRe: asp.net validator Pin
K@313-Jan-09 10:44
K@313-Jan-09 10:44 
GeneralRe: asp.net validator Pin
ToddHileHoffer13-Jan-09 13:30
ToddHileHoffer13-Jan-09 13:30 
AnswerRe: asp.net validator Pin
Abhijit Jana13-Jan-09 16:40
professionalAbhijit Jana13-Jan-09 16:40 
Use Custom Validator

Date : <asp:textbox id="txtDate" runat="server" >
<asp:customvalidator id="valDate" runat="server">
ControlToValidate="txtDate"
ClientValidationFunction="ValidateDate"
ErrorMessage="Date is not valid" dispaly="dynamic"
</asp:customvalidator></asp:textbox>
ClientValidationFunction (ValidateDate) is a javascript funtion that will validate the date.

cheers,
Abhijit
CodeProject MVP
My Blog :Abhijit's World of .Net
GeneralRe: asp.net validator Pin
ToddHileHoffer14-Jan-09 2:33
ToddHileHoffer14-Jan-09 2:33 
QuestionPages in IIS (localhost) requiring login? Pin
MitchellBaldwin13-Jan-09 10:18
MitchellBaldwin13-Jan-09 10:18 
AnswerRe: Pages in IIS (localhost) requiring login? Pin
Abhijit Jana13-Jan-09 16:49
professionalAbhijit Jana13-Jan-09 16:49 
GeneralRe: Pages in IIS (localhost) requiring login? Pin
MitchellBaldwin14-Jan-09 5:55
MitchellBaldwin14-Jan-09 5:55 
AnswerRe: Pages in IIS (localhost) requiring login? Pin
Aman Bhullar13-Jan-09 20:17
Aman Bhullar13-Jan-09 20:17 
GeneralRe: Pages in IIS (localhost) requiring login? [modified] Pin
MitchellBaldwin14-Jan-09 5:58
MitchellBaldwin14-Jan-09 5:58 
QuestionSession Timeout Alert Message and Redirect to login page. Pin
dsrao13-Jan-09 9:30
dsrao13-Jan-09 9:30 
AnswerRe: Session Timeout Alert Message and Redirect to login page. Pin
ToddHileHoffer13-Jan-09 13:36
ToddHileHoffer13-Jan-09 13:36 
GeneralRe: Session Timeout Alert Message and Redirect to login page. Pin
dsrao14-Jan-09 6:53
dsrao14-Jan-09 6:53 
QuestionPaypal Integration Pin
Sebastian T Xavier13-Jan-09 7:45
Sebastian T Xavier13-Jan-09 7:45 
AnswerRe: Paypal Integration Pin
Abhijit Jana13-Jan-09 16:56
professionalAbhijit Jana13-Jan-09 16:56 
Questionsubmit specific data to iframe Pin
vjvjvjvj13-Jan-09 7:30
vjvjvjvj13-Jan-09 7:30 
QuestionGridView with HOver + vb.net [modified] Pin
K@313-Jan-09 4:16
K@313-Jan-09 4:16 
AnswerRe: GridView with HOver + vb.net Pin
ToddHileHoffer13-Jan-09 5:18
ToddHileHoffer13-Jan-09 5:18 
GeneralRe: GridView with HOver + vb.net Pin
K@313-Jan-09 10:42
K@313-Jan-09 10:42 
GeneralRe: GridView with HOver + vb.net Pin
ToddHileHoffer13-Jan-09 13:33
ToddHileHoffer13-Jan-09 13:33 
QuestionReport not filling ReportViewer Pin
Griffin200213-Jan-09 4:13
Griffin200213-Jan-09 4:13 

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.