Which window allows viewing the resources of the servers, such as services, processes and the event log?
Answer / Shivendra Sahai
In .NET WindowsForms, Resource Monitor is a built-in Windows tool that allows viewing various system resources including services, processes, performance, network, and disk usage. It also provides an Event Log viewer.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you hide the columns in datagrid?
How do you display an editable drop-down list?
Explain about crystal report in brief?
How to split a column header in gridview using c#.net?
Explain the new events in textbox that has been included in vb?
How is anchoring different from docking?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
what is a property to resize a label control according to your caption?
Explain how to split a column header in gridview using c#.net?
What is datagrid?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
How do you check whether the row data has been changed?