Click here to Skip to main content
15,911,646 members

Comments by Nosheen Javed (Top 6 by date)

Nosheen Javed 24-Apr-14 5:37am View    
But i am not setting its timeout time in the code. I do not know how can I set that? As this code was written by another developer and he is not here now.
Nosheen Javed 21-Apr-14 8:23am View    
But as far as Java is concerned I have searched the web regarding javax.comm library but I think it is not available now. Which library can I use for serial communication for java?
Nosheen Javed 21-Apr-14 6:03am View    
Actually I am a C# developer but my Boss like Java. So is there any point that .Net is more powerful than Java?
Nosheen Javed 18-Apr-14 6:18am View    
This is the code I have written but before refresh I want to clear this column first
Nosheen Javed 18-Apr-14 6:17am View    
public void RefreshData()
{
RouterTypesGridView.Columns.Add(new GridViewCommandColumn() { FieldName = "Delete", NullValue = null, HeaderText = "Delete", UseDefaultText = true, DefaultText = "Delete", Width = 80 });
RouterTypesGridView.CommandCellClick += new CommandCellClickEventHandler(RouterTypesGridView_CommandCellClick);

}