Microsoft
Software
Hardware
Network
Question : Getting Total number of rows from Gridview
I have a Paged Gridview, how would I go about getting the total row count from this (all rows from all pages)?
At the moment I have:
GridView1.Rows.Count
But this returns 25 for the full page that I am on.
Cheers
Answer : Getting Total number of rows from Gridview
no need for jQuery
<form>
<input type="hidden" name="htext" value="" />
<input type="text" name="txt" onKeyUp="this.form.htext.v
alue=this.
value" />
</form>
Random Solutions
Need to build a messaging mail box.
Batch script problems
Vm question
session error
query from US
Can I have code created in VBA to allow Outlook Email messages to save to sharepoint folders?
How do i use Robocopy to create new folders
Avg function display and sort
format control based on passing form and control name
Using a variable in the ORDER BY clause of an SQL stored procedure.