Blog Posts on asp .net
Percent:
SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. by Fryan's Digital World on Apr 30, 2012While deploying a web service app to a remote web server of one our client. The saving process returns the following error: "Web service return error: Error while saving XML manifest.SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM an...
ASP.NET: How To Add Paging On GridView Dynamically by Fryan's Digital World on Jan 16, 2012Because of busy schedule on my day job, my last post was 10 day ago. To make up for it, I'll discuss an ASP.NET coding technique today. My topic is How to use paging in GridView control. First you have to set AllowPaging property to true as shown bel...
How To Create, Manipulate, And Retrieve Dynamic Textboxes And Other Controls In ASP.NET by Fryan's Digital World on May 5, 2011In developing web applications using ASP.NET, there are situation that you need to dynamically create controls and retrieve their values. For example, you may need to generate X number of textboxes and later read the inputted value on them. On this a...
Show Progress Or Loading Message With AJAX Or Javascript by Fryan's Digital World on Apr 30, 2011Whenever you have a page that takes a bit of time to load, it will only show your user a blank page as if it is not doing anything and this could make your visitors impatient and eventually leave the page. It would be better if you can show at least...
How To Dynamically Create Menu Items In ASP.NET? by Fryan's Digital World on Apr 22, 2011ASP .NET provides a way to mimic the menu control in Windows form through Menu component. You can use this control to give your Website application menu navigation functionality. To add a control, you can just drag it from the Toolbox and drop it to...
How To Encode Special Characters In URL String by Fryan's Digital World on Feb 12, 2011Special characters on URL strings is already an old issue but i'm posting this topic for the benefit of our development team and for those who are in the same situation. One developer reported that her URL string is being truncated by the web server...
Develop Your Own Facebook Application In ASP.NET C# by Fryan's Digital World on Oct 6, 2010Last week I shared a coding tip on how to use Google Open ID authentication in your ASP.NET application. I was trying to the same with Facebook but ended up creating my very first application on Facebook platform. There are lots of tutorials and samp...
Use Google OpenID Authentication In Your ASP.NET With DotNetOpenAuth by Fryan's Digital World on Sep 29, 2010To secure websites, we usually create user database and develop a login page to authenticate the user. If you have several websites, creating separate user login for each site is time consuming and not favorable to your users because they have to log...
How To Read RSS Using VB.NET and ASP.NET by Fryan's Digital World on Apr 2, 2010RSS (Really Simple Syndication) is one of web feed formats that is commonly used to share recently updated web contents such as blogs. With this article, you will learn how to incorporate RSS with your VB or ASP.NET application. The sample code below...
Walkthrough:ASP.NET Website with Membership And User Login by Fryan's Digital World on Jan 18, 2010It is a standard requirement for websites to have a user authentication and allow users to see only certain pages. The common method of authentication is to ask for username and password. Here is a good walkthrough article that I tested to create my...


