代码改变世界

阅读排行榜

URL Rewriting using ASP.NET for SEO

2012-02-29 18:21 by mleader1, 267 阅读, 收藏,
摘要: IntroductionURLRewriting is the process of hiding a complex parameterised query string basedURLsuch ashttp://www.somedomain.com/showproduct.aspx?id=12345&otherid=67890by using a series of flat, often verboseURLs which do not contain any query string parameters such ashttp://www.somedomain.com/pr 阅读全文

How to Turn Off / Disable AutoComplete – ASP .Net

2011-01-24 19:15 by mleader1, 224 阅读, 收藏,
摘要: Many browsers support autocomplete feature, making our life easier. With this feature, browser remembers the input values we make on certain fields e.g. text field and when we go visit the webpage later on, browser make suggestions with those past values we have entered.Sometimes this is not a de... 阅读全文

Internet – Web to Remote WCF Using Message Security (Original Caller)

2011-01-18 13:13 by mleader1, 220 阅读, 收藏,
摘要: Internet – Web to Remote WCF Using Message Security (Original Caller)- J.D. Meier, Jason Taylor, Prashant Bansode, Carlos Farre, Madhu Sundararajan, Steve GregersenApplies ToWCF 3.5ScenarioIn this scenario, your users do not have Windows accounts and use a web client to connect over the Internet to 阅读全文

Creating Custom ASP.NET Server Controls with Embedded JavaScript

2012-02-24 13:37 by mleader1, 211 阅读, 收藏,
摘要: I did some consulting work recently for a company that had a lot of JavaScript embedded in pages that was used used to perform advanced client-side functionality and make AJAX calls back to the server. The companyneeded additional team members to be able to contribute to the application without spen 阅读全文

How To Embedded StyleSheet File with Custom Control.

2012-02-24 13:31 by mleader1, 205 阅读, 收藏,
摘要: How to embedded StyleSheet file with custom control? Question has been opened many time on ASP.NET forum.So in this article, I will try to demonstrate how to achieve this task.In GeneralIn general, if you want to embedded any thing with custom control, you need first to make its "Build Action&q 阅读全文