Click here to Skip to main content
16,004,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Unable to access ASP.Net site Pin
Abhishek Sur2-Nov-09 21:29
professionalAbhishek Sur2-Nov-09 21:29 
AnswerRe: Unable to access ASP.Net site Pin
Vimalsoft(Pty) Ltd2-Nov-09 21:46
professionalVimalsoft(Pty) Ltd2-Nov-09 21:46 
GeneralRe: Unable to access ASP.Net site Pin
Khaja A. Imtiaz2-Nov-09 22:13
Khaja A. Imtiaz2-Nov-09 22:13 
GeneralRe: Unable to access ASP.Net site Pin
Vimalsoft(Pty) Ltd2-Nov-09 22:14
professionalVimalsoft(Pty) Ltd2-Nov-09 22:14 
GeneralRe: Unable to access ASP.Net site Pin
Khaja A. Imtiaz2-Nov-09 22:18
Khaja A. Imtiaz2-Nov-09 22:18 
GeneralRe: Unable to access ASP.Net site Pin
Khaja A. Imtiaz2-Nov-09 22:20
Khaja A. Imtiaz2-Nov-09 22:20 
QuestionRequest.Querystring "undefined" Pin
garfield1852-Nov-09 20:47
garfield1852-Nov-09 20:47 
AnswerRe: Request.Querystring "undefined" Pin
Christian Graus2-Nov-09 20:49
protectorChristian Graus2-Nov-09 20:49 
Have you looked at the URL at all ?

garfield185 wrote:
onclick="Download(txtFile.text)" />


This quite obviously does not work. You need to get the client side id of the control, then use document.getElementById to look up the control, then get it's actual text. You can use the alert function to debug your code, if you do that now, you'll find that it's null, which is why you're getting the result you are.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: Request.Querystring "undefined" Pin
garfield1852-Nov-09 21:16
garfield1852-Nov-09 21:16 
GeneralRe: Request.Querystring "undefined" Pin
Christian Graus2-Nov-09 21:23
protectorChristian Graus2-Nov-09 21:23 
GeneralRe: Request.Querystring "undefined" Pin
garfield1852-Nov-09 21:34
garfield1852-Nov-09 21:34 
GeneralRe: Request.Querystring "undefined" Pin
Christian Graus2-Nov-09 21:57
protectorChristian Graus2-Nov-09 21:57 
GeneralRe: Request.Querystring "undefined" Pin
sohighthesky3-Nov-09 0:03
sohighthesky3-Nov-09 0:03 
Answer[Message Deleted] Pin
Imran Khan Pathan2-Nov-09 20:54
Imran Khan Pathan2-Nov-09 20:54 
GeneralRe: Request.Querystring "undefined" Pin
Christian Graus2-Nov-09 20:55
protectorChristian Graus2-Nov-09 20:55 
GeneralRe: Request.Querystring "undefined" Pin
Imran Khan Pathan2-Nov-09 20:57
Imran Khan Pathan2-Nov-09 20:57 
AnswerRe: Request.Querystring "undefined" Pin
Abhishek Sur2-Nov-09 21:36
professionalAbhishek Sur2-Nov-09 21:36 
GeneralRe: Request.Querystring "undefined" Pin
garfield1852-Nov-09 21:45
garfield1852-Nov-09 21:45 
GeneralRe: Request.Querystring "undefined" Pin
Abhishek Sur2-Nov-09 21:48
professionalAbhishek Sur2-Nov-09 21:48 
GeneralRe: Request.Querystring "undefined" Pin
Christian Graus2-Nov-09 21:58
protectorChristian Graus2-Nov-09 21:58 
GeneralRe: Request.Querystring "undefined" Pin
Abhishek Sur2-Nov-09 22:21
professionalAbhishek Sur2-Nov-09 22:21 
GeneralRe: Request.Querystring "undefined" Pin
Christian Graus2-Nov-09 22:33
protectorChristian Graus2-Nov-09 22:33 
GeneralRe: Request.Querystring "undefined" Pin
Abhishek Sur3-Nov-09 0:07
professionalAbhishek Sur3-Nov-09 0:07 
QuestionGet Controls in htmlstring Pin
Imran Khan Pathan2-Nov-09 20:36
Imran Khan Pathan2-Nov-09 20:36 
AnswerRe: Get Controls in htmlstring Pin
Christian Graus2-Nov-09 20:41
protectorChristian Graus2-Nov-09 20:41 

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.