-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: RajmaheshN
Message 1 in Discussion

Hi, I have requirement to have some of colums and rows merged for header in the 
gridview. I have given the equivalent in html code.   <table>
  <tr>
    <td rowspan="2">No.</td>
    <td rowspan="2">Student Name </td>
    <td colspan="3"><div align="center">Marks </div></td>
    <td rowspan="2">Total</td>
  </tr>
  <tr>
    <td>Maths</td>
    <td>Physics</td>
    <td>Chemistry</td>
  </tr>
  
  <tr>
    <td>1</td>
    <td>Vijay</td>
    <td>95</td>
    <td>99</td>
    <td>97</td>
    <td>291</td>
  </tr>
</table>    Any body have any idea how to get this type of header in gridview? 
I am using asp.net 2.0.   Regards, Rajmahesh

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to