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

ASP.NET

 
AnswerRe: uploade Pin
Sherin Iranimose7-Jul-08 20:15
Sherin Iranimose7-Jul-08 20:15 
QuestionAjaxControlToolkit Tabs control question Pin
Leo Smith7-Jul-08 8:27
Leo Smith7-Jul-08 8:27 
QuestionMultiplication problem Pin
sajeent127-Jul-08 8:06
sajeent127-Jul-08 8:06 
AnswerRe: Multiplication problem Pin
Christian Graus7-Jul-08 8:11
protectorChristian Graus7-Jul-08 8:11 
Questionuploade error Pin
strawberrysh7-Jul-08 7:37
strawberrysh7-Jul-08 7:37 
AnswerRe: uploade error Pin
Christian Graus7-Jul-08 8:12
protectorChristian Graus7-Jul-08 8:12 
QuestionProblem in Javascript file Pin
pinna_hari7-Jul-08 6:34
pinna_hari7-Jul-08 6:34 
AnswerRe: Problem in Javascript file Pin
Christian Graus7-Jul-08 8:16
protectorChristian Graus7-Jul-08 8:16 
You should get firefox and firebug. If you did, you would see that a seperate js file is never parsed, so your code is being written verbatim. One way around this is to do something like:

var=document.getElementID(textBoxClientId).value;

Then write a variable called that using the ClientID in the code behind of the page.

Also, NEVER use the result of getElementByID without first checking that it's not null.

Christian Graus

Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.

QuestionImage button inside an updatepanel Pin
Michael Bookatz7-Jul-08 6:29
Michael Bookatz7-Jul-08 6:29 
AnswerRe: Image button inside an updatepanel Pin
Herman<T>.Instance8-Jul-08 3:40
Herman<T>.Instance8-Jul-08 3:40 
GeneralRe: Image button inside an updatepanel Pin
Michael Bookatz8-Jul-08 6:30
Michael Bookatz8-Jul-08 6:30 
Questionquick easy question regarding url vairables Pin
eyeseetee7-Jul-08 4:24
eyeseetee7-Jul-08 4:24 
AnswerRe: quick easy question regarding url vairables Pin
Michael Bookatz7-Jul-08 4:28
Michael Bookatz7-Jul-08 4:28 
AnswerRe: quick easy question regarding url vairables Pin
Sherin Iranimose7-Jul-08 4:30
Sherin Iranimose7-Jul-08 4:30 
AnswerRe: quick easy question regarding url vairables Pin
eyeseetee7-Jul-08 4:52
eyeseetee7-Jul-08 4:52 
Questionconvert vb to javascript Pin
farabba7-Jul-08 4:05
farabba7-Jul-08 4:05 
AnswerRe: convert vb to javascript Pin
Christian Graus7-Jul-08 4:08
protectorChristian Graus7-Jul-08 4:08 
GeneralRe: convert vb to javascript Pin
farabba7-Jul-08 4:15
farabba7-Jul-08 4:15 
GeneralRe: convert vb to javascript Pin
Christian Graus7-Jul-08 4:56
protectorChristian Graus7-Jul-08 4:56 
QuestionC# create Ajax Accordion and panes? Pin
countnazgul7-Jul-08 4:00
countnazgul7-Jul-08 4:00 
AnswerRe: C# create Ajax Accordion and panes? Pin
countnazgul8-Jul-08 22:50
countnazgul8-Jul-08 22:50 
Questionsession Pin
rajeev22337-Jul-08 3:20
rajeev22337-Jul-08 3:20 
AnswerRe: session Pin
Christian Graus7-Jul-08 3:35
protectorChristian Graus7-Jul-08 3:35 
GeneralRe: session Pin
tina->newcoder7-Jul-08 8:03
tina->newcoder7-Jul-08 8:03 
GeneralRe: session Pin
Christian Graus7-Jul-08 8:16
protectorChristian Graus7-Jul-08 8:16 

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.