why C#.net doesnot support prcedures and why it supports
structs,functions
55
Can Any body send C Sharp latest interview questions to my
mail id: alim.mtech@gmail.com.
18
windows c# using datagridview in edit form sql server
114
Hello!
How to do this: "Create manifest utility intended for
creating update content files. Application should take a
set of files as input parameter and generate XML based
manifest file as output one." I use C# and vs.net 2003.
It's urgent! Help please, thanks.
Mayana
31
datagridview using updata in windows c#
71
what is the difference between c-sharp and vb.net?What kind
of security or advances we find in both languages?
f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output
should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1
occurs 4 times, 2 occurs 2 times like so.
336
how to deplaoy a project in the system?
29
What is Serialization and how do we implement (in real time
scenario)
21
what is the need of using interface in program
ex:if we have a program like this
interface1()
{
void method1();
void method();
}
class a1 : interface1
{
a1 b = new b();
b.method1();
b.method2();
}
so without using interface also we can achieve this then
wat is the need to use the interface?
plz give me the answer
17
I wish to create a windows application to perform a similar
function as that of the "Search" which is provided to look
for related files and folders in the System..
What steps must i follow??
29
What?s the difference between <c> and <code> XML
documentation tag?
89
what is be the overhead, if i use binary transmission. and
will it be sent using xml text or how ?
73
What are the access allowed for compilation
units(namespace),class and structs and what are its default
access?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc.,
in C#.NET 2005 Windows Application? (like who we will do
themes in ASP.NET using .CSS and .SKIN files). Urgent!!
13
How to raise an selection changed event associated with
listbox in datagridview control with a sample example?Here
the listbox is a child control associated with datagridview
control.