URLs in custom web control
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I am creating a custom web control. When I render the control I am writing out a URL. However, if the URL is written in the form ~/Default.aspx it doesn't get converted like other controls. How do I convert the tilde notation properly in my custom control?
-
I am creating a custom web control. When I render the control I am writing out a URL. However, if the URL is written in the form ~/Default.aspx it doesn't get converted like other controls. How do I convert the tilde notation properly in my custom control?