Click here to Skip to main content
15,881,600 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: i want to make download link. Pin
Pravin Patil, Mumbai9-Aug-11 1:08
Pravin Patil, Mumbai9-Aug-11 1:08 
Questionمحدودیت لاگین Pin
sadiram8-Aug-11 20:55
sadiram8-Aug-11 20:55 
AnswerRe: محدودیت لاگین Pin
Richard MacCutchan8-Aug-11 21:13
mveRichard MacCutchan8-Aug-11 21:13 
QuestionCall script Pin
Rupert Koan8-Aug-11 1:32
Rupert Koan8-Aug-11 1:32 
AnswerRe: Call script Pin
Not Active8-Aug-11 1:56
mentorNot Active8-Aug-11 1:56 
GeneralRe: Call script Pin
Rupert Koan8-Aug-11 3:26
Rupert Koan8-Aug-11 3:26 
QuestionValidate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Naunt7-Aug-11 23:48
Naunt7-Aug-11 23:48 
AnswerRe: Validate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Not Active8-Aug-11 2:00
mentorNot Active8-Aug-11 2:00 
The ASAP.NET field validaators are run with JavaScript on the client first, then on the server if you have a Server meethod defined. Use some JavaScript to test when you click your submit button, or whatever method you are using to submit the form.

function ValidatePage()
{
  return Page_Validate("VALIDATION GROUP NAME");
}


I know the language. I've read a book. - _Madmatt

AnswerRe: Validate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Shameel8-Aug-11 5:50
professionalShameel8-Aug-11 5:50 
AnswerRe: Validate textbox with RequiredFieldValidator only if CheckBox is unchecked Pin
Naunt9-Aug-11 17:35
Naunt9-Aug-11 17:35 
QuestionHow to get data from generic handler after file download Pin
Dominick Marciano7-Aug-11 15:36
professionalDominick Marciano7-Aug-11 15:36 
AnswerRe: How to get data from generic handler after file download Pin
Parwej Ahamad7-Aug-11 19:40
professionalParwej Ahamad7-Aug-11 19:40 
Questionhow can i create multi language page Pin
apadana_19895-Aug-11 12:53
apadana_19895-Aug-11 12:53 
AnswerRe: how can i create multi language page Pin
Dr.Walt Fair, PE5-Aug-11 14:03
professionalDr.Walt Fair, PE5-Aug-11 14:03 
AnswerRe: how can i create multi language page Pin
Orcun Iyigun5-Aug-11 20:51
Orcun Iyigun5-Aug-11 20:51 
QuestionPlease wait or progress baar in user control using jquery Pin
NEMEE5-Aug-11 4:51
NEMEE5-Aug-11 4:51 
AnswerRe: Please wait or progress baar in user control using jquery Pin
Not Active5-Aug-11 6:17
mentorNot Active5-Aug-11 6:17 
AnswerRe: Please wait or progress baar in user control using jquery Pin
Wonde Tadesse6-Aug-11 5:01
professionalWonde Tadesse6-Aug-11 5:01 
Questioni want to use url rewriting by using iis setting. Pin
buffering834-Aug-11 19:19
buffering834-Aug-11 19:19 
AnswerRe: i want to use url rewriting by using iis setting. [modified] Pin
the headless nick5-Aug-11 1:54
professionalthe headless nick5-Aug-11 1:54 
AnswerRe: i want to use url rewriting by using iis setting. Pin
Bernhard Hiller7-Aug-11 20:28
Bernhard Hiller7-Aug-11 20:28 
QuestionPage_Load event fire when back(click browser's back button ) from another page Pin
Naunt4-Aug-11 16:10
Naunt4-Aug-11 16:10 
AnswerRe: Page_Load event fire when back(click browser's back button ) from another page Pin
thatraja4-Aug-11 20:02
professionalthatraja4-Aug-11 20:02 
GeneralRe: Page_Load event fire when back(click browser's back button ) from another page Pin
Naunt4-Aug-11 20:31
Naunt4-Aug-11 20:31 
AnswerRe: Page_Load event fire when back(click browser's back button ) from another page Pin
Shameel4-Aug-11 22:25
professionalShameel4-Aug-11 22:25 

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.