J
John
In my ASP.Net(VB) application I am using data grid with template column.
Here is my code looks like this....
..
..
<asp:TemplateColumn>
<HeaderTemplate>
CustomerId
</HeaderTemplate>
<ItemTemplate>
<ASP
ropDownList id = "CutomerId" runat =
"Sever"></asp
ropDownList>
</ItemTemplate>
..
..
I want to fill the dropdownlist box from a stored procedure where the stored
procedure will have only one column called customer Id.
Please advice.
Any short piece of code will be a great help.
John
Here is my code looks like this....
..
..
<asp:TemplateColumn>
<HeaderTemplate>
CustomerId
</HeaderTemplate>
<ItemTemplate>
<ASP

"Sever"></asp

</ItemTemplate>
..
..
I want to fill the dropdownlist box from a stored procedure where the stored
procedure will have only one column called customer Id.
Please advice.
Any short piece of code will be a great help.
John