If you are still having this problem, maybe you could try the '?' parameter indicator.
<A Href = "sompepage.aspx?paramname=value">VALUE</A>
I'm new to asp.net too but this is how it's done in other tools.
JC
I got it to work!
I simply changed my user control to look like:
<%@ Import Namespace="System.Data" %>
<%@ import Namespace="System.IO" %>
<script language="C#" runat="server">
public string SectionValue {
set {
SectionName.Text = value...
Hi Mark,
I tried to follow your example here (in C#) but with no luck.
Can you help?
------------------------------------------
Here is my Header.ascx file:
<%@ Control %>
<!-- Standard Header for MCLNO pages -->
<script language="C#" runat="server">
public string...
Hi Jez,
We found a solution to our problem which may or may not apply to your problem. And you're not gonna believe how simple it was!
Remember when I wrote:
But this does not work:
copy("filename.txt","//serverName/hiddenShare$/folder/subfolder/filename.txt");
All we...
Hello,
Can someone please answer Jez. I have a similar problem. I too want to copy files from one server to another in the network (different domains however). The servers are all within a windows environment.
I'm starting small: trying to copy from my PC to a server in the network. It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.