New Dot Net Code Interview Questions :: ALLInterview.com http://www.allinterview.com New Dot Net Code Interview Questions en-us Common UI for Multiple web applications. Suppose there are 35 websit http://www.allinterview.com/showanswers/96622.html How to get the row index on checking a Checkbox in a ListView http://www.allinterview.com/showanswers/95405.html How to get the row index on checking a Checkbox in a ListView http://www.allinterview.com/showanswers/95403.html 1. http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/5e6653e7-8503-44b8-ab0d-e0de7ace07f5 2. http://social.msdn.microsoft.com/forums/en-US/wpf/thread/52e1fdd6-3841-4f47-955c-79c85b37ad43/ 3. http://social.msdn.microsoft.com/Forums/en- how to convert Dataset to Object Array or list in c# .net http://www.allinterview.com/showanswers/95392.html 1--> http://social.msdn.microsoft.com/Forums/en-US/adodotnetdataproviders/thread/5b1c29e2-bf37-4dd2-be39-50d27abb188e 2--> http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/8d3834a8-2749-4bd6-a32b-f8a162a5b641 3--> how to design a ListView control? http://www.allinterview.com/showanswers/95333.html </tr> <asp:ListView ID="lstBank" runat="server" OnItemCommand="lstBank_ItemCommand" > <LayoutTemplate> <table border=&q hold checkbox values http://www.allinterview.com/showanswers/95322.html private void CheckChkBoxStatusHold() { ArrayList objChkBoxID = new ArrayList(); if (Cache[(Session["Userid"] + "BankReconChkBoxID")] != null) { objCh Can you declare an array of mixed Types? http://www.allinterview.com/showanswers/94801.html public struct FormStruct { public string Name ; public string Address; public int Phone; } class Program { static void Main(string[] args) { FormStruct home; home.Name = "xyz"; home.Address= "blabla"; home.Pho working with arrays http://www.allinterview.com/showanswers/94800.html Initializing Arrays C# provides simple and straightforward ways to initialize arrays at declaration time by enclosing the initial values in curly braces ({}). The following examples show different ways to initialize different kinds of arrays. working with fileUpload ? http://www.allinterview.com/showanswers/94747.html <asp:FileUpload ID="FileUpload1" runat="server" onchange="change(this);" /> //js function change(fileupload) { if (fileupload.value.indexOf('jpg') == '-1') { ArrayList declaration in .net http://www.allinterview.com/showanswers/94739.html Listview design in .net http://www.allinterview.com/showanswers/94738.html how to upload an excel in c# ASP.Net? http://www.allinterview.com/showanswers/94532.html protected void btnUpload_Click(object sender, EventArgs e) { if (fuUpload.HasFile) { string filename = fuUpload.PostedFile.FileName; string strConn; strConn = "Provider=M Data Reader Vs DataSet http://www.allinterview.com/showanswers/92391.html data reader reads data and store it in table. while dataset contains one or more datatable within itself. datasets are connection less while datareader required connection to read data. on running a vb.net form to add data to an sql server database am ge http://www.allinterview.com/showanswers/90580.html you may have to create primary key on your database field and you are entering this field duplicate thats y this error occur like you have already enter 101 in id field and you trying to enter 101 again thats y it would happen what is the value that reside in a hidden field when no value is ass http://www.allinterview.com/showanswers/88351.html If No value assigned to a hidden field then it contains String.Empty value. Habling empty value: <%@ Page Language="VB" AutoEventWireup="true" CodeFile="Default.aspx.vb" Inherits="_Default" %>