Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (5 items)
-
Hi Jimmy,
I tried e.Site.SelectSingleNode("../CHK_VW", NamespaceManager) [+.SetValue("K")] to set the value "K" to the above field. It was giving me a syntax error.
-
Hi All,
I got my problem solved by the ue of 2 fields: say the variable field names as CHK_VW - (a flag field) and ADD_FLG - (name of the radio buttons).Suppose if approve is clicked then store the value as 1 into 2 fields CHK_VW and ADD_FLG and if rejected is clicked store the value as 2 into the 2 fields ...
-
Hi Jimmy,
Thank You very much its working....It is getting the current row field's value.
-
Hi
I have a repeating table where I've got a control(radio button) that repeats in every row.I wrote a changed event for that radio button that it would show the current value of that field. The code I'm using is here:public void ADD_FLG_Changed(object sender, XmlEventArgs e) ...
-
Hi,
Here is my scenario : First, a User logins in to his portal and then approves/rejects line items in one view(say User_View) in a repeating table. Then he submits the whole form to the next level which is Approver level. Then the approver logs in to his site where he will see(Approver_View) the approved and rejected line items. ...
Page 1 of 1 (5 items)