Click here to Skip to main content
15,903,385 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: P/Invoke "why" question Pin
Gordon Kushner11-Aug-10 3:02
Gordon Kushner11-Aug-10 3:02 
AnswerRe: P/Invoke "why" question Pin
Daniel Grunwald11-Aug-10 1:55
Daniel Grunwald11-Aug-10 1:55 
GeneralRe: P/Invoke "why" question Pin
Gordon Kushner11-Aug-10 3:02
Gordon Kushner11-Aug-10 3:02 
QuestionCustomizable menu Pin
Member 32222648-Aug-10 22:14
Member 32222648-Aug-10 22:14 
AnswerRe: Customizable menu Pin
Luc Pattyn9-Aug-10 1:31
sitebuilderLuc Pattyn9-Aug-10 1:31 
AnswerRe: Customizable menu Pin
JF201511-Aug-10 18:59
JF201511-Aug-10 18:59 
QuestionRead/Write image metadata in VB2008 [modified] Pin
Archdeacon6-Aug-10 23:11
Archdeacon6-Aug-10 23:11 
Generalasp.net updatepanel with dropdownlists-can not select a different item Pin
Martin_6-Aug-10 8:09
Martin_6-Aug-10 8:09 
I have an updatepanel with 3 dropdownlist and the selected item from the 1st one binds the 2nd, the selected item from the 2nd binds the 3rd and so on. For example you select a state and then the 2nd ddl has the list of cities in that state.
Well when a state is selected, the 2nd shows all the cities but the problem is that I can not select another city. The first on will always be selected and cb2_SelectedIndexChanged doesnt fire.
Thanks,
Martin

<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" >
<ContentTemplate>
<asp:DropDownList ID="cb1" runat="server" AutoPostBack="true" />
<asp:DropDownList ID="cb2" runat="server" AutoPostBack="true" />
<asp:DropDownList ID="cb3" runat="server" AutoPostBack="true" />
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="cb1" EventName="SelectedIndexChanged" />
</Triggers>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="cb2" EventName="SelectedIndexChanged" />
</Triggers>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="cb3" EventName="SelectedIndexChanged" />
</Triggers>
</asp:UpdatePanel>
GeneralRe: asp.net updatepanel with dropdownlists-can not select a different item Pin
Not Active6-Aug-10 8:48
mentorNot Active6-Aug-10 8:48 
GeneralRe: asp.net updatepanel with dropdownlists-can not select a different item Pin
T M Gray9-Aug-10 6:02
T M Gray9-Aug-10 6:02 
QuestionMessage Removed Pin
5-Aug-10 23:51
sr1595-Aug-10 23:51 
AnswerRe: i created mysqldump application using C#. it is saving to some path which i given. but how to make that application to save dump automatically at every 3 or 4 hours once daily [modified] Pin
Pete O'Hanlon6-Aug-10 0:26
mvePete O'Hanlon6-Aug-10 0:26 
QuestionExpan/Collapse Table Pin
All Time Programming5-Aug-10 23:12
All Time Programming5-Aug-10 23:12 
AnswerRe: Expan/Collapse Table Pin
Prosanta Kundu online5-Aug-10 23:24
Prosanta Kundu online5-Aug-10 23:24 
GeneralRe: Expan/Collapse Table Pin
All Time Programming6-Aug-10 0:02
All Time Programming6-Aug-10 0:02 
GeneralRe: Expan/Collapse Table Pin
Not Active6-Aug-10 8:55
mentorNot Active6-Aug-10 8:55 
AnswerRe: Expan/Collapse Table Pin
All Time Programming6-Aug-10 19:47
All Time Programming6-Aug-10 19:47 
QuestionCompare column names in Excel in each sheet by SSIS Pin
Member 32222645-Aug-10 3:35
Member 32222645-Aug-10 3:35 
AnswerRe: Compare column names in Excel in each sheet by SSIS Pin
Not Active5-Aug-10 6:27
mentorNot Active5-Aug-10 6:27 
QuestionSSIS package VS 2005,porting data from Excel to DB Pin
Member 32222645-Aug-10 2:41
Member 32222645-Aug-10 2:41 
QuestionMessage Removed Pin
4-Aug-10 19:59
Member 32222644-Aug-10 19:59 
AnswerRe: SSIS PACKAGE VS 2005 - IMPORT EXCEL TO DATABASE. Pin
Richard MacCutchan5-Aug-10 2:32
mveRichard MacCutchan5-Aug-10 2:32 
QuestionSSIS Package VS2010 Pin
Member 32222644-Aug-10 19:54
Member 32222644-Aug-10 19:54 
AnswerRe: SSIS Package VS2010 Pin
gablock5-Aug-10 2:58
gablock5-Aug-10 2:58 
QuestionTeam Foundation Server vs Visual Source Safe Pin
CARisk34-Aug-10 8:29
CARisk34-Aug-10 8:29 

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.