The following code is being written into the clientside script by serverside scripts:
var
iArrRegExType = new Array(11);iArrRegExType[
'phConEdit_tbEmail'] = 1;
iArrRegExType['phConEdit_tbExtAlt'] = 5;
iArrRegExType['phConEdit_tbPhonePrimary'] = 2;
// and so on to define 11 array members.
The following was pasted in from a debug watch window:
- iArrRegExType {...} Object
- clear {...} Object
+ getArguments {...} Object
+ bind {...} Object
- addRange {...} Object
+ getArguments {...} Object
+ bind {...} Object
phConEdit_tbEmail = 1 Long
phConEdit_tbExtAlt = 5 Long
phConEdit_tbPhonePrimary = 2 Long
phConEdit_tbExtPrimary = 5 Long
phConEdit_tbPhoneSecondary = 2 Long
..( and so on)
- clear {...} Object
+ getArguments {...} Object
+ bind {...} Object
- addRange {...} Object
+ getArguments {...} Object
+ bind {...} Object
phConEdit_tbEmail = 1 Long
phConEdit_tbExtAlt = 5 Long
phConEdit_tbPhonePrimary = 2 Long
phConEdit_tbExtPrimary = 5 Long
phConEdit_tbPhoneSecondary = 2 Long
..( and so on)
Why is the clear and addRange objects being added to my array?
This doesn't happen if I remove the Ajax from this file. It doesn't happen when I use the same interfaces on other ajax-based pages, only this one.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/ajaxpro
The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/
Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---
