I
InfoPath.Newbie
Thanks for taking the time to read my query.
I am familiar with C# , but not in Infopath.
This is what I am trying to achive.
1) I have a webservice with one method GetEmployeeData(string empid)
which return employee class (Empname & EmpAge)
2) I need to be have a link on my ASPX application page (http://
servername/Infpath-template01/?EmpID=10) when the user click on the
link, I need to open the infopath form (infopath client will be
installed in the client machine) and populate the details (empname and
age) based on the query string parameter.
I created a template based on WS and when I use the "run query" button
it works fine, but I want that to happen on navigating to the url.
Please give me some directions. Thanks for your help.
I am familiar with C# , but not in Infopath.
This is what I am trying to achive.
1) I have a webservice with one method GetEmployeeData(string empid)
which return employee class (Empname & EmpAge)
2) I need to be have a link on my ASPX application page (http://
servername/Infpath-template01/?EmpID=10) when the user click on the
link, I need to open the infopath form (infopath client will be
installed in the client machine) and populate the details (empname and
age) based on the query string parameter.
I created a template based on WS and when I use the "run query" button
it works fine, but I want that to happen on navigating to the url.
Please give me some directions. Thanks for your help.