Click here to Skip to main content
15,918,404 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: store date in mysql with asp.net Pin
Reza Raad28-Jun-06 2:05
Reza Raad28-Jun-06 2:05 
AnswerRe: store date in mysql with asp.net Pin
Guffa28-Jun-06 2:59
Guffa28-Jun-06 2:59 
QuestionYou are not authorized to view this page Pin
Shans_SCB28-Jun-06 0:39
Shans_SCB28-Jun-06 0:39 
AnswerRe: You are not authorized to view this page Pin
Sushant Duggal28-Jun-06 0:42
Sushant Duggal28-Jun-06 0:42 
GeneralRe: You are not authorized to view this page Pin
Shans_SCB28-Jun-06 20:29
Shans_SCB28-Jun-06 20:29 
AnswerRe: You are not authorized to view this page Pin
sa_keles28-Jun-06 3:22
sa_keles28-Jun-06 3:22 
GeneralRe: You are not authorized to view this page Pin
Shans_SCB28-Jun-06 20:28
Shans_SCB28-Jun-06 20:28 
Questionasp:panel [modified] Pin
Alsvha28-Jun-06 0:07
Alsvha28-Jun-06 0:07 
Hiya all.

It seems the asp:panel "transforms" to a table when viewed in FireFox, does anybody have any idea as to why this occurs? I've never used asp:panel much, but was tasked with debugging some code somebody else had made, when I found out it was because the images were positioned in a table, which ... originated from asp:panel, and FireFox.

When rendered in IE it displays "right", however I can not find any indications as to why this difference exists?

Exampel:
<asp:Panel ID="something" Runat="server">
<div>hello</div>
<span>goodbye</span>
</asp:Panel>

(The div+span were just stuff I used to testing)

This renders to the following html source in FireFox:
<table id="something" cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td>
<div>hello</div>
<span>goodbye</span>
</td></tr></table>

but to this in IE:

<div id="something">
<div>hello</div>
<span>goodbye</span>
</div>

Anybody got some idea as to why this happens? (edit:whops forgot to ignore html tags)

---------------------------
127.0.0.1 - Sweet 127.0.0.1

-- modified at 6:08 Wednesday 28th June, 2006
AnswerRe: asp:panel Pin
minhpc_bk28-Jun-06 0:29
minhpc_bk28-Jun-06 0:29 
GeneralRe: asp:panel Pin
Alsvha28-Jun-06 4:47
Alsvha28-Jun-06 4:47 
GeneralRe: asp:panel Pin
Edbert P28-Jun-06 13:25
Edbert P28-Jun-06 13:25 
Questiontaking care of transactions [modified] Pin
amitcoder8327-Jun-06 23:44
amitcoder8327-Jun-06 23:44 
QuestionTree view structure in Grid Pin
mansimani27-Jun-06 23:34
mansimani27-Jun-06 23:34 
QuestionImage in Gridview URGENT PLEASE HELP Pin
dbebek27-Jun-06 22:43
dbebek27-Jun-06 22:43 
AnswerRe: Image in Gridview URGENT PLEASE HELP Pin
RSArockiam28-Jun-06 1:05
RSArockiam28-Jun-06 1:05 
QuestionDataGrid hyperlinkcolumn[modified] Pin
KatarinaYU27-Jun-06 22:36
KatarinaYU27-Jun-06 22:36 
AnswerRe: DataGrid Pin
Sushant Duggal28-Jun-06 0:48
Sushant Duggal28-Jun-06 0:48 
GeneralRe: DataGrid [modified] Pin
Sushant Duggal28-Jun-06 2:15
Sushant Duggal28-Jun-06 2:15 
GeneralRe: DataGrid [modified] Pin
KatarinaYU28-Jun-06 22:56
KatarinaYU28-Jun-06 22:56 
GeneralRe: DataGrid Pin
Sushant Duggal29-Jun-06 1:58
Sushant Duggal29-Jun-06 1:58 
GeneralRe: DataGrid Pin
KatarinaYU29-Jun-06 23:42
KatarinaYU29-Jun-06 23:42 
GeneralRe: DataGrid Pin
KatarinaYU2-Jul-06 23:55
KatarinaYU2-Jul-06 23:55 
GeneralRe: DataGrid [modified] Pin
Sushant Duggal3-Jul-06 0:23
Sushant Duggal3-Jul-06 0:23 
QuestionProperties in Web control libraries [modified] Pin
__makaveli__27-Jun-06 22:14
__makaveli__27-Jun-06 22:14 
AnswerRe: Properties in Web control libraries Pin
minhpc_bk28-Jun-06 0:42
minhpc_bk28-Jun-06 0:42 

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.