Hi!
I am developing a vb .net web application.
my requirement is that i have to redirect a hyperlink to a cs page
how could i do this...
plz reply its urgent...
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raaj KumarPosted Feb 23, 2010, 3:07 AM
Jeevan AgarwalPosted Feb 23, 2010, 2:48 AM
Could not load type 'WebApplication1._CS'.
Raaj KumarPosted Feb 23, 2010, 2:28 AM
In CS.aspx page use CodeFile attribute instead of CodeBehind like this,
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="~/CS.aspx.cs" Inherits="WebApplication1._CS" %>
Regards,
raaj