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
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...
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...
The way I would do this is:
<script language="javascript">
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 +...
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...
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...
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.