Click here to Skip to main content
15,908,444 members

Comments by SamsCool (Top 6 by date)

SamsCool 25-Dec-14 6:38am View    
ya i turned off autogenerated columns....my mistake is i bind the dgv in other part of code and finded it and solved....
SamsCool 11-Dec-14 0:06am View    
Ya windows based u need full part of code from btn click to datagrid appear
SamsCool 10-Dec-14 5:00am View    
by creating obj
code :
Masters.frmRoomAvailability objR = new Masters.frmRoomAvailability(this);
objR.Show();
txtdays.Select();
SamsCool 10-Dec-14 3:58am View    
ya i used still not working......i think the main reason is that the form is not active on button click it is showing the form and grid only the gridreside form is not active
SamsCool 10-Dec-14 2:03am View    
then the grid resides in another form which is calling on btn click event.