Creating a URL JLabel in Swing
So, you need a simple clickable URL JLabel in your Swing application? You can, of course, use third party libraries to do this, but why add another dependency f
http://www.cyqdata.cn/cnblogs/article-detail-53089
Serve extensionless URL without using ISAPI handler or wildcard mapping
Problem If you want to serve extensionless URL from ASP.NET 2.0 like the following:www.store.com/books www.store.com/books/asp.net2.0 www.forum.com/post/how-to-serve-extensionless-url You cannot, un
http://www.cyqdata.cn/cnblogs/article-detail-39901
Getting current browser URL with VB.NET
Download CurrentUrl_demo - 154.29 KB
Download CurrentUrl_src - 2.23 KB
Introduction
This article explains how you can get the current URL from your browser with VB.NET. The demo program demonstr
http://www.cyqdata.cn/cnblogs/article-detail-39858
ASP.NET ResolveUrl Without Page
The quick answer
System.Web.VirtualPathUtility.ToAbsolute("~/default.aspx");
Don't forget the ~/ (tilde) before the page name.
The lengthy explanation
Assume that we want to redirect to default.as
http://www.cyqdata.cn/cnblogs/article-detail-39360
Accessing MVC Routing URLs in JavaScript
As we all know, the MVC framework for ASP.NET uses the .NET routing engine, introduced in .NET 3.5, for generating and resolving URLs at runtime. As such, we can use the UrlHelper class to query the r
http://www.cyqdata.cn/cnblogs/article-detail-38755
Integration of SSRS and .net using Iframe and URL Command Approach
Download JumpToSSRS.zip - 3.77 KB
Table of Contents
Introduction
Problem Statement
Prerequisites
Implementation Steps & Approach
Summary
References
Introduction
The idea behind
http://www.cyqdata.cn/cnblogs/article-detail-37319
Preventive method for URL request forgery- An example with ASP.Net MVC
Download SecureUrl - 723 KB
Introduction
Threat and security measures go hand in hand in the history of internet era. We have improved a lot in security measures to make hacker's life really hard. Here I am expalining a method which prevents the submission of any malformed URL request (forged URL) to a web application. The idea is simple that any URL request to the secured application spacecan
http://www.cyqdata.cn/cnblogs/article-detail-94