Response.Redirect("Page1.aspx");
Server.Transfer("Page2.aspx");
I always forget, can't remember. Googling kills lots of time. This blog is only for myself, but if you get any help from this, it will be a bonus for me.
Thursday, July 15, 2010
ASP.net redirect to another page
One can use one of the following three commands to redirect in another page. On button click, this command can also be used.
Labels:
ASP,
ASP.net,
C Sharp,
C#,
Web Programming
Tuesday, May 11, 2010
Read and write NTFS from Mac OS X
To perform read, write action of NTFS file system from Mac OS X (Snow Leopard), just install the following two software.
Done. Now enjoy :)
1. MacFUSE first. "MacFUSE allows you to extend Mac OS X's native file handling capabilities via 3rd-party file systems."
Download from: http://code.google.com/p/macfuse/
2. Secondly NTFS-3G. "NTFS-3G is an open source cross-platform implementation of the Microsoft Windows NTFS file system with read-write support. NTFS-3G often uses the FUSE file system interface, so it can run unmodified on many different operating systems".
Download link (Last accessed May 10, 2010)
Blog: http://macntfs-3g.blogspot.com/
Done. Now enjoy :)
Subscribe to:
Posts (Atom)