20/10/2014 by Nitesh

How To Get Multiple Selected Rows From GridView In ASP.Net

Friends, In my last post I explained how easily we can add a CheckBox column to a GridView in Asp.Net. Having a CheckBox column in GridView, now we can select multiple records from the GridView. We can now write some piece of code with the help of which we can perform multiple actions on the…

Continue Reading »

18/10/2014 by Nitesh

How To Add A CheckBox Column to GridView in ASP.Net

Friends, Many a times, we need to give users a Checkbox in a GridView that users can use to select multiple rows from the GridView. In one of my previous post, we saw how we can do this in Windows Forms. In this post, we will see how can we add a CheckBox column to an…

Continue Reading »

17/10/2014 by Nitesh

How To Create Responsive Menu in ASP.Net

Friends, This is Part 6 of the blog post series, “Creating Menus – Simple To Complex“. In my last post, I explained how can we create a responsive menu using HTML, CSS & jQuery. In this post, we will see how can we create a responsive menu in ASP.Net. We will be using the “meanmenu”…

Continue Reading »

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 »

1 2 3 4 5 7