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

ASP.NET

 
AnswerRe: how to know current date and time Pin
Sabari MD13-Jul-09 22:24
Sabari MD13-Jul-09 22:24 
AnswerRe: how to know current date and time Pin
Manas Bhardwaj13-Jul-09 22:30
professionalManas Bhardwaj13-Jul-09 22:30 
GeneralRe: how to know current date and time Pin
janani1313-Jul-09 23:24
janani1313-Jul-09 23:24 
QuestionHow we can remove empty span tags those have attributes Pin
Qasim198413-Jul-09 21:52
professionalQasim198413-Jul-09 21:52 
AnswerRe: How we can remove empty span tags those have attributes Pin
Manas Bhardwaj13-Jul-09 22:31
professionalManas Bhardwaj13-Jul-09 22:31 
QuestionASP.Net Calender issue Pin
Amit Patel198513-Jul-09 21:25
Amit Patel198513-Jul-09 21:25 
AnswerRe: ASP.Net Calender issue Pin
Brij13-Jul-09 21:56
mentorBrij13-Jul-09 21:56 
QuestionJavascript onload not firing in IFRAME in firefox Pin
kalayti13-Jul-09 20:30
kalayti13-Jul-09 20:30 
Hi,

while clicking menu item i will load iframe with xyz.com during progress of iframe i will show loading image. when completes i will hide progress div ,to achieve i followed below code. it works fine IE but not FIREFOX. can anybody let u know wht wrong


function iframe_onload()
{
var theWaitCell = document.getElementById('Wait1');
theWaitCell.style.visibility = "hidden";
}

< img alt="Loading" title="Loading" src="App_Themes/images/loading_wh.gif" />

in code behind aspx.cs below line
if(!ispostback)
{
this.ContentFrame.Attributes.Add("onload", "iframe_onload();");
}

ContentFrame is Iframe ID
AnswerRe: Javascript onload not firing in IFRAME in firefox Pin
Brij13-Jul-09 21:05
mentorBrij13-Jul-09 21:05 
QuestionAjax Tab control Autopost back Property issue in Mozilla Explorer Pin
udayrachati13-Jul-09 20:21
udayrachati13-Jul-09 20:21 
QuestionActivexControl Pin
raushan_913-Jul-09 19:38
raushan_913-Jul-09 19:38 
AnswerRe: ActivexControl Pin
r a m e s h13-Jul-09 19:58
r a m e s h13-Jul-09 19:58 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 20:02
raushan_913-Jul-09 20:02 
GeneralRe: ActivexControl Pin
Abhijit Jana13-Jul-09 20:06
professionalAbhijit Jana13-Jul-09 20:06 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 20:09
raushan_913-Jul-09 20:09 
AnswerRe: ActivexControl Pin
Brij13-Jul-09 20:46
mentorBrij13-Jul-09 20:46 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 20:57
raushan_913-Jul-09 20:57 
GeneralRe: ActivexControl Pin
Sabari MD13-Jul-09 22:07
Sabari MD13-Jul-09 22:07 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 22:53
raushan_913-Jul-09 22:53 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 23:03
raushan_913-Jul-09 23:03 
GeneralRe: ActivexControl Pin
raushan_913-Jul-09 23:43
raushan_913-Jul-09 23:43 
AnswerRe: ActivexControl Pin
Sabari MD14-Jul-09 0:32
Sabari MD14-Jul-09 0:32 
Questionadding scroll bars in gridview Pin
haleemasher13-Jul-09 18:19
haleemasher13-Jul-09 18:19 
AnswerRe: adding scroll bars in gridview [modified] Pin
Abhijit Jana13-Jul-09 18:28
professionalAbhijit Jana13-Jul-09 18:28 
GeneralRe: adding scroll bars in gridview Pin
haleemasher13-Jul-09 19:01
haleemasher13-Jul-09 19:01 

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.