vihutuo

Stories kicked by vihutuo

Build a 3 column layout using CSS, Master Pages and Themes(tutorialsasp.net)

submitted by vihutuovihutuo(70) 2 years, 9 months ago

Using ASP.Net Mater pages and themes makes it very easy to give a consistent layout and feel for the entire site. The 3 column fixed layout is a common design for most sites. I reuse the following code most of the time to create a 3 column layout which works in most browsers including FF2, FF3, IE6 and IE7 read more...

add a comment |category: |Views: 103

tags: another

How to encrypt a query string?(tutorialsasp.net)

submitted by vihutuovihutuo(70) 3 years, 5 months ago

Encrypt a query string in 2 lines of code using TSHAK's Secure string component read more...

add a comment |category: |Views: 108

tags: another

Free ASP.NET Web Hosting Providers(tutorialsasp.net)

submitted by vihutuovihutuo(70) 3 years, 7 months ago

Here is a list of Free ASP.NET Web hosting providers. These are serious web hosts, no forced ads,SQL Database support, ASP.NET 3.5 and much more read more...

add a comment |category: |Views: 58

tags: another

Loadind and previewing fonts from file in ASP.NET(tutorialsasp.net)

submitted by vihutuovihutuo(70) 3 years, 7 months ago

Use the PrivateFontCollectionClass to load and preview files in ASP.NET read more...

add a comment |category: |Views: 18

tags: another

Fixing postbacks while using URLRewriter.net(tutorialsasp.net)

submitted by vihutuovihutuo(70) 3 years, 7 months ago

An issue that comes up while using URLRewriter.net in ASP.NET is the problem of postbacks. Whenever a postback occurs in the page, you find that after the postback the URL in the address bar of the browser shows your ugly URL again which you were trying so hard to hide. Here is a simple fix read more...

add a comment |category: |Views: 186

tags: another