Click here to Skip to main content
16,006,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioniframe .. src Pin
Hemant Thaker23-Sep-09 4:45
Hemant Thaker23-Sep-09 4:45 
AnswerRe: iframe .. src Pin
Abhishek Sur23-Sep-09 5:47
professionalAbhishek Sur23-Sep-09 5:47 
QuestionRe: iframe .. src Pin
Hemant Thaker23-Sep-09 6:40
Hemant Thaker23-Sep-09 6:40 
AnswerRe: iframe .. src Pin
Abhijit Jana23-Sep-09 6:44
professionalAbhijit Jana23-Sep-09 6:44 
GeneralRe: iframe .. src Pin
Abhishek Sur23-Sep-09 8:27
professionalAbhishek Sur23-Sep-09 8:27 
GeneralRe: iframe .. src Pin
Abhijit Jana23-Sep-09 9:10
professionalAbhijit Jana23-Sep-09 9:10 
QuestionRe: iframe .. src Pin
Hemant Thaker23-Sep-09 9:32
Hemant Thaker23-Sep-09 9:32 
AnswerRe: iframe .. src Pin
Abhishek Sur23-Sep-09 9:55
professionalAbhishek Sur23-Sep-09 9:55 
GeneralRe: iframe .. src Pin
Abhishek Sur23-Sep-09 9:50
professionalAbhishek Sur23-Sep-09 9:50 
Questionnull is not null error Pin
Shuaib wasif khan23-Sep-09 4:21
Shuaib wasif khan23-Sep-09 4:21 
AnswerRe: null is not null error Pin
Abhijit Jana23-Sep-09 6:47
professionalAbhijit Jana23-Sep-09 6:47 
AnswerRe: null is not null error Pin
Abhishek Sur23-Sep-09 9:18
professionalAbhishek Sur23-Sep-09 9:18 
QuestionDLL Files Usage in Web Application. Pin
VikashGohil23-Sep-09 4:04
VikashGohil23-Sep-09 4:04 
AnswerRe: DLL Files Usage in Web Application. Pin
Abhishek Sur23-Sep-09 9:26
professionalAbhishek Sur23-Sep-09 9:26 
GeneralRe: DLL Files Usage in Web Application. Pin
VikashGohil23-Sep-09 19:38
VikashGohil23-Sep-09 19:38 
AnswerRe: DLL Files Usage in Web Application. Pin
Abhishek Sur23-Sep-09 23:02
professionalAbhishek Sur23-Sep-09 23:02 
GeneralRe: DLL Files Usage in Web Application. Pin
VikashGohil25-Sep-09 3:05
VikashGohil25-Sep-09 3:05 
GeneralRe: DLL Files Usage in Web Application. Pin
Abhishek Sur25-Sep-09 10:33
professionalAbhishek Sur25-Sep-09 10:33 
GeneralRe: DLL Files Usage in Web Application. Pin
VikashGohil26-Sep-09 19:13
VikashGohil26-Sep-09 19:13 
QuestionHttpWebResponse.GetResponse(); The operation has timed-out Pin
livez23-Sep-09 3:51
livez23-Sep-09 3:51 
AnswerRe: HttpWebResponse.GetResponse(); The operation has timed-out Pin
sashidhar23-Sep-09 5:57
sashidhar23-Sep-09 5:57 
AnswerRe: HttpWebResponse.GetResponse(); The operation has timed-out Pin
Abhishek Sur23-Sep-09 9:34
professionalAbhishek Sur23-Sep-09 9:34 
GeneralRe: HttpWebResponse.GetResponse(); The operation has timed-out Pin
livez24-Sep-09 20:20
livez24-Sep-09 20:20 
Questionhow to make text box mandatory on dropdown change Pin
NK723-Sep-09 3:26
NK723-Sep-09 3:26 
AnswerRe: how to make text box mandatory on dropdown change Pin
J4amieC23-Sep-09 3:36
J4amieC23-Sep-09 3:36 
I would have a requiredfieldvaliadtor on the textbox (and perhaps a regularexpressionvalidator too to ensure a date is entered) but set enabled to false. Then, when the user selects "FInished" from the dropdown, enable the validators.

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.