if (!string.IsNullOrEmpty(ListName))
{
SPList listExport = web.Lists[" HouseHoldsAT"];
How should i avvoid the list name in the url, but i should use url like below:
http://sguw-sp22:5050/lists/householdsAT?lu=HouseHoldsAT&view=ExportView
I have implemented lu and view parameters, but calling the list directly.
I dont know how to call the list without giving listname in the code.
Please, Can anyone suggest me how to solve it, It would be great helpful to me.