Click here to Skip to main content
15,907,392 members
Home / Discussions / Web Development
   

Web Development

 
Questionhow to declare static variable in javascript Pin
sridevi1428-Dec-06 23:31
sridevi1428-Dec-06 23:31 
AnswerRe: how to declare static variable in javascript Pin
Venkatesh Mookkan29-Dec-06 0:17
Venkatesh Mookkan29-Dec-06 0:17 
Questionhelp me to connect web and excel to import and export data Pin
ramu4u28-Dec-06 22:41
ramu4u28-Dec-06 22:41 
AnswerRe: help me to connect web and excel to import and export data Pin
Bradml28-Dec-06 23:06
Bradml28-Dec-06 23:06 
Questionasp.net save file Pin
hhems28-Dec-06 18:57
hhems28-Dec-06 18:57 
QuestionHow can I find time that it is taking Pin
indian14328-Dec-06 17:46
indian14328-Dec-06 17:46 
AnswerRe: How can I find time that it is taking Pin
hhems28-Dec-06 18:58
hhems28-Dec-06 18:58 
AnswerRe: How can I find time that it is taking Pin
theJazzyBrain2-Jan-07 3:36
theJazzyBrain2-Jan-07 3:36 
Ok, go:

<br />
DateTime R_start = DateTime.UtcNow;<br />
<br />
// DO YOUR THINGS HERE<br />
<br />
DateTime R_end = DateTime.UtcNow;<br />
long timeCounter = (long)(R_end - R_start).TotalMilliseconds;<br />
Response.Write (timeCounter);<br />


Jason Kataropoulos
Excellence is not an act, but a habit!
Aristotle


QuestionIIS challenge [modified] Pin
Brent Lamborn27-Dec-06 11:38
Brent Lamborn27-Dec-06 11:38 
AnswerRe: IIS challenge Pin
Bradml27-Dec-06 22:15
Bradml27-Dec-06 22:15 
QuestionHow to handle 200 KB images in my Home page to improve download time Pin
Arindam Tewary27-Dec-06 4:19
professionalArindam Tewary27-Dec-06 4:19 
AnswerRe: How to handle 200 KB images in my Home page to improve download time Pin
Bradml27-Dec-06 4:47
Bradml27-Dec-06 4:47 
GeneralRe: How to handle 200 KB images in my Home page to improve download time Pin
Arindam Tewary27-Dec-06 4:57
professionalArindam Tewary27-Dec-06 4:57 
GeneralRe: How to handle 200 KB images in my Home page to improve download time Pin
Bradml27-Dec-06 6:16
Bradml27-Dec-06 6:16 
AnswerRe: How to handle 200 KB images in my Home page to improve download time Pin
theJazzyBrain2-Jan-07 3:33
theJazzyBrain2-Jan-07 3:33 
QuestionCan I delete all the elements from a .net server drop down list control by using Javascript function Pin
indian14327-Dec-06 1:38
indian14327-Dec-06 1:38 
AnswerRe: Can I delete all the elements from a .net server drop down list control by using Javascript function Pin
Bradml27-Dec-06 4:14
Bradml27-Dec-06 4:14 
QuestionCan anybody help me to use combobox from Javascript function Pin
indian14326-Dec-06 17:56
indian14326-Dec-06 17:56 
AnswerRe: Can anybody help me to use combobox from Javascript function Pin
Venkatesh Mookkan26-Dec-06 19:17
Venkatesh Mookkan26-Dec-06 19:17 
GeneralRe: Can anybody help me to use combobox from Javascript function Pin
indian14326-Dec-06 22:17
indian14326-Dec-06 22:17 
Questionstrong name in visual studio 2005 Pin
TariqMahmood26-Dec-06 5:39
TariqMahmood26-Dec-06 5:39 
QuestionHow can I add elements in to a .Net Drop down list server control using Javascript function. Like I have 3 dropdown list server controls. I want change the date field whenever month or year changed. If possible please give some code snippet. Pin
indian14326-Dec-06 1:22
indian14326-Dec-06 1:22 
AnswerRe: How can I add elements in to a .Net Drop down list server control using Javascript function. Like I have 3 dropdown list server controls. I want change the date field whenever month or year changed. If possible please give some code snippet. Pin
Christian Graus26-Dec-06 15:37
protectorChristian Graus26-Dec-06 15:37 
GeneralHow can I add elements in to a .Net Drop down list server control using Javascript function. Like I have 3 dropdown list server controls. I want change the date field whenever month or year changed. If possible please give some code snippet. Pin
indian14326-Dec-06 17:54
indian14326-Dec-06 17:54 
QuestionCan I add elements in to a Drop down list server control Pin
indian14326-Dec-06 1:17
indian14326-Dec-06 1:17 

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.