Dot Net Code Interview Questions
Questions Answers Views Company eMail

How to add checkbox to datagrid?

5 15644

HOw to Build a Nested GridView Control with ASP.NET?

2 14369

how can we close a web page in asp.net without using jscript?

4 27167

How to Create a Treeview Menu in ASP.NET with C#?

1 12969

How to use ASP.NET 2.0's TreeView to Display Hierarchical Data?

1 6669

Automatically Hyperlink URLs and E-Mail Addresses in ASP.NET Pages with C#

1 5175

Event Handling in C# Triggering a Button

1 6510

Give the code for Handling Mouse Events?

2106

Code for Reading and writing from a file in c#?

1 4262

Coding for using Nullable Types in C#?

1 5377

Coding for Manipulate XML File Data Using C#?

1 8254

Code for Creating a Form Using PlaceHolder Controls?

Arena, JSA,

2563

How to get Dynamically Linked Comboboxes Set?

HCL,

2225

How to Snap the Cursor to a Button?

1 3553

How to use Client-side Script to Focus Controls in ASP.NET?

2636


Un-Answered Questions { Dot Net Code }

i have a gird with columns all are coming from database,this will bind in item templete in gridview as textboxex.and i have button below named Update.i want to update all the records in the grid,but if user change the value of one textbox,what is the easy way 2 do this

2338


program for check the given number is prime or not in VB.net

2843


how to create a search bar which access data from various websites and retrieves the data

2748


Please give me the vb.net codes for deadlock(like detecting,& avoiding) in any version of vb.net.

3315


how to track links visited in google using iframes

2483


Coding for Synchronizing Cache Access in ASP.NET?

3345


program for straight line(y=mx+c)

5751


design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)

1982


Coding for .NET Delegates?

2315


Write a program to convert postfix expression to infix expression.

4379


Code for Creating a Form Using PlaceHolder Controls?

2563


How to update and insert from datagridview at run time in excel database?

2957


Using C# Write a program that performs the following. The user inputs a number and then enters a series of numbers from 1 to that number. Your program should determine which number (or numbers) is missing or duplicated in the series, if any. For example, if the user entered 5 as the initial number and then entered the following sequences, the results should be as shown. Input Sequence Output ---------------------- --------------- 1 2 3 4 5 Nothing bad However, if 7 were the high number, the user would see the results on the right for the following number entries: Input Sequence Output ---------------------- --------------- 1 3 2 4 5 Missing 6 Missing 7 And if 10 were the high number and the user entered the numbers shown on the left, note the list of missing and duplicate numbers: Input Sequence Output ---------------------- --------------- 1 2 4 7 4 4 5 10 8 2 6 Duplicate 2 ( 2 times) Missing 3 Duplicate 4 ( 3 times ) Missing 9 The program should check the high number that the user inputs to ensure that it does not exceed the size of any array you might be using for storage.

3977


Code for Searching for Multiple Matches with the MatchCollection Class?

3224


Code for Communicating over Sockets?

2130