Click here to Skip to main content
15,886,362 members

Comments by Vinod Viswanath (Top 16 by date)

Vinod Viswanath 20-Nov-12 21:18pm View    
Central Reservation System (CRS) And Global Distribution Service (GDS).
Vinod Viswanath 6-Nov-12 20:37pm View    
Then how the alarm reminders works when phone is switched, am new to mobile app world..
Vinod Viswanath 21-Sep-12 4:55am View    
Reason for my vote of 5
Nice One..
Vinod Viswanath 15-Sep-12 12:53pm View    
Deleted
Hi,

No need to rearrange the Primary key, ListBox has two properties( value and text), bind the key field(ID) to value property and rebind the grid after deleting the records.

this.listBox1.DataSource = listToBind ;
this.listBox1.DisplayMember = "Text";
this.listBox1.ValueMember = "Id";

You can retrieve the selected value using the property.

ListBox1.SelectedValue

Hope this will help you.

Thanks!!!
Vinod Viswanath 15-Sep-12 12:12pm View    
It will lead to confusions.,Dnt do it.