Click here to Skip to main content
15,920,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Formatting Email's body using MailMessage class Pin
N a v a n e e t h22-Mar-09 5:00
N a v a n e e t h22-Mar-09 5:00 
GeneralRe: Formatting Email's body using MailMessage class Pin
Tina P22-Mar-09 7:52
Tina P22-Mar-09 7:52 
GeneralRe: Formatting Email's body using MailMessage class Pin
N a v a n e e t h22-Mar-09 19:28
N a v a n e e t h22-Mar-09 19:28 
GeneralRe: Formatting Email's body using MailMessage class Pin
Abhijit Jana22-Mar-09 19:30
professionalAbhijit Jana22-Mar-09 19:30 
GeneralRe: Formatting Email's body using MailMessage class Pin
Abhijit Jana22-Mar-09 19:02
professionalAbhijit Jana22-Mar-09 19:02 
GeneralRe: Formatting Email's body using MailMessage class Pin
Tina P24-Mar-09 6:18
Tina P24-Mar-09 6:18 
JokeRe: Formatting Email's body using MailMessage class Pin
Tina P22-Mar-09 7:49
Tina P22-Mar-09 7:49 
QuestionDesign time editable container control Pin
Xmen Real 21-Mar-09 21:22
professional Xmen Real 21-Mar-09 21:22 
I've wrote a user control that has a table with rows and columns. And I choose a cell as controls container. But I'm still struggling to do that, read lots of articles but they all were very old and using inappropriate techniques. What I want is simple as Panel. Just drag controls from toolbar in drop in my control. Okay now this is one thing. The another thing is that the control I've made not showing effect in desing time. Mean if I set its width then it doesnt effect however it works good while debugging.
here is a code snippet

    public string Width
    {
// ccontainer is <td>
        get { return (Convert.ToInt32(ccontainer.Style["Width"].Replace("px", "")) + (18 * 2)).ToString() + "px"; }
        set { ccontainer.Style["Width"] = (Convert.ToInt32(value.Replace("px", "")) - (18 * 2)).ToString() + "px"; }
    }


Now, when I write like this. No effect in size but size get changed in web browser.
<XC:XPanel ID="XPanel2" runat="server" Width="700px" />


any idea guys ?



TVMU^P[[IGIOQHG^JSH`A#@`RFJ\c^JPL>;"[,*/|+&WLEZGc`AFXc!L
%^]*IRXD#@GKCQ`R\^SF_WcHbORY87֦ʻ6ϣN8ȤBcRAV\Z^&SU~%CSWQ@#2
W_AD`EPABIKRDFVS)EVLQK)JKQUFK[M`UKs*$GwU#QDXBER@CBN%
R0~53%eYrd8mt^7Z6]iTF+(EWfJ9zaK-i’TV.C\y<pŠjxsg-b$f4ia>

-----------------------------------------------
128 bit encrypted signature, crack if you can

QuestionError parser message Pin
kankeyan21-Mar-09 20:24
kankeyan21-Mar-09 20:24 
AnswerRe: Error parser message Pin
Abhijit Jana21-Mar-09 22:33
professionalAbhijit Jana21-Mar-09 22:33 
QuestionHelp? Pin
SIJUTHOMASP21-Mar-09 13:13
professionalSIJUTHOMASP21-Mar-09 13:13 
AnswerRe: Help? Pin
Yusuf21-Mar-09 13:20
Yusuf21-Mar-09 13:20 
GeneralRe: Help? Pin
SIJUTHOMASP21-Mar-09 13:28
professionalSIJUTHOMASP21-Mar-09 13:28 
GeneralRe: Help? Pin
Yusuf22-Mar-09 4:46
Yusuf22-Mar-09 4:46 
QuestionASP .NET 3.5 / C# Training Pin
bdaoust21-Mar-09 10:23
bdaoust21-Mar-09 10:23 
AnswerRe: ASP .NET 3.5 / C# Training Pin
Yusuf21-Mar-09 13:27
Yusuf21-Mar-09 13:27 
GeneralRe: ASP .NET 3.5 / C# Training Pin
bdaoust23-Mar-09 15:38
bdaoust23-Mar-09 15:38 
QuestionASP localhost issue Pin
Tekelt21-Mar-09 2:35
Tekelt21-Mar-09 2:35 
AnswerRe: ASP localhost issue Pin
Abhijit Jana21-Mar-09 3:05
professionalAbhijit Jana21-Mar-09 3:05 
AnswerRe: ASP localhost issue Pin
Yusuf21-Mar-09 3:57
Yusuf21-Mar-09 3:57 
QuestionSetting multiple default browser Pin
Xmen Real 21-Mar-09 2:32
professional Xmen Real 21-Mar-09 2:32 
AnswerRe: Setting multiple default browser Pin
Abhijit Jana21-Mar-09 3:08
professionalAbhijit Jana21-Mar-09 3:08 
GeneralRe: Setting multiple default browser Pin
Xmen Real 21-Mar-09 3:37
professional Xmen Real 21-Mar-09 3:37 
GeneralRe: Setting multiple default browser Pin
Yusuf21-Mar-09 4:02
Yusuf21-Mar-09 4:02 
GeneralRe: Setting multiple default browser Pin
Xmen Real 21-Mar-09 4:06
professional Xmen Real 21-Mar-09 4:06 

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.