hi,
I am moving my application from my PC where I have been developing my asp.net project. Before moving it all over to the server( code,etc), I decided to change the connection strings to the database on the server.
When I run my app, I get errors because my data source objects are still based on the local database.
I was going to go ahead and "configure data source" on my data objects and it says
"Reset templates Would you like to regenerate the DataList Itemtemplate and Datakeyfield using the selected data source schema? Warning:this will delete your existing item templates and key contents"....
I think I can do this and it should work, but not knowing for sure, I'm afraid to make it worse. SHould I do this or should I just add new datalist items based on the database on the server?
Thanks.
I am moving my application from my PC where I have been developing my asp.net project. Before moving it all over to the server( code,etc), I decided to change the connection strings to the database on the server.
When I run my app, I get errors because my data source objects are still based on the local database.
I was going to go ahead and "configure data source" on my data objects and it says
"Reset templates Would you like to regenerate the DataList Itemtemplate and Datakeyfield using the selected data source schema? Warning:this will delete your existing item templates and key contents"....
I think I can do this and it should work, but not knowing for sure, I'm afraid to make it worse. SHould I do this or should I just add new datalist items based on the database on the server?
Thanks.