05/10/2014 by Nitesh

Solution: SSDT – Error SQL70001 This statement is not recognized in this context

Friends, In this post we will see how can we resolve a very common error while working with SQL Server Data Tools in Visual Studio. The error statement is – “Error SQL70001: This statement is not recognized in this context“. This error occurs in Visual Studio whenever we try to execute some SQL statements which are…

Continue Reading »

28/09/2014 by Nitesh

Solution: The data source does not support server-side data paging with GridView

Friends, While working with GridView, I faced an issue while binding the data to GridView. The error message read as “The data source does not support server-side data paging.“. Initially I thought this was related to paging functionality of the GridView and looked into that, but thatw as not the solution. After doing bit of…

Continue Reading »