Click here to Skip to main content
15,912,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Opening all files in browser from ASP.Net Web Page Pin
Sun Rays14-Dec-07 0:40
Sun Rays14-Dec-07 0:40 
GeneralRe: Opening all files in browser from ASP.Net Web Page Pin
Paddy Boyd14-Dec-07 1:27
Paddy Boyd14-Dec-07 1:27 
GeneralCookies problem Pin
Rahul Babu14-Dec-07 0:17
Rahul Babu14-Dec-07 0:17 
Generaldisplaying a letter in textbox when a button is clicked Pin
suhasini14-Dec-07 0:13
suhasini14-Dec-07 0:13 
GeneralRe: displaying a letter in textbox when a button is clicked Pin
Sun Rays14-Dec-07 0:28
Sun Rays14-Dec-07 0:28 
GeneralRe: displaying a letter in textbox when a button is clicked Pin
Christian Graus14-Dec-07 10:05
protectorChristian Graus14-Dec-07 10:05 
GeneralUsing SSL with SQL Server Pin
eyeseetee13-Dec-07 23:55
eyeseetee13-Dec-07 23:55 
QuestionDropdownlist selected index changed event not firing Pin
JacquesDP13-Dec-07 23:28
JacquesDP13-Dec-07 23:28 
Hi all,

I sit with an issue and have absolutely no idea why it is happening.

I have a DropDownList, as follow:

<asp:dropdownlist id="ddlPaymentMethod" runat="server" onselectedindexchanged="ddlPaymentMethod_SelectedIndexChanged">
</asp:dropdownlist>

Then in the code-behind I have the following:

protected void ddlPaymentMethod_SelectedIndexChanged(object sender, EventArgs e)
{
if (ddlPaymentMethod.SelectedIndex.ToString() != "")
{
SetDivVisibility(ddlPaymentMethod.SelectedItem.Value.Trim());
}
}

But for some reason, when I run the program, and change the value within the DropDownList, it never enters the SelectedIndexChanged event.....

Any ideas or solutions would be greatly appreciated

Thanks in advance
No matter how long he who laughs last laughs, he who laughs first has a head start!

GeneralRe: Dropdownlist selected index changed event not firing Pin
Sun Rays13-Dec-07 23:30
Sun Rays13-Dec-07 23:30 
GeneralRe: Dropdownlist selected index changed event not firing Pin
JacquesDP13-Dec-07 23:44
JacquesDP13-Dec-07 23:44 
Generaluploading files from visual web developer express edition Pin
eyeseetee13-Dec-07 22:55
eyeseetee13-Dec-07 22:55 
GeneralRe: uploading files from visual web developer express edition Pin
Abhijit Jana13-Dec-07 23:07
professionalAbhijit Jana13-Dec-07 23:07 
GeneralRe: uploading files from visual web developer express edition Pin
eyeseetee13-Dec-07 23:19
eyeseetee13-Dec-07 23:19 
QuestionDynamically Creating controls in UserControl at design time Pin
fieh13-Dec-07 22:51
fieh13-Dec-07 22:51 
GeneralUsing Excel And Doc file into Web Server Pin
Deepak the Cool13-Dec-07 21:55
Deepak the Cool13-Dec-07 21:55 
GeneralAnalysis chart Pin
SUDHAKAR PALLAM13-Dec-07 21:06
SUDHAKAR PALLAM13-Dec-07 21:06 
GeneralRe: Analysis chart Pin
Vasudevan Deepak Kumar13-Dec-07 21:36
Vasudevan Deepak Kumar13-Dec-07 21:36 
GeneralUnable to cast object of type 'System.Byte[]'to 'System.IConvertible'. in Uploadiong Image in to Sqlserver Pin
mrgaddam13-Dec-07 20:48
mrgaddam13-Dec-07 20:48 
AnswerRe: Unable to cast object of type 'System.Byte[]'to 'System.IConvertible'. in Uploadiong Image in to Sqlserver Pin
Guffa13-Dec-07 21:11
Guffa13-Dec-07 21:11 
GeneralRe: Unable to cast object of type 'System.Byte[]'to 'System.IConvertible'. in Uploadiong Image in to Sqlserver Pin
mrgaddam13-Dec-07 21:43
mrgaddam13-Dec-07 21:43 
GeneralRe: Unable to cast object of type 'System.Byte[]'to 'System.IConvertible'. in Uploadiong Image in to Sqlserver Pin
Guffa13-Dec-07 21:50
Guffa13-Dec-07 21:50 
Questionhow i can check wheter the text enterd is in a data formate or not Pin
jagan12313-Dec-07 20:28
jagan12313-Dec-07 20:28 
AnswerRe: how i can check wheter the text enterd is in a data formate or not [modified] Pin
Tarun Dudhatra14-Dec-07 1:05
Tarun Dudhatra14-Dec-07 1:05 
General3 level drill down datagrid Pin
uglyeyes13-Dec-07 20:00
uglyeyes13-Dec-07 20:00 
GeneralRe: 3 level drill down datagrid Pin
uglyeyes15-Dec-07 12:31
uglyeyes15-Dec-07 12:31 

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.