| Thread | Last Post | Replies |
|
| Name of calling page? | 31 Aug 2003 04:41 GMT | 4 |
Can I get the name of the page that called the the current page using the sender object in the page_load event? I could not find the properties for the sender object as shown below. Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
|
| OnbeforeUnload and PostBack | 28 Aug 2003 02:44 GMT | 2 |
I am trying to warn my users that they have unsaved changes when they attempt to leave a particulary web form. I use the onBeforeUnload event to do this. This is fine if the user tries to navigate away from the
|
| Stop view Source | 28 Aug 2003 01:44 GMT | 1 |
I have noticed that on some sites the view source option is greyed out, can this be performed via script if so an example or pointer would help.
|
| Modal Dialog Popup from WebControl - What is wrong with this... | 23 Aug 2003 04:32 GMT | 4 |
I saw several posts asking for popups from web controls. The standard answer is that once rendered, the server no longer has control. I had some success with the following and I was curious if I have broken any rules. Add this line to the load_page event....
|
| Run Javascript Code in C# | 23 Aug 2003 04:20 GMT | 1 |
Here is my problem: I would like to run a Javascript 5.5 script in a windows application that I am writing in C#. The script is really simple, one function: function StringParse()
|
| Calling a javascript function from server script URGENT HELP | 22 Aug 2003 12:05 GMT | 3 |
Ok I am about to pull my hair. I have an active x control in an object tag which, as you know cant have runat=server. So what I need is to not loose what is in this box everytime a postback happens. So
|
| Best way to call Javascript from ASPX | 22 Aug 2003 11:59 GMT | 1 |
It seems that I can just insert <href=# onclick:javascript:CallJava()>Go Java</a> into the text property of a label control to call a Javasript function. It seems to be a very useful tool.
|
| how to triger the image button?? | 22 Aug 2003 11:53 GMT | 6 |
Hello, every one: I meet a strange problem: I have a normal button(butNext) and an image button (imgButNext). after them, I have client script to triger
|
| Client side script and webservices | 22 Aug 2003 11:39 GMT | 1 |
Can somebody help me on calling a webservice from client side javascript?
|
| Build a list of directories with same "name" | 21 Aug 2003 07:26 GMT | 3 |
I have a problem that I think can be solved using a script. I have a top level folder, let's call it FolderTop, and then I have some directories underneath that directory. I want the script to look at all directories underneath this top level directory and report to me any
|
| Accessing OnClick event for dynamically created controls. | 13 Aug 2003 03:54 GMT | 3 |
I have some code behind that generates 10 imagebutton controls.... I can not seem to figure out how to trap the onclick event for each image and determine which image was clicked. Can someone help?
|
| VBScript for server security monitoring? | 10 Aug 2003 06:48 GMT | 3 |
First of all, sorry for the multiple cross-posts; I tried to pick out germane groups to post to, so sorry-in-advance if it's not appropriate. Anway, getting down to business: As one of three AD administrators for a campus of more than 50000 users, I'm
|
| Re: .aspx files | 06 Aug 2003 07:42 GMT | 1 |
I have the following script file that is the default.aspx files. Instead of excuting the script the page displays the content. <%@ page language="VB" %>
|
| Problem with Web from controls displaying in run-time | 05 Aug 2003 03:43 GMT | 1 |
Hello......I am not sure if the security is set too high on my IIS server but I am unable to get my web controls to show in IE. This is the first time I have tried to use ASP.NET. I have check the code in the VB class and
|
| Force display of offscreen buffer | 03 Aug 2003 21:52 GMT | 2 |
If I have window.offscreenBuffering set to true, is there any way to tell the browser to dump the buffer to the screen at a particular point in the script? Opening an alert seems to work, but I'd rather not have the alert.
|