Click here to Skip to main content
15,915,319 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to disable the jump to node function in TreeVeiw? Pin
coby cai9-Feb-06 21:44
professionalcoby cai9-Feb-06 21:44 
QuestionDLLs - Creating Pin
Expert Coming9-Feb-06 17:58
Expert Coming9-Feb-06 17:58 
AnswerRe: DLLs - Creating Pin
rakesh_nits9-Feb-06 18:10
rakesh_nits9-Feb-06 18:10 
AnswerRe: DLLs - Creating Pin
Dave Kreskowiak9-Feb-06 18:12
mveDave Kreskowiak9-Feb-06 18:12 
GeneralRe: DLLs - Creating Pin
Expert Coming9-Feb-06 18:19
Expert Coming9-Feb-06 18:19 
GeneralRe: DLLs - Creating Pin
Kodanda Pani9-Feb-06 23:01
Kodanda Pani9-Feb-06 23:01 
GeneralRe: DLLs - Creating Pin
tiancaidao10-Feb-06 2:55
tiancaidao10-Feb-06 2:55 
GeneralRe: DLLs - Creating Pin
LongRange.Shooter10-Feb-06 2:01
LongRange.Shooter10-Feb-06 2:01 
QuestionCurrencyManger question Pin
Tom Wright9-Feb-06 16:41
Tom Wright9-Feb-06 16:41 
QuestionC# addins can not implement MC++ interface? Pin
tiancaidao9-Feb-06 16:05
tiancaidao9-Feb-06 16:05 
AnswerRe: C# addins can not implement MC++ interface? Pin
tiancaidao9-Feb-06 16:07
tiancaidao9-Feb-06 16:07 
GeneralRe: C# addins can not implement MC++ interface? Pin
George L. Jackson9-Feb-06 16:15
George L. Jackson9-Feb-06 16:15 
GeneralRe: C# addins can not implement MC++ interface? Pin
tiancaidao9-Feb-06 22:32
tiancaidao9-Feb-06 22:32 
Questionint.Parse for percentage values Pin
Luis Alonso Ramos9-Feb-06 16:00
Luis Alonso Ramos9-Feb-06 16:00 
QuestionDropDownList/ListItem Problem Pin
TheMajorRager9-Feb-06 12:53
TheMajorRager9-Feb-06 12:53 
I am working on this project, when I add items to a drop down list using a list item it wont into the event handler on selectedindexchanged. However, use the other definition for the dropdown to add in items via a string, it actually goes into the event handler on selected index changed, for example when I do this:
<br />
ListItem item = new ListItem("One","1");<br />
DropDownList1 = new DropDownList();<br />
DropDownList1.Items.Add(item);<br />
<br />

it will add it in, but when I select something different it wont go into the event handler, but when I do this:

<br />
<br />
DropDownList1 = new DropDownList();<br />
DropDownList1.Items.Add("One");<br />


it will go into the event handler. I dont understand why this is.
AnswerRe: DropDownList/ListItem Problem Pin
George L. Jackson9-Feb-06 16:06
George L. Jackson9-Feb-06 16:06 
GeneralRe: DropDownList/ListItem Problem Pin
TheMajorRager10-Feb-06 5:34
TheMajorRager10-Feb-06 5:34 
AnswerRe: DropDownList/ListItem Problem Pin
TheMajorRager10-Feb-06 7:59
TheMajorRager10-Feb-06 7:59 
QuestionActive Directory Pin
gjsantana9-Feb-06 12:03
gjsantana9-Feb-06 12:03 
AnswerRe: Active Directory Pin
osamahmirza9-Feb-06 17:35
osamahmirza9-Feb-06 17:35 
QuestionBuild a message pump for a Windows service? Pin
BlackDice9-Feb-06 11:50
BlackDice9-Feb-06 11:50 
AnswerRe: Build a message pump for a Windows service? Pin
George L. Jackson9-Feb-06 15:07
George L. Jackson9-Feb-06 15:07 
GeneralRe: Build a message pump for a Windows service? Pin
BlackDice10-Feb-06 6:11
BlackDice10-Feb-06 6:11 
GeneralI GOT IT!! Pin
BlackDice10-Feb-06 9:27
BlackDice10-Feb-06 9:27 
QuestionDesign form Error Pin
emran8349-Feb-06 11:22
emran8349-Feb-06 11:22 

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.