How to set up a breadcrumb in an ASP.net page
My folder hierarchy for the pages are (They are all in the same folder):
My folder hierarchy for the pages are (They are all in the same folder):
I have Companies and Vacancies tables.
i trying to run query using C#, i am getting the following problem
I just cant fix something that seems so easy.
I want a textbox (editorfor) for a model property and I would like to increase its width but nothing is happening. I’m using the code as listed below. I tried setting the width to 500px but nothing happens. Ideally I would like the textbox to stretch over the full width of the container. Any ideas?
This started happening in the last few days; possibly since I installed Visual Studio 2012. It’s currently only happening on my machine (my colleagues are all still on VS 2010), but I’m hoping to uninstall VS 2012 to see if that has an affect.
OK so to set and read variables from the current session
public List<MAS_EMPLOYEE_TRANSFER> GetEmployeeTransferListForHR(TimecardDataContext TimecardDC) { List<MAS_EMPLOYEE_TRANSFER> objEmployeeTransferList = null; try { objEmployeeTransferList = new List<MAS_EMPLOYEE_TRANSFER>(); objEmployeeTransferList = TimecardDC.MAS_EMPLOYEE_TRANSFER.Where( employee => employee.HR_ADMIN_IND=="Y").ToList(); } finally { } return objEmployeeTransferList; } It shows all list of values where hr admin indicator=yes. But I have to get hr admin=yes and distinct(empid) from the table MAS_EMPLOYEE_TRANSFER. How to get distinct … Read more
I would like to change the text of the autogenerated "select" column in an ASP.NET GridView control. The text needs to be changed to the value of a DataField.
I have been having trouble with my production site (not my development sites). Every now and then both Firefox and Chrome fail to log users in (all users both on our client network and general web). But the strange part is that Internet Explorer always works correctly and has NEVER failed once (I have delete cache and cookies in browsers but still the same thing happens).
I am using C# asp.net 4.0 in my project where i need to display price in India curreny format.