Hi All,
I have Gird view which contains few autocomplete textboxes in
different
columns of the grid.
to populate the autocomplete text box iam using the webservice
retrieve
data.But I need to pass additional parameter to the webservice.
Problem is that iam not able to set the Context Key value to these
autocomplete textboxes dynamically like this
.
pextender =
document.getElementById('ctl00_ContentPlaceHolder1_gvNProducts_ctl0' +
index + '_acPCategory_completionListElem');
  var autoComplete = pextender.id;
            autoComplete.set_contextKey(searchtext);

Please suggest if you have any clues


Thanks in advance

-- 
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net

Reply via email to