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 strongm 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: *

  1. JonClough

    Event handling with a user control that dynamically creates objects

    I'm not using visual studio - can I still put in a breakpoint? I have tried putting the line: HttpContext.Current.response.redirect "/hadrian/filemanager.aspx?docpath=d:\") Into the click handler subroutine and it didn't fire so I'm pretty sure it doesn't get called. Cheers Jonathan
  2. JonClough

    Event handling with a user control that dynamically creates objects

    Link9, Thanks for the reply. I've modified the code based on your suggestions but still no joy! The label says unclicked even when I click the button. Perhaps the createchildcontrols overrides the buttonclick function. Anyway, any help would be appreciated, the modified code is below: Public...
  3. JonClough

    Event handling with a user control that dynamically creates objects

    Hi, I cannot seem to dynamically create a button that responds to a button click. It's a user control that is called from a aspx page and creates dropdown and a button. I have a label to test that either says clicked or unclicked but when I run the code it is always unclicked! Any help...
  4. JonClough

    HTML Button nested in Hyperlink

    The way I would do this is: <script language=&quot;javascript&quot;> function popup(myfile,mywidth,myheight) { var my_window; my_window = window.open (myfile,'','scrollbars=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=' + mywidth +...
  5. JonClough

    Multiple lines on a ASP page

    link9, I'm just getting my head around VB.NET! I've also got two books that give all their examples in VB. Is C# much better? Cheers Jonathan
  6. JonClough

    Multiple lines on a ASP page

    Hi, When VB writing code, is there any way to write a multi line text string without having to put the &_ at the end of each line. There is in Perl but I cannot find anything in VB. The reason for this is so my custom components can deliver some large javascript functions that contain the...
  7. JonClough

    LoadPostData and createchildcontrols

    Hi, I have written a component that displays a page using the createchildcontrols function. However I want this to react to postbacks. The LoadPostData function I can get working if I use render but not if I use createchildcontrols. I assume that createchildcontrols is called before...

Part and Inventory Search

Back
Top