Ask a Question related to ASP.NET General, Design and Development.
-
Micheal #1
ASP.NET - DropDownList Get's First Select value
I have an ASP.NET website using C# that has a Web Control DropDownList. The
DropDownList is filled by a database call to SQL Server. The problem is
that when I click to change what is selected from the DropDownList, it only
select the 'first' value in the DropDownList no matter what I select.
Any idea? Thanks in advance
Micheal Guest
-
#39116 [Opn->Bgs]: var_export get's fatal error on recursion
ID: 39116 Updated by: derick@php.net Reported By: dekelb at gmail dot com -Status: Open +Status: ... -
#39116 [NEW]: var_export get's fatal error on recursion
From: dekelb at gmail dot com Operating system: linux PHP version: 5.2.0RC5 PHP Bug Type: Feature/Change Request Bug... -
Dropdownlist "Select Value Equal To" Gives an Error
In DW MX 2004 (C#), when I set the "select value equal to" for a dropdownlist item, I get the following .NET error once I try to view the webpage: ... -
Javascript onblur prevents users to select dropdownlist
Hello I have a popup window that I would like to keep on top so I am using the foloowing javascript: window.onblur = function() {... -
DropdownList: How to select by value programaticly?
I have an ASP DropdownList populated. What I want is to select a new item, in my code, by set a datavale to dropdownlist's selectedItem.Value... -
Joe Bleaux #2
Re: ASP.NET - DropDownList Get's First Select value
It sounds like you are populating your dropdown list every time the page
loads.
have a condition like this:
if not ispostback then
'fill the dropdown list
end if
-Mike
"Micheal" <frooyo@sbcglobal.net> wrote in message
news:uVoJZWtVDHA.2328@TK2MSFTNGP12.phx.gbl...The> I have an ASP.NET website using C# that has a Web Control DropDownList.only> DropDownList is filled by a database call to SQL Server. The problem is
> that when I click to change what is selected from the DropDownList, it> select the 'first' value in the DropDownList no matter what I select.
>
> Any idea? Thanks in advance
>
>
Joe Bleaux Guest



Reply With Quote

