Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,




I have an Xml File Like this as Follows

<input type="hidden" name="XML_DATA" value="221"/>
<input type="hidden" name="RESPONSE_URL" value="http:insureeasy.co.in/beta_v03/callback_IFFCO.aspx/"/>
<input type="hidden" name="PARTNER_CODE" value="ITGIMOT017" />
<input type="hidden" name="UNIQUE_QUOTEID" value="2304YY" />

now i want to Replace 221 with


<input type="hidden" name="XML_DATA" value="221"/>
<input type="hidden" name="RESPONSE_URL" value="http:insureeasy.co.in/beta_v03/callback_IFFCO.aspx/"/>

Is that Posssible Could any one suggest me















Regards,

Naveen kumar.p
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900