Hi,
My module is supposed to show tables from a database and allow users to edit them. This database is located in the local SQL server. So, I am not planning to use the DNN website server.
To acomplish this,
I added a Persistent Class based off of a SQL DB to my project.
When I add a XPO DataSource to the view.acsx I am unable to add the Persistent Class as a Type Name for the data source because it does not show up in the drop down list.
I have tried the same steps with a new project without using the template and it seems to work fine. I have used similar steps for a few of my other ASP.net projects.
So, please help me to get the XPO Data source hooked up to the persistent class in the project created using the template.
Also, If you have a different/better approach to access data base tables and making changes to them using a dnn module, please direct me to instructions on how to do them.
Thanks,
Birendra