Click here to Skip to main content
15,890,982 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: creating new control in code behind Pin
eyeseetee30-Jul-08 3:10
eyeseetee30-Jul-08 3:10 
AnswerRe: creating new control in code behind Pin
Anudeep Jaiswal31-Jul-08 1:39
Anudeep Jaiswal31-Jul-08 1:39 
QuestionProblem with GridView updating all records in database Pin
Dannyrod30-Jul-08 2:23
Dannyrod30-Jul-08 2:23 
AnswerRe: Problem with GridView updating all records in database Pin
Dannyrod30-Jul-08 2:57
Dannyrod30-Jul-08 2:57 
GeneralRe: Problem with GridView updating all records in database Pin
Dannyrod4-Aug-08 3:48
Dannyrod4-Aug-08 3:48 
QuestionUnable to connect to an asp.net 2.0 using IP address with it is possible to connect using localHost [modified] Pin
Hassan Amaar30-Jul-08 2:04
Hassan Amaar30-Jul-08 2:04 
AnswerRe: Unable to connect to an asp.net 2.0 using IP address with it is possible to connect using localHost Pin
dadda_mac30-Jul-08 11:27
dadda_mac30-Jul-08 11:27 
QuestionJavascript implementation Pin
windhopper30-Jul-08 1:53
windhopper30-Jul-08 1:53 
Hi All

I'm trying to implement some javascript into my asp project but am having difficulty displaying whai need to disply. The code looks as follows:
<script type="text/javascript">
var start = (new Date()).getTime();
var THRESHOLD = 2500; // a number we will calculate below

function speedTest() {
    var duration = (new Date()).getTime() - start;
    if (duration < THRESHOLD) {
        // fast connection (display flash)
    } else {
        // slow connection (do nothing?)
    }
}
</script>


The problem is that i'm not too sure of the code i need to put in the if statement to to display a flash object.

Can anyone please help?

"Sex is not the answer, it's the question and the answer is yes"

Questiondisplaying user controls on form Pin
shruti tupkari30-Jul-08 1:46
shruti tupkari30-Jul-08 1:46 
QuestionImage display problem on crystal report in asp.net page Pin
Nagraj Naik30-Jul-08 1:26
Nagraj Naik30-Jul-08 1:26 
AnswerRe: Image display problem on crystal report in asp.net page Pin
azizogluali221-Dec-09 22:44
azizogluali221-Dec-09 22:44 
AnswerRe: Image display problem on crystal report in asp.net page Pin
Debashree257-Apr-10 23:19
Debashree257-Apr-10 23:19 
Questionupdatepanel inside modalpopup Pin
legend_of_zanado30-Jul-08 1:26
legend_of_zanado30-Jul-08 1:26 
AnswerRe: updatepanel inside modalpopup Pin
Venkatesh Mookkan30-Jul-08 1:34
Venkatesh Mookkan30-Jul-08 1:34 
GeneralRe: updatepanel inside modalpopup Pin
legend_of_zanado30-Jul-08 1:47
legend_of_zanado30-Jul-08 1:47 
Questionhide my form window............, Pin
Member 387988130-Jul-08 1:08
Member 387988130-Jul-08 1:08 
JokeRe: hide my form window............, Pin
Venkatesh Mookkan30-Jul-08 1:16
Venkatesh Mookkan30-Jul-08 1:16 
Questionauto resiging images in asp.net2.0 Pin
nileshsaraf30-Jul-08 1:05
nileshsaraf30-Jul-08 1:05 
AnswerRe: auto resiging images in asp.net2.0 Pin
Venkatesh Mookkan30-Jul-08 1:19
Venkatesh Mookkan30-Jul-08 1:19 
QuestionAsp.net Validation Controls are not working in Mozilla. Pin
Khawar Abbas130-Jul-08 1:01
Khawar Abbas130-Jul-08 1:01 
AnswerRe: Asp.net Validation Controls are not working in Mozilla. Pin
eyeseetee30-Jul-08 1:09
eyeseetee30-Jul-08 1:09 
GeneralRe: Asp.net Validation Controls are not working in Mozilla. Pin
Khawar Abbas130-Jul-08 1:19
Khawar Abbas130-Jul-08 1:19 
AnswerRe: Asp.net Validation Controls are not working in Mozilla. Pin
umeshdaiya30-Jul-08 1:55
umeshdaiya30-Jul-08 1:55 
AnswerRe: Asp.net Validation Controls are not working in Mozilla. Pin
ElSpinos30-Jul-08 5:11
ElSpinos30-Jul-08 5:11 
Questionhow to clear the page values Pin
lakshmichawala30-Jul-08 0:36
lakshmichawala30-Jul-08 0:36 

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.