What’s the difference between System.String and System.Text.StringBuilder classes with example
2 8195How to navigate from one page(form) to another page(form) using C#.net...please give me the example
6 21759code to generate a excel sheet and to write data into it --- -it has to fetch the excel sheet which is in one folder placed by us inside a project folder(i,e it has to create a instance of that excel sheet) and write the data into it row by row please respond as early as possible
1 3573Hai I am Shiva from TN, SSE.I have an query problem. My Table : Door Field : ID,DoorID,ZoneID,Date,Time,Status. Problem was : Status.We got two values, one is 00 (OUTTIME) , Another is 01(INTIME) Like this Status --------- 00 01 00 01 00 01 00 01 How to Set as Status 00 and 01 , of separate column , Status as Intime,Status as Outtime Like this ----------- InTime OutTime ---------- ----------- 01 00 01 00 01 00 01 00 01 00 01 00 Regards KS kumar
1 4086Hai, I want to open a new form while the previous form is hiding or closing. I tried this with using MDI.I created one form like ParentForm.placed one button control.when clicked one that it opend new form like ChildForm.When i set the property of ChildForm to Maximize,but the ParentForm button control also appearing on the childform. so plz help me how to hide parentform controls(hide parentform while it is childform opened) thanq..
1 3577
What to implement on my class Finalize or IDisposable
What is the difference between a field and a property in c#?
What is difference between first and firstordefault?
How long has c# been around?
What is a generic class?
What are custom attributes in c#?
What is difference between assembly and namespace?
Can we have 2 main methods in c#?
Which is faster array or arraylist in c#?
What are the steps to create an assembly and add it to the gac?
What is out int in c#?
What is definition in c#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is sorting in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?