Dot Net Code Interview Questions
Questions Answers Views Company eMail

working with fileUpload ?

1 4669

working with arrays

1 3104

Can you declare an array of mixed Types?

HCL,

1 5215

hold checkbox values

4 7336

how to design a ListView control?

1 5286

how to convert Dataset to Object Array or list in c# .net

4 27665

How to get the row index on checking a Checkbox in a ListView

1 8940

How to get the row index on checking a Checkbox in a ListView

TCS,

1 5778

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.

TCS,

2242

how the value of label is printed through a button in asp.net web application

3 5022

i want to supress the entire row which have null value and i want to place next row in that place.

HCL,

2127

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

3157

How to connect c# visual studio 2008 to Oracle with ADO.NET? thanks for the answer.

1 4955

Give me some tips in c#?

2156

how to access crystal report field data value in vb .net

Microtek, TCS,

3067


Un-Answered Questions { Dot Net Code }

Coding for Synchronizing Cache Access in ASP.NET?

3110


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

1934


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

2133


Code for Creating a Form Using PlaceHolder Controls?

2337


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); } }

2021






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.

2242


program for straight line(y=mx+c)

5538


Give me some tips in c#?

2156


How we use ajax in asp.net through javaScript. Please givee me an example.

2492


How to get Dynamically Linked Comboboxes Set?

2016


Code for Searching for Multiple Matches with the MatchCollection Class?

2963


Code for Presenting Parent/Child Data in a Data Grid Row?

2098


How to add a value from textBox over an existing certain column in SQL Server

2244


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 ---

4228


ArrayList declaration in .net

2737