Click here to Skip to main content
15,896,726 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How To Hide AuxiliaryPaneContent in Ribbon Control Pin
Venkatesh Mookkan5-Aug-10 20:58
Venkatesh Mookkan5-Aug-10 20:58 
QuestionDisplay a table Pin
Mansi Arora5-Aug-10 1:21
Mansi Arora5-Aug-10 1:21 
AnswerRe: Display a table Pin
Anurag Gandhi5-Aug-10 19:31
professionalAnurag Gandhi5-Aug-10 19:31 
QuestionServer error in ASP.NET while publishing Pin
Ahamed Azeem4-Aug-10 23:11
Ahamed Azeem4-Aug-10 23:11 
AnswerRe: Server error in ASP.NET while publishing Pin
m@dhu5-Aug-10 0:21
m@dhu5-Aug-10 0:21 
GeneralRe: Server error in ASP.NET while publishing Pin
Ahamed Azeem5-Aug-10 0:45
Ahamed Azeem5-Aug-10 0:45 
GeneralRe: Server error in ASP.NET while publishing Pin
m@dhu5-Aug-10 1:17
m@dhu5-Aug-10 1:17 
QuestionEffective method for rendering tabular data Pin
afsal qureshi4-Aug-10 22:17
afsal qureshi4-Aug-10 22:17 
I have a scneraio where I need to show the search results in a table. The headers consists of column span in more than one rows.

I will try to draw the basic layout here but the actual layout would be more complex than this.

<table >
<tr border=1>
    <td colspan=2 border=1> Column1</td>
    <td colspan=2 border=1> Column2 </td>
</tr>
<tr border=2>
    <td border=1> Col11 </td>
     <td border=1>col12</td>
    <td border=1> col21</td>
    <td border=1> col22</td>
</tr>
<tr>
  <td></td>
</tr>
</table>



The count of columns will be dynamic.

Now, I have two questions.

1. Please let me know if going for a gridview will be appropriate to do this?
2. The data that will be loaded could be huge. I cannot go for a paging approach. Please let me know if we can do a rendering whenever we have the data rather than waiting for full data to be buffered and then render at one shot. I am thinking about features such as response.flush


Please let me know any thoughts.

Thanks,
Afsal

modified on Thursday, August 5, 2010 5:14 AM

AnswerRe: Effective method for rendering tabular data Pin
Anurag Gandhi5-Aug-10 1:21
professionalAnurag Gandhi5-Aug-10 1:21 
GeneralRe: Effective method for rendering tabular data Pin
afsal qureshi5-Aug-10 1:46
afsal qureshi5-Aug-10 1:46 
GeneralRe: Effective method for rendering tabular data Pin
Anurag Gandhi5-Aug-10 2:02
professionalAnurag Gandhi5-Aug-10 2:02 
GeneralRe: Effective method for rendering tabular data Pin
afsal qureshi5-Aug-10 23:21
afsal qureshi5-Aug-10 23:21 
QuestionDatagrid item Pin
Morgs Morgan4-Aug-10 21:46
Morgs Morgan4-Aug-10 21:46 
AnswerRe: Datagrid item Pin
NeverHeardOfMe4-Aug-10 22:31
NeverHeardOfMe4-Aug-10 22:31 
GeneralRe: Datagrid item Pin
Morgs Morgan4-Aug-10 22:53
Morgs Morgan4-Aug-10 22:53 
GeneralRe: Datagrid item Pin
NeverHeardOfMe4-Aug-10 23:07
NeverHeardOfMe4-Aug-10 23:07 
GeneralRe: Datagrid item Pin
m@dhu5-Aug-10 0:15
m@dhu5-Aug-10 0:15 
QuestionHow to Change the Color of the Pie Chart in ASP.Net ................????? Pin
Sivan.G4-Aug-10 20:21
Sivan.G4-Aug-10 20:21 
AnswerRe: How to Change the Color of the Pie Chart in ASP.Net ................????? Pin
Prosanta Kundu online4-Aug-10 20:30
Prosanta Kundu online4-Aug-10 20:30 
QuestionSending mail with excel attachment issue Pin
Mugdha_Aditya4-Aug-10 19:17
Mugdha_Aditya4-Aug-10 19:17 
AnswerRe: Sending mail with excel attachment issue Pin
Prosanta Kundu online4-Aug-10 20:12
Prosanta Kundu online4-Aug-10 20:12 
GeneralRe: Sending mail with excel attachment issue Pin
Mugdha_Aditya4-Aug-10 20:24
Mugdha_Aditya4-Aug-10 20:24 
GeneralRe: Sending mail with excel attachment issue Pin
Prosanta Kundu online4-Aug-10 20:28
Prosanta Kundu online4-Aug-10 20:28 
GeneralRe: Sending mail with excel attachment issue Pin
Mugdha_Aditya4-Aug-10 20:38
Mugdha_Aditya4-Aug-10 20:38 
GeneralRe: Sending mail with excel attachment issue Pin
Prosanta Kundu online4-Aug-10 21:14
Prosanta Kundu online4-Aug-10 21:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.