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
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!!
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.
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
int i = 1;
int j = 1;
System.Console.WriteLine(i == j);
System.Console.WriteLine(i.ToString() == j.ToString());
System.Console.WriteLine((object)i == (object)j);
Give the sample code above, what is the output to the console?
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
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
39
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.
5
What does the This window show in the debugger?
149
please exaplain gridview and what are the process available
for it. how to add the row number automatically? is it
possible to add child controls ?
34
What is HashTable, what is the use of it, when do we use
(purpose).
20
How to assign default value to nullable types? Did nested
nullable types are allowed
What is Serialization and how do we implement (in real time
scenario)
19
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.
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.
326
datagridview using updata in windows c#
53
how can include .netframeworl 2.0 in application setup