Hi Everyone, the design of the form disappear during writing
codes for dataset and data grid. The error show in "line of
assigning dataset". I don't know what's happen. If anyone
know , please share of technical help from someone. Thanks,
Horace Trever
20
what are the files we need to deploay a project in the
system?
31
What?s the difference between <c> and <code> XML
documentation tag?
89
What is covariance and contravariance? Did Delegate and
method overriding support these?
Can Any body send C Sharp latest interview questions to my
mail id: alim.mtech@gmail.com.
18
3. Use layered architecture for coding.
s.no name description
1 abc
xxxxxxxxx
2 abc
xxxxxxxxx
3
4
5
6
7
8
Select all Clear all Add Delete
Name
Description
Save close
51
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
Hi to all..I have to create an intranet application on
C#.NET windows Application so please please let can you
people help me as iam new in .NET and if u have any samples
or website address from where i can get sample please let know.
15
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 can you clean up objects holding resources from within
the code?
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
what is be the overhead, if i use binary transmission. and
will it be sent using xml text or how ?
Hi!!! my question is how we can apply or do Themes in
C#.NET? please any sample or website from where i can get
the answer.
15
how to compare numbers and dispaly the largest ?
*first thing I wanted to do is to input how many numbers to
be compared
*and then analyzed the largest then display it.
20
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.
25
the selected inf of other combobox?How do you achieve it?
why C#.net doesnot support prcedures and why it supports
structs,functions
55
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??