Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » ASP.net   (RSS)

My Web Pages Starter Kit

The My Web Pages Starter Kit is a dynamic content management system (CMS). It is designed to meet the needs of computer enthusiasts who want to deploy and maintain their own website – and it is also easy to modify the look and feel or even change/extend
Posted by tolong | 1 Comments
Filed under:

Resize the contentPlaceHolder in the Master Page?

"How to resize the contentPlaceHolder in the Master Page?" The content place holder size it determined by the size of the content in your content pages. If you look at the properties for the content placeholder, you will see that there are not size properties.
Posted by tolong | 1 Comments
Filed under: ,

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,

ComponentOne Studio Live web examples

Visit ComponentOne Studio Live site at http://helpcentral.componentone.com/c1webexamples/ to discover the power of Studio Enterprise ASP.NET 2.0 components without having to drop a single component on a form. You can now build the next-generation Web
Posted by tolong | 0 Comments
Filed under: ,

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 | 0 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: ,

ASP.net AJAX is on RTM

Now, you can easily create next-generation interfaces with reusable AJAX components by using the ASP.net AJAX library. It alows you to enhance existing Web pages using powerful AJAX controls with support for all modern browsers. What is more? You can
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: ,
More Posts Next page »
 
Page view tracker