Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JustCarolyn
  • Order by date
  1. JustCarolyn

    Passing the text from a link to the next page?

    If you are still having this problem, maybe you could try the '?' parameter indicator. <A Href = &quot;sompepage.aspx?paramname=value&quot;>VALUE</A> I'm new to asp.net too but this is how it's done in other tools. JC
  2. JustCarolyn

    User Control Question

    I got it to work! I simply changed my user control to look like: <%@ Import Namespace=&quot;System.Data&quot; %> <%@ import Namespace=&quot;System.IO&quot; %> <script language=&quot;C#&quot; runat=&quot;server&quot;> public string SectionValue { set { SectionName.Text = value...
  3. JustCarolyn

    User Control Question

    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=&quot;C#&quot; runat=&quot;server&quot;> public string...
  4. JustCarolyn

    File I/O using Mapped drives on NT

    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(&quot;filename.txt&quot;,&quot;//serverName/hiddenShare$/folder/subfolder/filename.txt&quot;); All we...
  5. JustCarolyn

    File I/O using Mapped drives on NT

    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...

Part and Inventory Search

Back
Top