| Thread | Last Post | Replies |
|
| javascript with asp.net problem | 28 Jun 2004 18:22 GMT | 1 |
Below is the code. language/platform = asp.net/vb.net private sub openW() sResult = sResult & "<script language=javascript> mywindow = window.open('http://localhost/mohsaic/default.aspx?tc=Client/Manage'); "
|
| Addind items to listbox and get its values later at C# | 28 Jun 2004 18:18 GMT | 1 |
Please, i've have an interface that has 2 listboxes, the first one have a list of available objects and the second a list of selected objects. Four buttons copies itens from one listbox to the other.
|
| jscript .NET (aka 7.x) | 28 Jun 2004 09:00 GMT | 1 |
I've taken the below sample from MSDN: <script language="jscript"> function GetScriptEngineInfo(){ var s;
|
| Split Screen Copy Problems | 22 Jun 2004 04:41 GMT | 2 |
This is a cross post.... My problem is when I am using the split screen editor and I copy and paste from the bottom pane to the top pane, the top pane will reposition itself to where the bottom pane is pointed to and I loose my place in the upper pane.
|
| refresing mobile form | 17 Jun 2004 06:28 GMT | 1 |
i create new mobile form that write parameters from the data base into labels . those parameters are refresh all the time (2 second) . i tried to refresh the mobile form by using the meta tags (like html) but nothing happen . i am looking for a way to refresh the mobile form .
|
| show popup window at the center of the screen | 17 Jun 2004 06:23 GMT | 1 |
how to display the popup window at the center of the screen.
|
| Customizing the browser window using JScript/Javascript | 14 Jun 2004 18:03 GMT | 2 |
I would like to hide certain parts of the browser window to make it look more like a dialog/popup window (I cannot use the alert() method because I need HTML in my popup). I have tried the following commands, all of which gave me errors:
|
| Object oriented JScript | 11 Jun 2004 17:29 GMT | 1 |
I used to assign function names to variables like var processDataFunction = myProcessData; where myProcessData is something like function myProcessData()
|
| update control value without refresh whole page | 08 Jun 2004 08:13 GMT | 1 |
I want to get data from database, and update the data in browser every second. Is there any method so that the text/graphic keep on update every second, but without refresh the whole page Also, can the client scripting call the ado.net? Thanks for comment.
|
| return confirm no longer working on ASP.net page | 04 Jun 2004 18:03 GMT | 3 |
We have a few ASP.net apps where we needed confirmation dialogs with buttons in datagrids. The code goes something like this (in the ItemDataBound event for the grid): strJavaScript = "javascript: return confirm('Any changes made to this
|