Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Protect my pdf documents Pin
Jesse Squire21-Jul-06 2:34
Jesse Squire21-Jul-06 2:34 
GeneralRe: Protect my pdf documents Pin
harinath23-Jul-06 19:29
professionalharinath23-Jul-06 19:29 
Questionmouseover event on datalist. Pin
Amit Agarrwal30-Jun-06 23:53
Amit Agarrwal30-Jun-06 23:53 
Questionserver error when hosted on INTERNET Pin
nishak30-Jun-06 20:42
nishak30-Jun-06 20:42 
QuestionAccessing Web Control in JavaScript Pin
venkatasivaramaprasad30-Jun-06 20:34
venkatasivaramaprasad30-Jun-06 20:34 
AnswerRe: Accessing Web Control in JavaScript Pin
Uma Kameswari1-Jul-06 1:32
Uma Kameswari1-Jul-06 1:32 
GeneralRe: Accessing Web Control in JavaScript Pin
venkatasivaramaprasad2-Jul-06 18:55
venkatasivaramaprasad2-Jul-06 18:55 
AnswerRe: Accessing Web Control in JavaScript Pin
Guffa1-Jul-06 3:51
Guffa1-Jul-06 3:51 
You can't access web server controls from Javascript. They only exist on the server and are used to produce the html code of the page. When the page reaches the browser, the server controls no longer exist.

Some server controls procude an html element that directly correspond to the server control. In that case you can access that element from Javascript code.

As a RadioButtonList does not correspond to a single element in the html code, there is no single element that you can access from Javascript.

---
b { font-weight: normal; }

AnswerRe: Accessing Web Control in JavaScript Pin
RichardGrimmer4-Jul-06 3:04
RichardGrimmer4-Jul-06 3:04 
Questionsearch query not working Pin
Amit Agarrwal30-Jun-06 20:24
Amit Agarrwal30-Jun-06 20:24 
AnswerRe: search query not working Pin
venkatasivaramaprasad30-Jun-06 21:14
venkatasivaramaprasad30-Jun-06 21:14 
GeneralRe: search query not working Pin
Amit Agarrwal30-Jun-06 21:26
Amit Agarrwal30-Jun-06 21:26 
GeneralRe: search query not working Pin
sriramaprasad3-Jul-06 2:47
sriramaprasad3-Jul-06 2:47 
QuestionWindows Service in ASP.NET Pin
aaraaayen30-Jun-06 18:45
aaraaayen30-Jun-06 18:45 
AnswerRe: Windows Service in ASP.NET Pin
RichardGrimmer4-Jul-06 3:07
RichardGrimmer4-Jul-06 3:07 
QuestionSession Terminate abnormaly [modified] Pin
Masood Ahmed30-Jun-06 17:07
Masood Ahmed30-Jun-06 17:07 
QuestionExtend Atlas [modified] Pin
YossiKahlon30-Jun-06 13:12
YossiKahlon30-Jun-06 13:12 
AnswerRe: Extend Atlas Pin
minhpc_bk30-Jun-06 17:37
minhpc_bk30-Jun-06 17:37 
GeneralRe: Extend Atlas Pin
YossiKahlon1-Jul-06 0:10
YossiKahlon1-Jul-06 0:10 
Questionlongitude & latitude (Urgent) Pin
kirthikirthi30-Jun-06 9:48
kirthikirthi30-Jun-06 9:48 
AnswerRe: longitude & latitude (Urgent) [modified] Pin
eggsovereasy30-Jun-06 9:51
eggsovereasy30-Jun-06 9:51 
QuestionViewstate within a control Pin
Lord Nelly30-Jun-06 9:22
Lord Nelly30-Jun-06 9:22 
AnswerRe: Viewstate within a control Pin
minhpc_bk30-Jun-06 17:04
minhpc_bk30-Jun-06 17:04 
GeneralRe: Viewstate within a control Pin
Lord Nelly1-Jul-06 5:46
Lord Nelly1-Jul-06 5:46 
GeneralRe: Viewstate within a control Pin
minhpc_bk1-Jul-06 8:42
minhpc_bk1-Jul-06 8:42 

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.