Click here to Skip to main content
15,904,497 members

Comments by MThiyagaraja (Top 3 by date)

MThiyagaraja 17-Dec-14 8:41am View    
Mr.Perumal,
Here i couldn't find the controls in Pageload.
How to find the controls in pageload
MThiyagaraja 9-Sep-12 0:27am View    
http://www.developerfusion.com/tools/convert/vb-to-csharp/[^]
This is not helping me.....
I tried a lot.....
So kindly convert yourself and post...
MThiyagaraja 8-Sep-12 7:00am View    
yes mano .

1)textbox position,size will be render in every column of datagridview when navigating to one cell to another using c#.net(windows application)

2) DataGridview's every cell going to get input from this textbox (single textbox)only

3)For that textbox size, location must be render according to the currentcell of the datagridview



Private Sub show()
txtbox.Size=Grid.CurrentCell.Size
txtbox.Location= Grid.Location + Grid.GetCellDisplayRectangle(Grid.CurrentCell.ColumnIndex, Grid.CurrentCell.RowIndex,True)
txtbox.Visible= True
txtbox.Focus()
EndSub

By using the above vb.net code works fine and gives the output but not in c#.net.
Actually i am working with C#.net.



I need to do this task in c#.net
So Kindly convert it to c#.net
I tried a lot but i didn't get the solution..
Please help me.
Thanks in advance...