Read a table through programing
Hi,
I have create a table in database , I want to access the table fields ,how can i read the table through programming. Please provide similar example or snippet code .
thanks
mansoor
Hi Mansoor,
If you just create a table manually (so not a custom module), then this is not related to Sitefinity. You can use any ASP.NET technique you prefer. LINQ to SQL would be most appropriate.