Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: [help]ListView & DataPager Pin
R. Giskard Reventlov31-Mar-10 2:29
R. Giskard Reventlov31-Mar-10 2:29 
GeneralRe: [help]ListView & DataPager Pin
calvenyow31-Mar-10 20:56
calvenyow31-Mar-10 20:56 
QuestionSigel Header For Multiel Columns in Telerik RAD Grid Pin
sreepavan15038530-Mar-10 23:51
sreepavan15038530-Mar-10 23:51 
AnswerRe: Sigel Header For Multiel Columns in Telerik RAD Grid Pin
Venkatesh Mookkan31-Mar-10 1:25
Venkatesh Mookkan31-Mar-10 1:25 
QuestionHow to find browser close event in firefox Pin
Samarjeet Singh@india30-Mar-10 23:07
Samarjeet Singh@india30-Mar-10 23:07 
AnswerRe: How to find browser close event in firefox Pin
sashidhar30-Mar-10 23:28
sashidhar30-Mar-10 23:28 
QuestionJavascript Problem in asp.net in Content page Pin
sharad Pyakurel30-Mar-10 22:49
sharad Pyakurel30-Mar-10 22:49 
AnswerRe: Javascript Problem in asp.net in Content page Pin
PSK_30-Mar-10 23:10
PSK_30-Mar-10 23:10 
In javascript to set the value of a label instead of using value property use innerText.

Like

ctrl.innerText ='Something';




In case of dropdown list you need to iterate the collection and compare each value in the option collection.

for(var i=0;i<ctrl.length;i++)
    {
    if(ctrl[i].value=='Something') 
	{
	     ctrl.selectedIndex = i;
	     break;
	}
    }

WWW, WCF, WWF, WPF, WFC .... WTF

AnswerRe: Javascript Problem in asp.net in Content page Pin
sashidhar30-Mar-10 23:22
sashidhar30-Mar-10 23:22 
AnswerRe: Javascript Problem in asp.net in Content page Pin
Venkatesh Mookkan31-Mar-10 1:32
Venkatesh Mookkan31-Mar-10 1:32 
GeneralRe: Javascript Problem in asp.net in Content page Pin
sharad Pyakurel1-Apr-10 1:46
sharad Pyakurel1-Apr-10 1:46 
NewsRe: Javascript Problem in asp.net in Content page Pin
Venkatesh Mookkan1-Apr-10 2:32
Venkatesh Mookkan1-Apr-10 2:32 
QuestionJavascript not working for local application Pin
Robymon30-Mar-10 22:37
Robymon30-Mar-10 22:37 
AnswerRe: Javascript not working for local application Pin
sashidhar30-Mar-10 23:32
sashidhar30-Mar-10 23:32 
GeneralRe: Javascript not working for local application Pin
Robymon30-Mar-10 23:54
Robymon30-Mar-10 23:54 
Questionneed help with Ajax modal popup extender Pin
S.Aijaz30-Mar-10 20:39
S.Aijaz30-Mar-10 20:39 
AnswerRe: need help with Ajax modal popup extender Pin
sashidhar30-Mar-10 23:30
sashidhar30-Mar-10 23:30 
AnswerRe: need help with Ajax modal popup extender Pin
MyDevBank31-Mar-10 9:46
MyDevBank31-Mar-10 9:46 
Questionadd popmenu at run time Pin
Abdul Rahman Hamidy30-Mar-10 20:05
Abdul Rahman Hamidy30-Mar-10 20:05 
AnswerRe: add popmenu at run time Pin
Sandeep Mewara30-Mar-10 20:19
mveSandeep Mewara30-Mar-10 20:19 
GeneralRe: add popmenu at run time Pin
Abdul Rahman Hamidy30-Mar-10 22:38
Abdul Rahman Hamidy30-Mar-10 22:38 
QuestionAutoClose of DivisionTag Window ....... Pin
priyareguri30-Mar-10 18:58
priyareguri30-Mar-10 18:58 
AnswerRe: AutoClose of DivisionTag Window ....... Pin
Sandeep Mewara30-Mar-10 20:16
mveSandeep Mewara30-Mar-10 20:16 
AnswerRe: AutoClose of DivisionTag Window ....... Pin
Arindam Tewary30-Mar-10 21:11
professionalArindam Tewary30-Mar-10 21:11 
Questionhow to databind a adrotator [modified] Pin
ships_agr30-Mar-10 18:33
ships_agr30-Mar-10 18:33 

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.