Microsoft
Software
Hardware
Network
Question : I need assistance using a VirtualPath in ASP.Net
Hi Experts,
I am trying to use the VirtualPath tag in my ASP.Net application, but I keep getting the following error:
'
http://dev.mfa.com/CAR2X
/Default.a
spx'
is not a valid virtual path.
What am I doing wrong? Thanks in advance.
mrotor
1:
<%@ PreviousPageType VirtualPath="http://dev.mfa.com/CAR2X/Default.aspx"%>
Answer : I need assistance using a VirtualPath in ASP.Net
You can try this:
<%@ PreviousPageType VirtualPath="~/CAR2X/Defau
lt.aspx" %>
Random Solutions
Black screen of death upon turning PC On
Javascript form validation problems
Passing a structure from VBA in Excel to a C DLL
Get World Cup ticket in reasonable price
Temporary URL in Plesk
MS Excel, dynamic graph.
RAID Configuration for SQL Server 2008 Enterprise R2
MailMerge: filter results from Access
Exchnage database restoration
Custom control communicating an event to parent form