Browse by Tags

All Tags » Asp.Net (RSS)

Page works fine in IE 6 but not IE 7. Here is an example.

Like the title says. Be caution about it. Check the picture below. In what mother earth that this will happen? It worked fine in Internet Explorer 6 and not in Internet Explorer 7. It took me hours to look at the codes and searched online. As you know...
Posted by chuawenching | 1 comment(s)
Filed under: , ,

ASP.NET 2.0 - Cleaner approach to handle QueryString

Well there are a number of ways to handle your QueryString. So what is a QueryString? Request.QueryString["fundid"] This is how you use a QueryString in your web application? Basically you should not store too many data in your QueryString....
Posted by chuawenching | with no comments
Filed under: ,

ASP.NET 1.1 to ASP.NET 2.0 Migration #11

This is a life saving tip. Well of course you can find in google about this, but it saves me a lot today. Basically this method is use to register Javascripts. If you don't deal with this, won't be useful for you. It is worthfile to notice it...
Posted by chuawenching | with no comments
Filed under: ,

ASP.NET 1.1 to ASP.NET 2.0 Migration #10

This time, I will be sharing a tip on DataGrid which is migrated from ASP.NET 1.1 to ASP.NET 2.0. Actually when you migrate the datagrid into .net 2.0 environment, you will be surprised to find that there are no events for that datagrid in the Properties...
Posted by chuawenching | with no comments
Filed under:

ASP.NET 2.0 Atlas - Getting Started

Cool. I just realized about the existence of Microsoft Atlas. Well I knew about it, but I did not expect, there were a hands-on lab for that. You can check it here http://beta.asp.net/default.aspx?tabindex=7&tabid=47 For the website template, download...
Posted by chuawenching | with no comments
Filed under:

Asp.Net - Super Curious on AJAX Approach 1

I tested AJAX .NET library before this, but I will like to know how you can do AJAX without that library. ASP.NET is an event driven approach and it supports postback. Sometimes I am frustrated with ASP.NET (PHP or JSP as well), as I need to refresh the...
Posted by chuawenching | 1 comment(s)
Filed under:

Asp.Net - Export DataGrid to CSV File Format

I was refreshing my ASP.NET knowledge and saw this article located here http://www.dotnetbips.com/386541cb-7e0f-491f-b86a-f9bc8be738b8.aspx?articleid=302 It was quite interesting. While learning it, I made a conversion from vb.net to C#. I just curious...
Posted by chuawenching | 1 comment(s)
Filed under: