One start and stop button is there and one textbox is
there.when you click start button ,it will display
1,2,3......up to infinite in textbox.when you click stop
button it will stop.
There were a lot of questions asked, so I will list the
topic (and add a what is "topic" and know pros/cons).
Extreme programming, what is a transaction, various SDLC
design approaches, what is a namespace, define a good test
case, what is a stored proc, webservice? design patterns?
linker? compiler? access modifiers? stack vs. queue? arrays
vs. linked lists? sorting algorithms? recursion? OOP
principles?
how to Create a datagridview control with check box column
with 8rows in it, the maximum number of check boxes checked
should be 3, when user checks the 4th corresponding message
should be displayed and check box should be checked. User
can uncheck the checked boxes
Note: read-only property should not be used
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.
256
how can one use hcl and c sharp together?
117
what is be the overhead, if i use binary transmission. and
will it be sent using xml text or how ?
168
the selected inf of other combobox?How do you achieve it?
Where test director stores its data ?
Database ,Local file etc...?
I need to read this data from Visual Studio 2005 c# client.
Regards
171
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
128
i need to insert data into sql server table emp through
textboxes txtname and txtsalary using c# code. Please help
30
Hai
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
180
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.
114
What framework is used for performance testing/load testing?
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??
131
code for arranging given number in possible permutation ways
ex:123,321,312,132,231,213.