Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » General .NET » ASP.net   (RSS)

Display .tiff image??

You can display the tiff image using Through ImageDraw's DrawImage method. http://www.velocityreviews.com/forums/t108565-display-tiff-image.html http://www.neodynamic.com/ND/FaqsTipsTricks.aspx?tabid=66&prodid=4&sid=4 http://www.thescripts.com/forum/thread531027.html
Posted by tolong | 1 Comments
Filed under: ,

Mark your way to becoming a .NET Expert TODAY!!

Interested in learning the latest programming language that drives the industry today? Develop the latest games, the coolest applications and much more with Microsoft's .NET platform! It doesn't matter if you've been tooling around with Java, PHP, COBOL,

Download DinnerNow.NET Sample Application

DinnerNow.NET is a cool sample application demonstrates how you can develop a connected application using several new Microsoft technologies including: .NET Framework 3.0 technologies – WF, WCF, WPF, and CardSpace Core technologies native to Windows Vista

Microsoft Report Viewer 2005 SP1 Redistributable Package

Some of the bugs on reportviewer have been fixed and distributed with Visual studio 2005 SP1. To verify whether your visual studio has been installed with SP1, you may check the version. It should be Version 8.0.50727, as below screenshot. You may view
Posted by tolong | 0 Comments
Filed under: ,

Securing Forms Authentication

In ASP.net, forms authentication uses an authentication ticket to authenticate the users. This ticket is created when a user logs on to a site. Normally the ticket is stored inside a cookie. However, you still can pass the ticket in a query string for
Posted by tolong | 1 Comments
Filed under: ,

How to protect your Connection Strings

Question: "How to protect and secure the connection strings?" Answer : "It is recommended that store your database connection strings in the Web.config file and encrypt the connection strings. In the .NET Framework 2.0, you have the option to enable the
Posted by tolong | 0 Comments
Filed under: ,

SQL Cache Dependency

Caching is a very useful way for you to retain pages or data across HTTP requests, so that you can reuse them without the recreating them. In ASP.net 2.0, it makes you easier to implement data caching. SQL cache dependencies are one of ASP.net 2.0 coolest
Posted by tolong | 0 Comments
Filed under: ,

ASP.net 2.0 Upgrade Issues

Question: "I’ve upgraded a web application which is currently using .NET 1.1 Framework to .NET 2.0 Framework for development purpose. Here are the issues I faced. 1. Variable ' variablename' is used before it has been assigned a value. A null reference
Posted by tolong | 0 Comments
Filed under: ,

How to hide your sitemap links?

In ASP.net 2.0, creating a sitemap using the sitemap file is really a useful to allow your web users to navigate the web pages. By default, all the sitemap links are visible to the users. So, how to hide certain links from unauthorized users? For example,
Posted by tolong | 0 Comments
Filed under: ,

Client-side script doesn't work with web page?

When HTML source code for the Web page doesn’t work correctly with client-side script, this error message will prompt out: "Problem with this web page might prevent it from being displayed properly or functioning properly ...." Error: Object required"
Posted by tolong | 0 Comments
Filed under: ,

Page Validation Failed?

After you migrated your web application from v1.1 to v2, one of the problems you might be facing is that the page validation failed. This is because you do not set the EnableEventValidation property is set to true. So, in order to have page validation,
Posted by tolong | 0 Comments
Filed under: ,

Step-by-Step to create Web Parts by using ASP.net 2.0 - Part III

This time I am going to show you how to allow your users to add additional webpart onto a web page. This walkthrough will be continued from previous posts. Visit Part I on how to create a browasable web part page. Visit Part II on how to create designable
Posted by tolong | 0 Comments
Filed under: ,
 
Page view tracker