Dot Net Code Interview Questions
Questions Answers Views Company eMail

How to add checkbox to datagrid?

5 15586

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

2 14334

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

4 27112

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

1 12933

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

1 6633

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

1 5143

Event Handling in C# Triggering a Button

1 6478

Give the code for Handling Mouse Events?

2085

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

1 4230

Coding for using Nullable Types in C#?

1 5341

Coding for Manipulate XML File Data Using C#?

1 8238

Code for Creating a Form Using PlaceHolder Controls?

Arena, JSA,

2542

How to get Dynamically Linked Comboboxes Set?

HCL,

2214

How to Snap the Cursor to a Button?

1 3526

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

2606


Un-Answered Questions { Dot Net Code }

Code for IP Address Comparison and Conversion in C#?

4190


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

2829


Code for Creating a Form Using PlaceHolder Controls?

2542


How to get Dynamically Linked Comboboxes Set?

2214


Write a program to convert postfix expression to infix expression.

4363


How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)

2449


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

2738


Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }

2209


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)

1969


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

2606


How to Link Different Data Sources Together?

2027


Code for Document Validation in XML.NET?

2158


How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?

2151


Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.

2432


Hello I am hosting remoting within IIS. Everything works just fine as long as I allow anonymous access at the IIS level. When I allow only Windows Authenticated sessions, something very strange happens: If the client activates the remote object with IP address - works fine If the client activates it using a machine name - get http 401 exception is thrown. The exception is thrown when the client calls the remote method. I set the channel's useDefaultCredentials property to true. Any idea how to allow Windows Authentication? Here is the call stack: System.Net.WebException: The remote server returned an error: (401) Unauthorized .. ---> System.ComponentModel.Win32Exception: The target principal name is incorrect at System.Net.NTAuthentication.GetOutgoingBlob(Byte[] incomingBlob, Boolean handshakeComplete) at System.Net.NTAuthentication.GetOutgoingBlob(String incomingBlob, Boolean handshakeComplete) at System.Net.NegotiateClient.DoAuthenticate(String challenge, WebRequest webRequest, ICredentials credentials, Boolean preAuthenticate) at System.Net.NegotiateClient.DoAuthenticate(String challenge, WebRequest webRequest, ICredentials credentials, Boolean preAuthenticate) at System.Net.NegotiateClient.Authenticate(String challenge, WebRequest webRequest, ICredentials credentials) at System.Net.AuthenticationManager.Authenticate(String challenge, WebRequest request, ICredentials credentials) at System.Net.AuthenticationState.AttemptAuthenticate (HttpWebRequest httpWebRequest, ICredentials authInfo) --- End of inner exception stack trace ---

4473