TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nikhil Raghute
1.6k
105
24.5k
How to add IF-ELSE Condition inside XML
Jul 4 2017 9:34 AM
I have the below XML
<controls>
<control>
<controlId>CheckBox4</controlId>
<controlType>CHECKBOX</controlType>
<controllabel>Include Switches</controllabel>
<required> false </required>
<errorMessage>Set Switch Status</errorMessage>
<cssclass> switchfilterfield </cssclass>
<order>2</order>
<defaultvalue>Y</defaultvalue>
</control>
<control>
<controlId>lb_trades</controlId>
<controlType>DROPDOWN</controlType>
<controllabel>Trade Filter</controllabel>
<dependentControlId>lb_fundids</dependentControlId>
<oncheckboxclick>true</oncheckboxclick>
<required>false</required>
<order>3</order>
<query>436</query>
<defaultvalue>Show Subs & Reds</defaultvalue>
</control>
</controls>
I need a IF condition under Trade Filter Dropdown Such that if Checkbox4 is checked then Queryid = 436 should change to 437.
Reply
Answers (
1
)
What is GAC and how it use?
Signing XML document for SOAP