Previewing TIF documents on the Web (.Net C#)
I am looking for a way to display TIF documents on a web page. It basically needs to render a Multi-page TIF in some form of container on a web page.
I am looking for a way to display TIF documents on a web page. It basically needs to render a Multi-page TIF in some form of container on a web page.
I’ve began working with asp.net mvc very recently and I’ve ran into a problem.
I’ve got an aspx page which renders a few ascx pages. What I’d like to do is declare a global var at the aspx page so it is visible to all its childs. I tried <% var i = 0; %> but it wasn’t visible at the child pages.
Does someone know what this error
(An explicit value for the identity column in table ‘HD_AANVRAAG_FASE’ can only be specified when a column list is used and IDENTITY_INSERT is ON.
Using ASP.net 2.0, how do I present the information to the user similar to the Questions list on SO where each question has some child items (like the tags).
I tried to search previous discussion about this issue but I didn’t find one, maybe it’s because I didn’t use right keywords.
I created a new database (AC_2012) on my localhost in SQL Server 2008 Management Studio.
I am having problems with this grid view. I am populating it with a query. However, it will not populate or even appear if I use a while(reader.Read()) structure. Without the while structure, it works fine. However, I need to access two specific fields. The code is below.
I am developing a website where in user is required to login to the system to be able to use it. The current functionality is:
When user enters username and password, a check is made in DB to check if that user exists and if he has entered a correct password.
Only then allow that user to login.
I have a file on my server or well in this localhost. I want to transmit it to user using this code:
I want to change the color of some special words NOT all words in a gridview cell.
Here is the code: