M
Mahavir Shah
hi,
in c# asp.net gridview when we see page running, and check it's source.
you can see that it has something like this at gridview table
</tr><tr>
<td>22/06/2007</td><td>45000</td>
</tr><tr>
<td>22/06/2007</td><td><50000></td>
so you can view that between each <tr> and <td> there is lots of space.
which is increasing size of rendered html page at more records dramatically.
please tell me solution to tied them combined. or something that can help
reduce size.
in c# asp.net gridview when we see page running, and check it's source.
you can see that it has something like this at gridview table
</tr><tr>
<td>22/06/2007</td><td>45000</td>
</tr><tr>
<td>22/06/2007</td><td><50000></td>
so you can view that between each <tr> and <td> there is lots of space.
which is increasing size of rendered html page at more records dramatically.
please tell me solution to tied them combined. or something that can help
reduce size.