User Profile
Collapse
-
Yes you are right, this is C# section, and for windows programming also its ok. I was just trying to suggest that if you could post this problem in any windows programming forum you will have more scope of getting answer. -
-
-
hi
try putting this problem in windows programmig forum :), this is problem related to widows programmin it seems.Leave a comment:
-
above give code will trigger listBox1_Select edIndexChanged event so be careful.
i think you are putting this code
in listBox1_Select edIndexChanged event. that is why it is calling this same the same code again and again. but i think in your problem you should put the code in textbox's text change event.Leave a comment:
-
ha ha ha, its ok Pega, we all do mistake, any way what was the mistake :)Leave a comment:
-
this may help you. try out. as it suggests check all your inline code.
check each block one by one, i.e. while checking one block comment out other blocks.Leave a comment:
-
-
my earlier given solution is bit complex. i forgot the way babai28 has suggested :)
any way do in following way:...Leave a comment:
-
are you not able to use DateTime. Why you want to use 05 in place of 5?Leave a comment:
-
use KeyValuePair class
use KeyValuePair class:
int key=someNo.
String value="value".
KeyValuePair<in t,String> kvp=new KeyValuePair<st ring,string>(ke y,value);
for all the item, create above object(remember key should be unique), where value will represent the string to display, like "Electicity " etc.
now if user select an item. then get the selected...Leave a comment:
-
there might be some problem with data base installation. try using another data base using a small program, just to make sure that its not problem with data base.Leave a comment:
No activity results to display
Show More
Leave a comment: