Click here to Skip to main content
15,891,828 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dynamic Report Builder Pin
FyreWyrm3-Mar-10 14:16
FyreWyrm3-Mar-10 14:16 
QuestionEdit PDF files in Browser in asp.net Pin
pssuresh3-Mar-10 9:07
pssuresh3-Mar-10 9:07 
AnswerRe: Edit PDF files in Browser in asp.net Pin
Gregory Gadow3-Mar-10 10:28
Gregory Gadow3-Mar-10 10:28 
AnswerRe: Edit PDF files in Browser in asp.net Pin
AndyBot3-Mar-10 19:13
AndyBot3-Mar-10 19:13 
QuestionHow to create table with uneven columns [modified] Solved! Pin
josephu3-Mar-10 6:47
josephu3-Mar-10 6:47 
AnswerRe: How to create table with uneven columns Pin
Ennis Ray Lynch, Jr.3-Mar-10 10:11
Ennis Ray Lynch, Jr.3-Mar-10 10:11 
AnswerRe: How to create table with uneven columns Pin
T M Gray3-Mar-10 10:49
T M Gray3-Mar-10 10:49 
GeneralRe: How to create table with uneven columns [modified] Pin
josephu3-Mar-10 11:29
josephu3-Mar-10 11:29 
Thanks for the tip, it actually works! If you ever need a SQL server question answered give me a holler Smile | :)

Code snip from VS2005, I added borders so I could "see" the cells.

<table style="width: 300px; border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid;">
<tr>
<td colspan="6" style="border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid; height: 21px;">
</td>
</tr>
<tr>
<td colspan="3" style="height: 21px; border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid;">
</td>
<td colspan="3" style="height: 21px; border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid;">
</td>
</tr>
<tr>
<td colspan="2" style="width: 100px; border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid; height: 21px;">
</td>
<td colspan="2" style="width: 100px; border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid; height: 21px;">
</td>
<td colspan="2" style="width: 100px; border-right: black thin solid; border-top: black thin solid; border-left: black thin solid; border-bottom: black thin solid; height: 21px;">
</td>
</tr>
</table>


-- Modified Wednesday, March 3, 2010 8:58 PM
AnswerRe: How to create table with uneven columns [modified] Solved! Pin
chengclq3-Mar-10 19:16
chengclq3-Mar-10 19:16 
QuestionMvc Handling POST Requests Pin
Jammer3-Mar-10 6:05
Jammer3-Mar-10 6:05 
AnswerRe: Mvc Handling POST Requests Pin
Not Active3-Mar-10 7:09
mentorNot Active3-Mar-10 7:09 
GeneralRe: Mvc Handling POST Requests Pin
Jammer3-Mar-10 10:57
Jammer3-Mar-10 10:57 
QuestionExcel Import Problem Pin
adkalavadia3-Mar-10 3:55
adkalavadia3-Mar-10 3:55 
AnswerRe: Excel Import Problem Pin
T M Gray3-Mar-10 6:40
T M Gray3-Mar-10 6:40 
GeneralRe: Excel Import Problem Pin
adkalavadia3-Mar-10 17:37
adkalavadia3-Mar-10 17:37 
GeneralRe: Excel Import Problem Pin
T M Gray4-Mar-10 4:58
T M Gray4-Mar-10 4:58 
Questionftp - upload image files Pin
Paulraj G3-Mar-10 1:12
Paulraj G3-Mar-10 1:12 
AnswerRe: ftp - upload image files Pin
The Man from U.N.C.L.E.3-Mar-10 1:36
The Man from U.N.C.L.E.3-Mar-10 1:36 
AnswerRe: ftp - upload image files Pin
April Fans3-Mar-10 17:43
April Fans3-Mar-10 17:43 
GeneralRe: ftp - upload image files Pin
Paulraj G3-Mar-10 18:10
Paulraj G3-Mar-10 18:10 
QuestionData synchronization Pin
mukesh.mr032-Mar-10 23:00
mukesh.mr032-Mar-10 23:00 
AnswerRe: Data synchronization Pin
R. Giskard Reventlov2-Mar-10 23:41
R. Giskard Reventlov2-Mar-10 23:41 
GeneralRe: Data synchronization Pin
mukesh.mr032-Mar-10 23:49
mukesh.mr032-Mar-10 23:49 
GeneralRe: Data synchronization Pin
R. Giskard Reventlov2-Mar-10 23:58
R. Giskard Reventlov2-Mar-10 23:58 
GeneralRe: Data synchronization Pin
mukesh.mr033-Mar-10 0:08
mukesh.mr033-Mar-10 0:08 

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.