Click here to Skip to main content
15,899,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Ques - Please Ignore Pin
J4amieC11-Jun-08 0:44
J4amieC11-Jun-08 0:44 
JokeRe: Ques - Please Ignore Pin
Vasudevan Deepak Kumar11-Jun-08 0:46
Vasudevan Deepak Kumar11-Jun-08 0:46 
AnswerRe: Ques Pin
eyeseetee11-Jun-08 0:49
eyeseetee11-Jun-08 0:49 
JokeRe: Ques Pin
Vasudevan Deepak Kumar11-Jun-08 0:53
Vasudevan Deepak Kumar11-Jun-08 0:53 
Questiondocument.getElementById("") javascript ASP.NET. Pin
Pranav Thakur11-Jun-08 0:39
Pranav Thakur11-Jun-08 0:39 
AnswerRe: document.getElementById("") javascript ASP.NET. Pin
Vasudevan Deepak Kumar11-Jun-08 0:44
Vasudevan Deepak Kumar11-Jun-08 0:44 
AnswerRe: document.getElementById("") javascript ASP.NET. Pin
Ashik Wani11-Jun-08 1:54
Ashik Wani11-Jun-08 1:54 
GeneralRe: document.getElementById("") javascript ASP.NET. Pin
Pranav Thakur11-Jun-08 5:28
Pranav Thakur11-Jun-08 5:28 
i declared a global variable like this:

string ddl="";

then in page load i wrote the following line:
ddl = ddlCountry.ClientID;

now in javascript i write like :

var DrpDwn = document.getElementById("ddl");
alert(DrpDwn).

Above is code is not working.What is wrong I am doing.Remember ddlCountry is inside wizard control.
QuestionQuestion Pin
nithydurai10-Jun-08 23:41
nithydurai10-Jun-08 23:41 
AnswerRe: Question - IGNORE Pin
eyeseetee11-Jun-08 0:09
eyeseetee11-Jun-08 0:09 
Questionadd session variable to querystring in aspx not thru codepage Pin
thedom210-Jun-08 23:00
thedom210-Jun-08 23:00 
AnswerRe: add session variable to querystring in aspx not thru codepage Pin
Vasudevan Deepak Kumar11-Jun-08 0:18
Vasudevan Deepak Kumar11-Jun-08 0:18 
GeneralRe: add session variable to querystring in aspx not thru codepage Pin
thedom211-Jun-08 0:21
thedom211-Jun-08 0:21 
GeneralRe: add session variable to querystring in aspx not thru codepage Pin
Vasudevan Deepak Kumar11-Jun-08 0:31
Vasudevan Deepak Kumar11-Jun-08 0:31 
AnswerRe: add session variable to querystring in aspx not thru codepage Pin
sukkureddy11-Jun-08 1:07
sukkureddy11-Jun-08 1:07 
QuestionProblem with Ocx in remote server Pin
vurugonda10-Jun-08 22:55
vurugonda10-Jun-08 22:55 
AnswerRe: Problem with Ocx in remote server Pin
eyeseetee10-Jun-08 23:14
eyeseetee10-Jun-08 23:14 
GeneralRe: Problem with Ocx in remote server Pin
vurugonda10-Jun-08 23:24
vurugonda10-Jun-08 23:24 
GeneralRe: Problem with Ocx in remote server Pin
Vasudevan Deepak Kumar11-Jun-08 0:18
Vasudevan Deepak Kumar11-Jun-08 0:18 
GeneralRe: Problem with Ocx in remote server Pin
vurugonda11-Jun-08 0:41
vurugonda11-Jun-08 0:41 
GeneralRe: Problem with Ocx in remote server Pin
Vasudevan Deepak Kumar11-Jun-08 0:45
Vasudevan Deepak Kumar11-Jun-08 0:45 
GeneralRe: Problem with Ocx in remote server Pin
vurugonda11-Jun-08 21:32
vurugonda11-Jun-08 21:32 
QuestionPage Refresh Pin
Member 329688310-Jun-08 22:52
Member 329688310-Jun-08 22:52 
AnswerRe: Page Refresh Pin
eyeseetee10-Jun-08 23:12
eyeseetee10-Jun-08 23:12 
GeneralRe: Page Refresh Pin
Member 329688310-Jun-08 23:45
Member 329688310-Jun-08 23:45 

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.