Click here to Skip to main content
15,891,184 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Javascript for Dropdown List Pin
Sandeep Akhare3-Jun-07 23:02
Sandeep Akhare3-Jun-07 23:02 
AnswerRe: Javascript for Dropdown List Pin
gauthee3-Jun-07 23:07
gauthee3-Jun-07 23:07 
GeneralRe: Javascript for Dropdown List Pin
Sandeep Akhare3-Jun-07 23:16
Sandeep Akhare3-Jun-07 23:16 
GeneralRe: Javascript for Dropdown List Pin
gauthee3-Jun-07 23:40
gauthee3-Jun-07 23:40 
GeneralRe: Javascript for Dropdown List Pin
Sandeep Akhare4-Jun-07 0:01
Sandeep Akhare4-Jun-07 0:01 
GeneralRe: Javascript for Dropdown List Pin
gauthee4-Jun-07 0:28
gauthee4-Jun-07 0:28 
GeneralRe: Javascript for Dropdown List Pin
Sandeep Akhare4-Jun-07 0:39
Sandeep Akhare4-Jun-07 0:39 
GeneralRe: Javascript for Dropdown List Pin
gauthee4-Jun-07 1:26
gauthee4-Jun-07 1:26 
function function1()
{
alert("Hi");
return true;
}


In pageLoad
ddl1.Attributes.Add("onChange", "javascript:return function1();");

The alert box is being displayed but after that the code in the selection changed event is not being executed.

If there are no return statments then both the events are being executed.

So, is it a problem with catching the return true/false??

Gautham

Questioncount of web controls on aspx page.... Pin
pradeep kumarappagari3-Jun-07 22:33
pradeep kumarappagari3-Jun-07 22:33 
AnswerRe: count of web controls on aspx page.... Pin
Chetan Ranpariya3-Jun-07 22:57
Chetan Ranpariya3-Jun-07 22:57 
GeneralRe: count of web controls on aspx page.... Pin
pradeep kumarappagari4-Jun-07 1:31
pradeep kumarappagari4-Jun-07 1:31 
GeneralRe: count of web controls on aspx page.... Pin
Chetan Ranpariya4-Jun-07 20:02
Chetan Ranpariya4-Jun-07 20:02 
AnswerRe: count of web controls on aspx page.... Pin
gauthee3-Jun-07 23:00
gauthee3-Jun-07 23:00 
GeneralRe: count of web controls on aspx page.... Pin
pradeep kumarappagari4-Jun-07 1:32
pradeep kumarappagari4-Jun-07 1:32 
AnswerRe: count of web controls on aspx page.... Pin
Sathesh Sakthivel4-Jun-07 1:47
Sathesh Sakthivel4-Jun-07 1:47 
GeneralRe: count of web controls on aspx page.... Pin
pradeep kumarappagari4-Jun-07 1:57
pradeep kumarappagari4-Jun-07 1:57 
GeneralRe: count of web controls on aspx page.... Pin
Sathesh Sakthivel4-Jun-07 2:26
Sathesh Sakthivel4-Jun-07 2:26 
GeneralRe: count of web controls on aspx page.... Pin
pradeep kumarappagari4-Jun-07 2:34
pradeep kumarappagari4-Jun-07 2:34 
QuestionDoubt with using webusercontroll.... Pin
pradeep kumarappagari3-Jun-07 22:28
pradeep kumarappagari3-Jun-07 22:28 
AnswerRe: Doubt with using webusercontroll.... Pin
Chetan Ranpariya3-Jun-07 23:01
Chetan Ranpariya3-Jun-07 23:01 
GeneralRe: Doubt with using webusercontroll.... Pin
pradeep kumarappagari4-Jun-07 1:30
pradeep kumarappagari4-Jun-07 1:30 
GeneralRe: Doubt with using webusercontroll.... Pin
Chetan Ranpariya4-Jun-07 20:00
Chetan Ranpariya4-Jun-07 20:00 
GeneralRe: Doubt with using webusercontroll.... Pin
Atif Ali Bhatti4-Jun-07 2:55
Atif Ali Bhatti4-Jun-07 2:55 
GeneralRe: Doubt with using webusercontroll.... Pin
Chetan Ranpariya4-Jun-07 20:19
Chetan Ranpariya4-Jun-07 20:19 
GeneralRe: Doubt with using webusercontroll.... Pin
Atif Ali Bhatti5-Jun-07 5:48
Atif Ali Bhatti5-Jun-07 5:48 

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.