ASP.NET
what does ” <%: " do?
I have seen the following tag as an answer to a question:
Where can I find Upshot.js examples and documentation?
Steve Sanderson gave a very interesting presentations at Techdays 2012 in the Netherlands. In one of them he presented a library that he used for client-server communication in MVC application: Upshot.
How to restrict unlogged/unauthorized users from viewing web pages in ASP.NET
I have some created web forms and I need to check whether the user is authenticated or not, before displaying the other web forms. All the users can access Default.aspx and About.aspx pages.
And I have three types of users namely- Admin,User and Super User. Also, I keep the authentication details in my own SQL server db.
“this file is blocked because it came from another computer” – ajax permission issue
Im fetching a local xml file using jQuery ajax through an html that i download from my site.
How to freeze the header row in an Excel spreadsheet exported from ASP.NET
I’m exporting an ASP.NET gridview to Excel using the following function. The formatting is working really well, except I need to freeze the header row in Excel on the export. I’m really trying to avoid using a 3rd party Excel plugin for this, but unless there’s some archaic excel markup in my AddExcelStyling function.
How to launching email client on LinkButton click event?
How can I launch an Outlook email window (similar to what mailto: does in a hyperlink) ?
Using CompareValidator and CalenderExtender with unsupported date-format
I have a start date and end date field in a form. I have specified format for calender extender. since then, the compare validator is not working. It is always displaying the error message. Please help. I need to show the date in the format “Fri 04 May 2012”.
Generate a unique id
I am a student at university and our task is to create a search engine. I am having difficulty generating a unique id to assign to each url when added into the frontier. I have attempted using the SHA-256 hashing algorithm as well as Guid. Here is the code that i used to implement the guid:
How to transfer this code from ASP.NET to ASP.NET MVC to print crystal reports
I have ASP.NET application and some crystal reports and I need to transfer the following code from ASP.NET and use same functionality in MVC , I am using entity framework.