List of interview questions posted by Vishalneeraj-24503- Page 58



Category Interview Questions Title
C# How to convert below date into dd-MM-yyyy format? string date = "24/12/2013"; 24-Dec-2013 3844
C# How to get the Year part from below String date? string date = "24/12/2013"; 24-Dec-2013 2144
C# How to get the Day part from below String date? string date = "24/12/2013"; 24-Dec-2013 2410
C# How to get the Month part from below String date? string date = "24/12/2013"; 24-Dec-2013 2156
ASP.NET How to check whether page validation succeeded? 24-Dec-2013 2207
ASP.NET What is the use of Post-backUrl property? 24-Dec-2013 2373
JavaScript How to Disable any controls using Javascript? 24-Dec-2013 2492
VB.NET What is the output of below code? Dim dt As Date = DateTime.Now.AddDays(-1) 24-Dec-2013 3909
VB.NET What is the output of dt variable in below code? Dim dt As Date = DateAdd(DateInterval.Year,1,Date.Now()) 24-Dec-2013 2535
ASP.NET How to Count how many Sessions are used in an Applications? 24-Dec-2013 2291
VB.NET What is the output of below code? Dim dt As Date = DateAdd(DateInterval.Day,1,Date.Now()) 24-Dec-2013 3629
ASP.NET What is the result of email-id variable used in below code? Session.Add("Name", "Vishal"); Session.Add("Email_Id", "vish@abc.com"); Session.Add("Ph-No", "1234567890"); Session.RemoveAt(1); string name = Convert.ToString(Session["Name"]); string email_id = Convert.ToString(Session["Email_Id"]); string phone_number = Convert.ToString(Session["Ph-No"]); 24-Dec-2013 4690
ASP.NET How to remove item or key at specified position in Session? 24-Dec-2013 2136
ASP.NET What is the use of Add method of Session variable in Asp.net? 24-Dec-2013 1950
ASP.NET What is an alternate way to clear all the keys and values from Session variables other than RemoveAll() method? 24-Dec-2013 1914
ASP.NET How many ways to remove items or keys from Session? 24-Dec-2013 4725
ASP.NET How to remove values from Session? 23-Dec-2013 2066
ASP.NET How to retrieve values from Session Variables? 23-Dec-2013 2253
ASP.NET How to assign value to Session variable? 23-Dec-2013 2429
ASP.NET How to check whether File-Upload control contains any file or not? 23-Dec-2013 2804

Navigate to page: 1 | ... 51 52 53 54 55 56 57 58  59 60 61 62 63 64 65 ... 71