Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionError: Invalid length for a Base-64 char array Pin
amargujrathi200616-Feb-09 21:56
amargujrathi200616-Feb-09 21:56 
Answergridview sorting in inside the update panel Pin
Member 387988116-Feb-09 21:35
Member 387988116-Feb-09 21:35 
GeneralRe: gridview sorting in inside the update panel Pin
rakeshs31216-Feb-09 22:43
rakeshs31216-Feb-09 22:43 
QuestionTable? Pin
Karthick_gc16-Feb-09 20:17
Karthick_gc16-Feb-09 20:17 
GeneralRe: Table? Pin
Vimal Raj16-Feb-09 22:08
Vimal Raj16-Feb-09 22:08 
GeneralRe: Table? Pin
Karthick_gc16-Feb-09 22:17
Karthick_gc16-Feb-09 22:17 
GeneralRe: Table? Pin
Subin Alex16-Feb-09 23:17
Subin Alex16-Feb-09 23:17 
AnswerRe: Table? Pin
Vimal Raj17-Feb-09 18:45
Vimal Raj17-Feb-09 18:45 
I am still not sure about your requirement. I am assuming that you want to include multiple html tables inside a row of another html table.

Is it something like this.

<table width="100%">
 <tr>
   <td colspan=3>
 </tr>
 <tr>
   <td>
     <table><tr><td>First Table</td></tr></table>
   </td>

   <td>
     <table><tr><td>Second Table</td></tr></table>
   </td>

   <td>
     <table><tr><td>Third Table</td></tr></table>
   </td>  
 </tr>
</table>



Or are you talking about displaying data from multiple database tables on a single row of your html table?

Happy Programming,
Vimal Raj
MCAD.Net
www.techisolutions.info

QuestionVideo? Pin
Karthick_gc16-Feb-09 20:12
Karthick_gc16-Feb-09 20:12 
AnswerRe: Video? Pin
N a v a n e e t h16-Feb-09 21:07
N a v a n e e t h16-Feb-09 21:07 
QuestionProcessing client file before uploading it Pin
Le Sourcier16-Feb-09 20:03
Le Sourcier16-Feb-09 20:03 
QuestionGetting cell value from a datagrid Pin
rakeshs31216-Feb-09 19:22
rakeshs31216-Feb-09 19:22 
AnswerRe: Getting cell value from a datagrid Pin
GomathiR17-Feb-09 0:18
GomathiR17-Feb-09 0:18 
QuestionWeird behavior of menu control when used in secondary domain Pin
AlexeiXX316-Feb-09 18:38
AlexeiXX316-Feb-09 18:38 
QuestionRE: Session expire Pin
chandhuBTS16-Feb-09 18:16
chandhuBTS16-Feb-09 18:16 
AnswerRe: RE: Session expire Pin
Abhijit Jana16-Feb-09 18:38
professionalAbhijit Jana16-Feb-09 18:38 
GeneralRe: RE: Session expire Pin
Gaurav K Singh16-Feb-09 18:41
Gaurav K Singh16-Feb-09 18:41 
GeneralRe: RE: Session expire Pin
vnsraj16-Feb-09 19:11
vnsraj16-Feb-09 19:11 
GeneralRe: RE: Session expire Pin
Abhijit Jana16-Feb-09 19:20
professionalAbhijit Jana16-Feb-09 19:20 
GeneralRe: RE: Session expire Pin
Abhijit Jana16-Feb-09 19:24
professionalAbhijit Jana16-Feb-09 19:24 
GeneralRe: RE: Session expire Pin
rakeshs31216-Feb-09 19:44
rakeshs31216-Feb-09 19:44 
QuestionSession has expire within few min. Pin
vnsraj16-Feb-09 18:13
vnsraj16-Feb-09 18:13 
AnswerRe: Session has expire within few min. Pin
Vimalsoft(Pty) Ltd16-Feb-09 19:22
professionalVimalsoft(Pty) Ltd16-Feb-09 19:22 
AnswerRe: Session has expire within few min. Pin
N a v a n e e t h16-Feb-09 19:52
N a v a n e e t h16-Feb-09 19:52 
QuestionActive Directory Pin
sheebalam11116-Feb-09 18:07
sheebalam11116-Feb-09 18:07 

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.