User Profile & Activity

Mark Paladino Member
Page
of 5

Thanks for the reply Handy. Can I accept all changes via the client side?

Posted: October 6, 2009 12:50 AM

Sorry I might not have been too clear in my previous post. I have compiled a sample for you to make it easier to understand my problem. Please follow these steps:

1. In the log type column for row 1, select a log type of Wastage and then click on row 2. You should prompted with an alert box asking you to pick a wastage code.

2. Select a wastage code and then click on row 2.

3. Now select the log type column of row 1 again and this time select Production Count and then click row 2. This time the wastage code column should have cleared its value and you should not have received the popup message. This is the correct behaviour.

4. Now select the log type column of row 1 again and this time select Wastage again and then click on row 2. Notice this time that you did NOT get prompted with an alert box asking you to pick a wastage code. This is the problem. Everytime you pick a log type of wastgae, I need to the row to validate that a wastage code has been entered, not just the first time.

Can you please modify my sample so that the row validates every time it is modified?

Posted: September 30, 2009 12:19 AM

I am unable to open the zip file. Can you please re-upload it?

Posted: September 29, 2009 7:37 PM

Thanks for re-uploading. I have applied the change to my web.config but I am still getting the javascript errors. Below are the errors:

Error: syntax error
Source File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?F/IEMozBridge.js/305000703&F/IEMozBridge.js/305000703
Line: 3
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Error: syntax error
Source File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?F/ISCore.js/305000703&F/ISCore.js/305000703
Line: 3
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Error: syntax error
Source File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?D/WebUIControl.js/307200303&D/WebUIControl.js/307200303
Line: 3
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Error: syntax error
Source File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?D/WebMenuBar.js/307200303&D/WebMenuBar.js/307200303
Line: 3
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Error: syntax error
Source File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?D/WebMenu.js/307200303&D/WebMenu.js/307200303
Line: 3
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Error: syntax error
Source File: http://localhost:3760/ScriptError/default.aspx?ReturnUrl=/ScriptError/ISRes.axd?D/WebAnimation.js/307200303&D/WebAnimation.js/307200303
Line: 3
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Error: InitWebMenuBar is not defined
Source File: http://localhost:3760/ScriptError/
Line: 134

Error: ISControl_InitializeAtlas is not defined
Source File: http://localhost:3760/ScriptError/
Line: 180

Error: _dv.outerHTML is undefined
Source File: http://localhost:3760/ScriptError/
Line: 180

Posted: September 29, 2009 3:56 AM

Can you please re-upload the attachement from your previous post or email it to me as it is unaccessable. Thanks.

Posted: September 28, 2009 7:26 PM

I have made the changes to the web.config that you suggested but I am still getting the javascript errors. I have uploaded my sample again with the changes. Have I missed something?

Posted: September 27, 2009 11:38 PM

I can confirm this only happens when you have not logged in. Once you log in you no longer receive any javascript errors.

 

Can you please explain how i can make exception for ISRes.axd file from the FormAuthentication?

Thanks. This has solved my problem.

Thanks. This has solved my problem.

Posted: September 13, 2009 7:42 PM

You can use the following code to set the WebDialogBox header. Setting the Text property will work the first time the dialog box is shown, everytime you want to change it after that you have to use the SetCaption method for the dialogbox Window object.

var label = 'Caption';
if (dialogbox.Window)dialogbox.Window.SetCaption(label);
else dialogbox.Text = label; 
All times are GMT -5. The time now is 1:34 AM.
Previous Next