Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello, i have a formview that displays information that is being pulled from a sqldatasource in which the store procedure has one table. I want to have a checkboxlist inside a the formview that can allow the user to enter information and then see that information. This checkboxlist would pull the data from a different datasource and store procedure with a different table from the other one. formview will only allow me to have 1 datasource how can i achieve what i want?
Posted

1 solution

Have you read this article: A Custom CheckedListBox with Datasource Implementation (Bindable)[^]
I believe it would be most useful. It's not about ASP but shows a good way to get data from a datasource. I believe that this principle could be used against ASP.NET
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900