Bold some text in Pdf List
I am displaying some content in a List to show it in a pdf file.
I am displaying some content in a List to show it in a pdf file.
I’ve a user control which contains asp:Literal.
I am trying to insert items into a listbox in my asp.net C# application
I have a query that utilizes MySQL session variables (note the @rank variable)
I have this setting in the web.config file: <sessionState timeout="540" />. This tries to make all the sessions expires after 8 hours. However, the session expires much faster than that and I got an object reference not set to an instance of an object error. Could some tell me if there is something else affects the session?
I want to get a type of a “BasePage” object that I am creating. Every Page object is based off BasePage. For instance, I have a Login.aspx and in my code-behind and a class that has a method Display:
I have two Entity Framework queries, each returning two columns, and i would like to concat or join the results of both queries for the reason of binding,
i am trying to format a text box so that when the users can type in a phone number and it would automatically put it in the following format :(999)999-9999
I have a very simple table that has UserID as int Password as text and Roles as text(comma separated).
Can i customize ASP.NET Identity structure to use it with my table?
On ASP.NET MVC 3, I created a Action Filter for white space removal from the entire html. It works as I expected most of the time but now I need to change the RegEx in order not to touch inside pre element.