Skip to content Skip to sidebar Skip to footer

Simple Gridview And Button Problems. I Am Learning Asp.Net. Please Help Me Out!

I would not say I wasted my time, but spent around few hours changing this. But invain. Could some one please help me out. In the following code: I need to use break in between D

Solution 1:

  1. Use padding-bottom on the style of the header td to get the space between the header and the gridview.
  2. Use gridlines="None" on the GridView.
  3. Wrap both the GridView and the buttons in tds, now they're directly in the tr and that's not exactly ok html so the button wind up in the top left corner of the table.

Post a Comment for "Simple Gridview And Button Problems. I Am Learning Asp.Net. Please Help Me Out!"