Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (5 items)
-
Thanks Shyam for the information. It was very helpful.
RRs
-
Is it possible to serve InfoPath form dynamically from ASP.NET. I am using a webservice to popluate a datagrid on asp.net page and have a link button(''Edit''). Once I click the link button the employeeid for that particular record will be passed to infopath form and I want the webservice to get the values for that id and display it on the form. ...
-
Awesome. Thanks a lot Greg. It worked.
The following is the javascript function. This applies only when you check the ''All'' office check-box.
function msoxd_my_officeSelected::OnAfterChange(eventObj)
{
if( eventObj.Operation == ''Insert'' )
{
//XDocument.UI.Alert(eventObj.Site.selectSingleNode( ''../my:officeSelectedText'').text);
// ...
-
I am having problem in setting the check box value. I was able to loop thru all the value but having trouble is setting the specific node. Please see code below.
if( eventObj.Operation == ''Insert'' )
{
if ((eventObj.Site.selectSingleNode( ''../my:officeSelected'').text == ''true'') && (eventObj.Site.selectSingleNode( ...
-
My requirement is as follows:
Have a list of all offices as check box and the first 2 check box is defined as ''All'' and ''International Offices'' and the rest are all defined as ''Washington'',''New York'' etc.
I should be able to select all the offices automatically when I click ''ALL'' and when I click ''International Offices'' I should be ...
Page 1 of 1 (5 items)