Click here to Skip to main content
16,016,789 members

Comments by ginnas (Top 34 by date)

ginnas 5-Dec-13 0:25am View    
Hi,
thanks for response, it's working


Thanks
Ginnas
ginnas 25-Nov-13 6:28am View    
hello,

thanks for the response, i have tried it there only i was getting zero value in my local variable-aa
like this

private void timer1_Tick(object sender, EventArgs e)
{
try
{
int aa= GetIdleTime();
}
catch(Exception ex)
{
}
}
ginnas 19-Nov-13 0:30am View    
hi,
the thing is i am using vs 2008 datagrid only older version and while changing the readonly properties of column it is giving error like "property or indexer cannot be assigned to it is read only"
whether datagrid will not support this?


Thanks
Ginnas
ginnas 25-Apr-13 7:50am View    
hello Amit

i am creating windows application using visual studio so for printing data gridview contents i am using print previewdialog control which is a class provided in c#.net

thanks
Ginnas
ginnas 19-Apr-13 10:12am View    
thanks

here the problem only at the time of displaying in the print preview page,in the database and in the grid view and all displaying in correct format

Regards
Ginnas