New ASP.NET Code Interview Questions :: ALLInterview.com http://www.allinterview.com New ASP.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 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. 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" %> how to upload a photo? i need to use it in a matrimonial applicaton. http://www.allinterview.com/showanswers/88350.html Well if you are working with any Web Server technology like PHP and MYSql.. for your matrimonial application then you can store the image in SQL database with the type BLOB. There are many sites with examples to explain hw u can store.. What is the code of Password Recovery or Forget your password? Plz te http://www.allinterview.com/showanswers/81467.html What do you create for easier access of data? http://www.allinterview.com/showanswers/74282.html To Connect With SQL-Server & Access Data