Click here to Skip to main content
15,911,786 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralGrid from TextBoxes is Slow Pin
Brady Kelly5-Nov-07 1:02
Brady Kelly5-Nov-07 1:02 
QuestionNew Window on menu click Pin
Shaurya_Rastogi5-Nov-07 0:49
Shaurya_Rastogi5-Nov-07 0:49 
Questionsending email Pin
srinandan..5-Nov-07 0:34
srinandan..5-Nov-07 0:34 
AnswerRe: sending email Pin
N a v a n e e t h5-Nov-07 0:49
N a v a n e e t h5-Nov-07 0:49 
QuestionHow to find control in Javascript Pin
varshavmane5-Nov-07 0:30
varshavmane5-Nov-07 0:30 
AnswerRe: How to find control in Javascript Pin
Parwej Ahamad5-Nov-07 0:53
professionalParwej Ahamad5-Nov-07 0:53 
GeneralRe: How to find control in Javascript Pin
varshavmane5-Nov-07 0:58
varshavmane5-Nov-07 0:58 
AnswerRe: How to find control in Javascript Pin
Pallavi Bhoite5-Nov-07 1:15
Pallavi Bhoite5-Nov-07 1:15 
Hi,

you need to find that control on any event or what ?

you can use 2 ways :

1. In code behind itself u can add attribute to control

e.g you can use button click event
btnAdd.Attributes["onclick"] = "javascript:DisableControl('"+ddlCombo.ClientID+"');";
and in javascript
if(document.getElementById(ddvalue).getAttribute("selectedIndex")

or u can directly pass selected index ito javascript

2. in your javascript document.getElementById('Combo1').getAttribute ("selectedIndex") will give u control's index but i m not sure.



pallavi

GeneralRe: How to find control in Javascript Pin
varshavmane5-Nov-07 1:19
varshavmane5-Nov-07 1:19 
AnswerRe: How to find control in Javascript Pin
Sandeep Akhare5-Nov-07 1:44
Sandeep Akhare5-Nov-07 1:44 
GeneralRe: How to find control in Javascript Pin
varshavmane5-Nov-07 1:52
varshavmane5-Nov-07 1:52 
QuestionRe: How to find control in Javascript Pin
Sandeep Akhare5-Nov-07 1:56
Sandeep Akhare5-Nov-07 1:56 
AnswerRe: How to find control in Javascript Pin
varshavmane5-Nov-07 2:03
varshavmane5-Nov-07 2:03 
GeneralRe: How to find control in Javascript Pin
Sandeep Akhare5-Nov-07 2:12
Sandeep Akhare5-Nov-07 2:12 
GeneralRe: How to find control in Javascript Pin
Sandeep Akhare5-Nov-07 2:20
Sandeep Akhare5-Nov-07 2:20 
QuestionQuestion releted to sql query. Pin
rahul.net115-Nov-07 0:20
rahul.net115-Nov-07 0:20 
AnswerRe: Question releted to sql query. Pin
Pallavi Bhoite5-Nov-07 0:27
Pallavi Bhoite5-Nov-07 0:27 
GeneralRe: Question releted to sql query. Pin
rahul.net115-Nov-07 0:35
rahul.net115-Nov-07 0:35 
GeneralRe: Question releted to sql query. Pin
Pallavi Bhoite5-Nov-07 0:46
Pallavi Bhoite5-Nov-07 0:46 
GeneralRe: Question releted to sql query. Pin
rahul.net115-Nov-07 0:58
rahul.net115-Nov-07 0:58 
GeneralRe: Question releted to sql query. Pin
rahul.net115-Nov-07 1:11
rahul.net115-Nov-07 1:11 
GeneralRe: Question releted to sql query. Pin
Pallavi Bhoite5-Nov-07 1:20
Pallavi Bhoite5-Nov-07 1:20 
GeneralRe: Question releted to sql query. Pin
rahul.net115-Nov-07 1:43
rahul.net115-Nov-07 1:43 
GeneralRe: Question releted to sql query. Pin
Pallavi Bhoite5-Nov-07 2:11
Pallavi Bhoite5-Nov-07 2:11 
GeneralRe: Question releted to sql query. Pin
rahul.net115-Nov-07 2:52
rahul.net115-Nov-07 2:52 

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.