Click here to Skip to main content
15,889,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: selected Text Pin
InsDev30-Oct-07 0:41
InsDev30-Oct-07 0:41 
GeneralRe: selected Text Pin
Abhijit Jana30-Oct-07 1:15
professionalAbhijit Jana30-Oct-07 1:15 
GeneralRe: selected Text Pin
Sonia Gupta30-Oct-07 2:07
Sonia Gupta30-Oct-07 2:07 
GeneralRe: selected Text Pin
Sonia Gupta30-Oct-07 2:08
Sonia Gupta30-Oct-07 2:08 
AnswerRe: selected Text Pin
J4amieC30-Oct-07 2:05
J4amieC30-Oct-07 2:05 
GeneralRe: selected Text Pin
Sonia Gupta30-Oct-07 2:09
Sonia Gupta30-Oct-07 2:09 
GeneralRe: selected Text Pin
J4amieC30-Oct-07 2:25
J4amieC30-Oct-07 2:25 
QuestionEvent Fire in Drop Down List Pin
Rinki Mukheraji29-Oct-07 23:54
Rinki Mukheraji29-Oct-07 23:54 
Please Everybody help me. I had been send this problem before two hour.
Enter the value in dropdownlist.

page_load()
{
dropdownlist1.items.insert(0,new listitem("Add New","0")
}

dropdownlist1_selectedIndexchanged()
{
if(dropdownlist1.selectedindex == 0)
{
responce.write("Asdf");
}
}
But not fired this event.


AnswerRe: Event Fire in Drop Down List Pin
pmarfleet30-Oct-07 0:06
pmarfleet30-Oct-07 0:06 
AnswerRe: Event Fire in Drop Down List Pin
codeproject_Tarun30-Oct-07 0:06
codeproject_Tarun30-Oct-07 0:06 
AnswerRe: Event Fire in Drop Down List Pin
Sandeep Akhare30-Oct-07 0:11
Sandeep Akhare30-Oct-07 0:11 
GeneralRe: Event Fire in Drop Down List Pin
Rinki Mukheraji30-Oct-07 0:16
Rinki Mukheraji30-Oct-07 0:16 
GeneralRe: Event Fire in Drop Down List Pin
Sandeep Akhare30-Oct-07 0:19
Sandeep Akhare30-Oct-07 0:19 
AnswerRe: Event Fire in Drop Down List Pin
John-ph30-Oct-07 0:14
John-ph30-Oct-07 0:14 
GeneralRe: Event Fire in Drop Down List Pin
Rinki Mukheraji30-Oct-07 0:26
Rinki Mukheraji30-Oct-07 0:26 
GeneralRe: Event Fire in Drop Down List Pin
Rinki Mukheraji30-Oct-07 0:32
Rinki Mukheraji30-Oct-07 0:32 
GeneralRe: Event Fire in Drop Down List Pin
John-ph30-Oct-07 0:39
John-ph30-Oct-07 0:39 
GeneralRe: Event Fire in Drop Down List Pin
Rinki Mukheraji30-Oct-07 0:42
Rinki Mukheraji30-Oct-07 0:42 
GeneralRe: Event Fire in Drop Down List Pin
John-ph30-Oct-07 2:26
John-ph30-Oct-07 2:26 
AnswerRe: Event Fire in Drop Down List Pin
Mogha Ritesh30-Oct-07 0:15
Mogha Ritesh30-Oct-07 0:15 
GeneralRe: Event Fire in Drop Down List Pin
Rinki Mukheraji30-Oct-07 0:30
Rinki Mukheraji30-Oct-07 0:30 
AnswerRe: Event Fire in Drop Down List Pin
Ahmad Adnan30-Oct-07 1:54
Ahmad Adnan30-Oct-07 1:54 
QuestionRedirection problem [modified] Pin
Krishna Varadharajan29-Oct-07 23:30
Krishna Varadharajan29-Oct-07 23:30 
AnswerRe: Redirection problem Pin
InsDev29-Oct-07 23:38
InsDev29-Oct-07 23:38 
GeneralRe: Redirection problem Pin
Krishna Varadharajan29-Oct-07 23:51
Krishna Varadharajan29-Oct-07 23:51 

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.