Monday, 3 March 2008
ForceSubmit in ASP.Net
Posted on 06:28 by Unknown
Today I've been working on a simple IFrame. This IFrame shows 3 dynamic picklists and the data in these picklists is coming from crm. Since some clients are a bit slow, I would like the picklists to be disabled while the postback is being performed. This is easily done with this script:function disableFields(field1, field2){ field1.disabled = true; field2.disabled = true;}
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment