B
B. Katay
Hi!
I want to populate a dropdown listbox from C#.
I started from this article:
http://infopathdev.com/howto/tutorials/default.aspx?i=987250af134b4ced85cbddc7db724202
My problem is that the sSelectedValue is always empty for me. Why can it be
always empty?
public string PopulateDropdown(string sSelectedValue)
{
return "<option value=''>Select...</option><option
value='Test'>Test</option>";
}
Thanks for your answer in advance,
B.
I want to populate a dropdown listbox from C#.
I started from this article:
http://infopathdev.com/howto/tutorials/default.aspx?i=987250af134b4ced85cbddc7db724202
My problem is that the sSelectedValue is always empty for me. Why can it be
always empty?
public string PopulateDropdown(string sSelectedValue)
{
return "<option value=''>Select...</option><option
value='Test'>Test</option>";
}
Thanks for your answer in advance,
B.