Click here to Skip to main content
16,014,952 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 9:00
Mark Salsbery24-Jun-09 9:00 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 9:52
deep7624-Jun-09 9:52 
QuestionRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 12:06
Mark Salsbery24-Jun-09 12:06 
AnswerRe: Silverlight2Chat Pin
deep7624-Jun-09 14:35
deep7624-Jun-09 14:35 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 14:46
Mark Salsbery24-Jun-09 14:46 
GeneralRe: Silverlight2Chat Pin
deep7624-Jun-09 15:03
deep7624-Jun-09 15:03 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 18:02
Mark Salsbery24-Jun-09 18:02 
GeneralRe: Silverlight2Chat Pin
Mark Salsbery24-Jun-09 18:18
Mark Salsbery24-Jun-09 18:18 
deep76 wrote:
if I launch it using Firefox3.0.11, the page is completely blank


In Chatroom.aspx, change the body to this
<body style="height:100%;margin:0;">
    <form id="form2" runat="server" style="height:100%;">
        <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
        <div  style="height:100%;">
            <asp:Silverlight ID="Silverlight1" runat="server" Source="~/ClientBin/Silverlight2Chat.xap" MinimumVersion="2.0.31005.0" Width="100%" Height="100%" />
        </div>
    </form>
</body>

and it shows up like it should.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: Silverlight2Chat Pin
deep7625-Jun-09 3:29
deep7625-Jun-09 3:29 
GeneralRe: Silverlight2Chat Pin
Pete O'Hanlon24-Jun-09 21:38
mvePete O'Hanlon24-Jun-09 21:38 
GeneralRe: Silverlight2Chat Pin
deep7625-Jun-09 3:37
deep7625-Jun-09 3:37 
Questionhow to copy dynamically created row values? in grid Pin
yams251024-Jun-09 1:59
yams251024-Jun-09 1:59 
AnswerRe: how to copy dynamically created row values? in grid Pin
Christian Graus24-Jun-09 15:27
protectorChristian Graus24-Jun-09 15:27 
GeneralRe: how to copy dynamically created row values? in grid Pin
yams251024-Jun-09 21:19
yams251024-Jun-09 21:19 
AnswerRe: how to copy dynamically created row values? in grid Pin
mittalamit24-Jun-09 20:34
mittalamit24-Jun-09 20:34 
QuestionCommon Class for the windows Pin
krishnan.s24-Jun-09 0:55
krishnan.s24-Jun-09 0:55 
AnswerRe: Common Class for the windows Pin
Pete O'Hanlon24-Jun-09 1:07
mvePete O'Hanlon24-Jun-09 1:07 
GeneralImport expression blend project in C# Windows Form and exchanging data between them Pin
mukulbudania23-Jun-09 8:47
mukulbudania23-Jun-09 8:47 
GeneralRe: Import expression blend project in C# Windows Form and exchanging data between them Pin
Christian Graus23-Jun-09 10:31
protectorChristian Graus23-Jun-09 10:31 
Questionhow to pass data between windows? Pin
Kunal Chowdhury «IN»23-Jun-09 2:32
professionalKunal Chowdhury «IN»23-Jun-09 2:32 
AnswerRe: how to pass data between windows? Pin
Pete O'Hanlon23-Jun-09 2:58
mvePete O'Hanlon23-Jun-09 2:58 
Questionplz help.... im lost in the mess called grid... Pin
yams251023-Jun-09 0:49
yams251023-Jun-09 0:49 
AnswerRe: plz help.... im lost in the mess called grid... Pin
Christian Graus23-Jun-09 1:05
protectorChristian Graus23-Jun-09 1:05 
GeneralRe: plz help.... im lost in the mess called grid... Pin
yams251023-Jun-09 3:18
yams251023-Jun-09 3:18 
GeneralRe: plz help.... im lost in the mess called grid... Pin
Christian Graus23-Jun-09 10:19
protectorChristian Graus23-Jun-09 10:19 

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.