Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem with intelligencia.urlrewriter Pin
C#Programmer201224-Feb-13 22:32
C#Programmer201224-Feb-13 22:32 
AnswerRe: problem with intelligencia.urlrewriter Pin
C#Programmer201225-Feb-13 17:57
C#Programmer201225-Feb-13 17:57 
QuestionRe: problem with intelligencia.urlrewriter Pin
ZurdoDev26-Feb-13 10:35
professionalZurdoDev26-Feb-13 10:35 
AnswerRe: problem with intelligencia.urlrewriter Pin
C#Programmer201226-Feb-13 17:48
C#Programmer201226-Feb-13 17:48 
QuestionMaintaining Array Data in an SQL Database. Pin
Bram van Kampen24-Feb-13 15:23
Bram van Kampen24-Feb-13 15:23 
AnswerRe: Maintaining Array Data in an SQL Database. Pin
David Mujica25-Feb-13 3:02
David Mujica25-Feb-13 3:02 
Questionsaving and retrieving recent activities Pin
Jassim Rahma24-Feb-13 4:40
Jassim Rahma24-Feb-13 4:40 
AnswerRe: saving and retrieving recent activities Pin
jkirkerx26-Feb-13 11:04
professionaljkirkerx26-Feb-13 11:04 
You don't have to use asp.net objects for all your html needs
Just use html, and then the asp.net objects just for the data fields, this is just a basic example.

There are 2 ways to set dimensions and alignments on html, one is using html, width="600" and the other using css style="width: 600px;".

I prefer using straight CSS, but when creating html for emails, you should use both.
<table cellpadding="0" cellspacing="0" border="0" width="600" style="width: 600px;">
<tr>
<td style="width: 295px; text-align: left; padding-left: 5px;">Your Object</td>
<td style="width: 295px; text-align: left; padding-left: 5px;">Your Object</td>
</tr>
</table>


FYI:
If you use padding, you have to subtract the padding amount from the total width of the element, some browsers will add the 2 together.
Generalasp.net export to excel Pin
pppppsssss24-Feb-13 0:50
pppppsssss24-Feb-13 0:50 
GeneralRe: asp.net export to excel Pin
Sandeep Mewara24-Feb-13 1:18
mveSandeep Mewara24-Feb-13 1:18 
AnswerRe: asp.net export to excel Pin
ZurdoDev26-Feb-13 10:37
professionalZurdoDev26-Feb-13 10:37 
Questionhow to linbutton's text on another page button click event Pin
Member 870181323-Feb-13 2:56
Member 870181323-Feb-13 2:56 
AnswerRe: how to linbutton's text on another page button click event Pin
Sandeep Mewara23-Feb-13 3:28
mveSandeep Mewara23-Feb-13 3:28 
GeneralRe: how to linbutton's text on another page button click event Pin
Member 870181323-Feb-13 6:55
Member 870181323-Feb-13 6:55 
GeneralRe: how to linbutton's text on another page button click event Pin
Member 870181323-Feb-13 22:40
Member 870181323-Feb-13 22:40 
GeneralRe: how to linbutton's text on another page button click event Pin
Sandeep Mewara23-Feb-13 22:46
mveSandeep Mewara23-Feb-13 22:46 
Questionhtml5 with vs2010 Pin
Manoranjan Gupta23-Feb-13 2:07
Manoranjan Gupta23-Feb-13 2:07 
AnswerRe: html5 with vs2010 Pin
Sandeep Mewara23-Feb-13 3:10
mveSandeep Mewara23-Feb-13 3:10 
Question70-480 Course Book Pin
silentspeaker23-Feb-13 0:35
silentspeaker23-Feb-13 0:35 
AnswerRe: 70-480 Course Book Pin
Richard MacCutchan23-Feb-13 1:07
mveRichard MacCutchan23-Feb-13 1:07 
Questionvisul studio installing Pin
agrigold22-Feb-13 22:48
agrigold22-Feb-13 22:48 
AnswerRe: visul studio installing Pin
Marco Bertschi23-Feb-13 1:42
protectorMarco Bertschi23-Feb-13 1:42 
AnswerRe: visul studio installing Pin
Sandeep Mewara23-Feb-13 3:13
mveSandeep Mewara23-Feb-13 3:13 
Questionhow to increment column value by 1 Pin
Member 870181322-Feb-13 21:39
Member 870181322-Feb-13 21:39 
AnswerRe: how to increment column value by 1 Pin
Member 870181322-Feb-13 22:33
Member 870181322-Feb-13 22:33 

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.