Click here to Skip to main content
15,896,269 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: securing content of .aspx Pin
ToddHileHoffer8-May-06 8:49
ToddHileHoffer8-May-06 8:49 
AnswerRe: securing content of .aspx Pin
Daniel Santillanes8-May-06 8:56
professionalDaniel Santillanes8-May-06 8:56 
Questionconverting Pin
ptvce8-May-06 5:44
ptvce8-May-06 5:44 
QuestionWebControl: Outlook-style predictive text / autocomplete Pin
Chris_Green8-May-06 5:31
Chris_Green8-May-06 5:31 
Questionbuttons are not working on client machine Pin
Bhasker Pinninti8-May-06 4:35
Bhasker Pinninti8-May-06 4:35 
AnswerRe: buttons are not working on client machine Pin
Paddy Boyd8-May-06 5:37
Paddy Boyd8-May-06 5:37 
GeneralRe: buttons are not working on client machine Pin
Bhasker Pinninti8-May-06 22:48
Bhasker Pinninti8-May-06 22:48 
GeneralRe: buttons are not working on client machine Pin
Bhasker Pinninti9-May-06 3:05
Bhasker Pinninti9-May-06 3:05 
I found the solution. this might be helpful for someone in future.....


In WebUIValidation.js, just add this to ValidatorCommonOnSubmit.

function ValidatorCommonOnSubmit()
{
var result = !Page_BlockSubmit;
Page_BlockSubmit = false;
event.returnValue = result;
return result;
}

Thanks,
Bhasker P
Questionsession variable Pin
kuwl_mark8-May-06 3:22
kuwl_mark8-May-06 3:22 
AnswerRe: session variable Pin
Lexa19838-May-06 3:52
Lexa19838-May-06 3:52 
GeneralRe: session variable Pin
kuwl_mark8-May-06 18:35
kuwl_mark8-May-06 18:35 
QuestionProblems in loading an ActiveX object containing AXSpreadSheet web office component in a WebForm Pin
Aleemulhaq8-May-06 2:38
Aleemulhaq8-May-06 2:38 
QuestionSession Pin
kuwl_mark8-May-06 2:34
kuwl_mark8-May-06 2:34 
QuestionIIS metabase Error Pin
hasan19828-May-06 1:25
hasan19828-May-06 1:25 
Questionlanguge Pin
TAREQ F ABUZUHRI8-May-06 1:12
TAREQ F ABUZUHRI8-May-06 1:12 
AnswerRe: languge Pin
TAREQ F ABUZUHRI8-May-06 1:19
TAREQ F ABUZUHRI8-May-06 1:19 
QuestionError in asp.net Pin
tjpraveen238-May-06 0:13
tjpraveen238-May-06 0:13 
AnswerRe: Error in asp.net Pin
Bhasker Pinninti8-May-06 2:07
Bhasker Pinninti8-May-06 2:07 
Questionimage upload in asp.net 1.1 Pin
amaneet8-May-06 0:08
amaneet8-May-06 0:08 
QuestionProblem with Dev server. Pin
Bhasker Pinninti8-May-06 0:05
Bhasker Pinninti8-May-06 0:05 
QuestionHow to incorporate the changes to the dataset from database? Pin
jjsforyou8-May-06 0:02
jjsforyou8-May-06 0:02 
AnswerRe: How to incorporate the changes to the dataset from database? Pin
ssoffline8-May-06 0:47
ssoffline8-May-06 0:47 
Questiondatalist in asp.net 1.1 Pin
amaneet7-May-06 22:54
amaneet7-May-06 22:54 
QuestionAutoLoad Textboxes Pin
Commickey7-May-06 22:53
Commickey7-May-06 22:53 
AnswerRe: AutoLoad Textboxes Pin
ssoffline8-May-06 0:40
ssoffline8-May-06 0:40 

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.