Click here to Skip to main content
15,913,773 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Open parent window from child window Pin
Yusuf12-May-09 10:21
Yusuf12-May-09 10:21 
QuestionEditing a Word document Pin
dptalt12-May-09 9:17
dptalt12-May-09 9:17 
AnswerRe: Editing a Word document Pin
Christian Graus12-May-09 9:30
protectorChristian Graus12-May-09 9:30 
GeneralRe: Editing a Word document Pin
Ramesh Swaminathan12-May-09 10:08
Ramesh Swaminathan12-May-09 10:08 
Question.net javascript masterpage conflict Pin
janetb9912-May-09 7:44
janetb9912-May-09 7:44 
AnswerRe: .net javascript masterpage conflict Pin
Christian Graus12-May-09 7:47
protectorChristian Graus12-May-09 7:47 
GeneralRe: .net javascript masterpage conflict Pin
janetb9912-May-09 7:50
janetb9912-May-09 7:50 
GeneralRe: .net javascript masterpage conflict Pin
Christian Graus12-May-09 7:53
protectorChristian Graus12-May-09 7:53 
The easiest way to debug is to use alert statements, as in

alert("I got this far);

or

alert("The value of X = " + x);

This will create popup messages. Also, the browser will show you if it thinks there was a js error. So, I'd start with an alert at the top of the function, telling you if it got called or not.

Firebug is an add in for firefox, it lets you set breakpoints in your js and step through. It's awesome.

I would say best guess is that where your script is going, the scope means it doesn't get called, but it's best to go through and make sure that is true.

Christian Graus

Driven to the arms of OSX by Vista.

"I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

AnswerRe: .net javascript masterpage conflict Pin
Spunky Coder12-May-09 20:56
Spunky Coder12-May-09 20:56 
GeneralRe: .net javascript masterpage conflict Pin
janetb9913-May-09 4:19
janetb9913-May-09 4:19 
QuestionWhe service which takes Filestream as parameter Pin
Member 465900112-May-09 7:03
Member 465900112-May-09 7:03 
AnswerRe: Whe service which takes Filestream as parameter Pin
Yusuf12-May-09 7:32
Yusuf12-May-09 7:32 
AnswerRe: Whe service which takes Filestream as parameter Pin
Member 475589313-May-09 1:11
Member 475589313-May-09 1:11 
Questionproblem with login control in asp.net Pin
aarsh thakur12-May-09 5:28
aarsh thakur12-May-09 5:28 
AnswerRe: problem with login control in asp.net Pin
AlexeiXX312-May-09 6:33
AlexeiXX312-May-09 6:33 
GeneralRe: problem with login control in asp.net Pin
aarsh thakur12-May-09 21:38
aarsh thakur12-May-09 21:38 
QuestionGridView Template Control [modified] Pin
Ibrahim Bello12-May-09 4:59
Ibrahim Bello12-May-09 4:59 
AnswerRe: GridView Template Control Pin
AlexeiXX312-May-09 6:26
AlexeiXX312-May-09 6:26 
GeneralRe: GridView Template Control Pin
Ibrahim Bello14-May-09 6:37
Ibrahim Bello14-May-09 6:37 
GeneralRe: GridView Template Control Pin
AlexeiXX314-May-09 8:40
AlexeiXX314-May-09 8:40 
GeneralRe: GridView Template Control Pin
Ibrahim Bello14-May-09 21:32
Ibrahim Bello14-May-09 21:32 
QuestionFile management website advice Pin
Gene Arnold12-May-09 3:49
Gene Arnold12-May-09 3:49 
AnswerRe: File management website advice Pin
Manas Bhardwaj12-May-09 4:15
professionalManas Bhardwaj12-May-09 4:15 
AnswerRe: File management website advice Pin
Paddy Boyd12-May-09 5:29
Paddy Boyd12-May-09 5:29 
AnswerRe: File management website advice Pin
AlexeiXX312-May-09 6:35
AlexeiXX312-May-09 6:35 

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.