Click here to Skip to main content
15,912,837 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionidea my software bussiness Pin
raquidd227-Jul-08 13:28
raquidd227-Jul-08 13:28 
AnswerRe: idea my software bussiness Pin
Paul Conrad7-Jul-08 13:33
professionalPaul Conrad7-Jul-08 13:33 
AnswerRe: idea my software bussiness Pin
Christian Graus7-Jul-08 17:39
protectorChristian Graus7-Jul-08 17:39 
QuestionASP.NET MVC Pin
dabs7-Jul-08 12:36
dabs7-Jul-08 12:36 
AnswerRe: ASP.NET MVC Pin
Abhijit Jana7-Jul-08 19:08
professionalAbhijit Jana7-Jul-08 19:08 
Questionuploade Pin
strawberrysh7-Jul-08 8:48
strawberrysh7-Jul-08 8:48 
AnswerRe: uploade Pin
Christian Graus7-Jul-08 8:52
protectorChristian Graus7-Jul-08 8:52 
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 

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.