The Namespace * already contains a definition for *
I’ve created a separate folder and pages in my ASP.NET web application. When I build the solution, I receive the error
I’ve created a separate folder and pages in my ASP.NET web application. When I build the solution, I receive the error
How would I convert List<List<string>> to a DataTable? I am trying to set the DataSource of a gridview to a List<List<string>> variable.
I seem to always have problems with this. I have a button outside of the View that calls a function that needs an OrderNumber. I keep getting an error,
I am trying to get the hostname by passing in the ip address. I use the following code.
First, I’m already familiar with the simple exception handling syntax but I’m asking about the best place, the best time and the best way to deal with them.
Im trying to understand how windows authentication works and how to implement it. Ive read quite a few articles and watched some quite length videos on youtube but i still cant my head around what needs to be added to my web.config file/ index.aspx page to make it work properly.
Hi I have to store some hidden information in Isolated space. For that I am using System.IO.Isolated class like
I have a grid view and I add columns to it by code:
If we create an ASP.NET Web Application in Visual Studio we can see that each and every .aspx file will have an associated auto generated .aspx.designer.cs file. But in case of an ASP.NET WebSite each aspx file has only a codebehind .aspx.cs file only.
I’m not really sure about whether the following is doable or not because I’m in no way an expert on the subject (security, certificates…etc).