| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | I load a table and a textbox on the initial pageload. The value in the
textbox survives the postback, the values in the table do not.
Is there a...
Jim Mitchell
|
09-04-2003 02:41 AM
Dmitriy Lapshin [C# / .NET MVP] | 3 | 26 |
|  | In a secured site, I used a "checkout" button to invalidate the security
cookie.
If the user doesn't close the browser window, someone else is able...
JMMB
|
09-03-2003 09:00 PM
bruce barker | 1 | 35 |
|  | When editing a JScript file for client-side in Visual Studio .NET , it
seems that I do not have any Intellisense support for DOM. But, if I
open a...
AT
|
09-02-2003 11:16 AM
AT | 0 | 25 |
|  | "Paul M." <paul (AT) nospam (DOT) fsnet.co.uk> wrote
http://.../frmEntry.aspx?Error=?SQL={value of g_strsql}&Title={value...
Dominique Kuster
|
09-01-2003 02:33 AM
Dominique Kuster | 0 | 22 |
|  | 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...
Jim Mitchell
|
08-30-2003 11:40 PM
peruser | 4 | 33 |
|  | I really enjoy calling stored procedures, but there must be a way to reduce
the number of lines of code I need to call one.
Can anyone simplify the...
Jim Mitchell
|
08-29-2003 08:03 PM
Jim Mitchell | 0 | 29 |
|  | 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.
Con
|
08-27-2003 08:43 PM
Don Krapohl | 1 | 34 |
|  | If you want to do this in script on the client side you will need to use the
WMI (Windows Management Instruement - Microsoft's WBEM...
peruser
|
08-27-2003 06:17 PM
peruser | 0 | 26 |
|  | Hi Lasse,
thanks for the detailed information. It was very useful!
I tried the first suggestion you gave me, and changed my function this...
AT
|
08-27-2003 08:18 AM
AT | 1 | 17 |
|  | Hi,
first : excuse me for my poor english...
So I'm trying to make an application which supports script in VB.NET.
What I want is to create all the...
AT
|
08-26-2003 01:23 PM
AT | 0 | 20 |
|  | Hi John,
You may try the following code to change the background color of the
textbox and hide the label.
<script language="javascript">
function...
AT
|
08-26-2003 07:48 AM
John | 1 | 23 |
|  | Can someone explain to us all how our responses (postings that start with
Re:) get promoted to the root column? I am using Outlook Express. I...
peruser
|
08-25-2003 01:52 AM
peruser | 0 | 51 |
|  | I have the code snippet below. I fill a table of imagebuttons and would
like to know which one was clicked to trigger the post back. ...
Jim Mitchell
|
08-24-2003 04:02 PM
Jim Mitchell | 0 | 21 |
|  | 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...
Garrison
|
08-22-2003 11:20 PM
AT | 1 | 34 |
|  | Hi
I can't see any error except for the missing quote at the end
onclick="return confirm('About to update file. Continue?') "
--
Best Regards
Vidar...
Vidar Petursson
|
08-22-2003 10:51 AM
Vidar Petursson | 0 | 23 |
|  | Hi
Use window.opener
<form>
<input type="text name="sUserName">
<!-- Place in a variable in opener //-->
<input...
Vidar Petursson
|
08-22-2003 10:42 AM
Vidar Petursson | 0 | 32 |
|  | Hi all,
I would like to use Microsoft script control within C# environment.
Anyways, when I tried to use Run method from that script control, it has...
Sambath
|
08-22-2003 07:28 AM
Sambath | 0 | 22 |
|  | 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...
Silvia Brunet Jones
|
08-22-2003 07:04 AM
Vidar Petursson | 3 | 21 |
|  | 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...
Jim Mitchell
|
08-22-2003 06:59 AM
Vidar Petursson | 1 | 28 |
|  | 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...
haiwen
|
08-22-2003 06:52 AM
Vidar Petursson | 5 | 32 |
|  | Can somebody help me on calling a webservice from client side javascript?
Xavier MT
|
08-22-2003 06:39 AM
Vidar Petursson | 1 | 26 |
|  | You dont HAVE to use recursion, any place you see recursion you could also
use iteration.
"Gerry Hickman" <gerry1uk (AT) netscape (DOT) net> wrote
paulfokus
|
08-21-2003 02:26 AM
peruser | 5 | 21 |
|  | Hi All,
I am working on an application that creates VBScript on
the fly. I am using MSScriptControl.ScriptControl() object
in my application to...
Hitesh
|
08-20-2003 01:19 AM
Hitesh | 0 | 31 |
|  | You can try following code to add a backgroud image to an...
AT
|
08-15-2003 10:28 AM
haiwen | 1 | 23 |
|  | Bill gates Where are you!
we need your help!
President can't / wont\'t
Lynn Johnson
|
08-14-2003 08:11 AM
Lynn Johnson | 0 | 36 |
|  | That can work, but if you want to use DataTables access one by one the
DataRows and index them appropriatelyby the corresponding index
"Neil"...
Xavier MT
|
08-13-2003 04:18 PM
Xavier MT | 0 | 20 |
|  | 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...
Jim Mitchell
|
08-12-2003 10:54 PM
Jim Mitchell | 3 | 28 |
|  | Hi, All,
In VBScript, how can I check the connectivity of a specific computer? Say,
if I am in "WORKGROUP", I want to know whether computer "cta001"...
marmot101
|
08-11-2003 09:07 AM
marmot101 | 0 | 22 |
|  | Here's my situtation: We are using ASP.NET pages. I have
a parent page that performs a window.open event causing a
new child window to open. The...
Kelley Bryant
|
08-08-2003 08:34 PM
Kelley Bryant | 0 | 33 |
|  | Thats what I was looking for. Thanks!
"Prasad" <prasadh_ms (AT) hotmail (DOT) com> wrote
Jim Mitchell
|
08-08-2003 09:01 AM
Jim Mitchell | 1 | 25 |
|  | Hi,
I have implemented a web page that uses System.web.mail
to send SMTP mail. Does this support read recipts as I
can't find any reference to it.
Alec Dearden
|
08-07-2003 11:09 AM
Alec Dearden | 0 | 23 |
|  | I am trying to host script engines for JScript.NET and VisualBasic.NET
in my Web Service. I have the following setup:
- ASP.NET Web service that...
AT
|
08-06-2003 06:52 PM
AT | 0 | 24 |
|  | I have the following script file that is the default.aspx
files. Instead of excuting the script the page displays
the content.
<%@ page...
George Grodentzik
|
08-06-2003 02:41 AM
AT | 1 | 24 |
|  | Hi George,
Seems I am missing something. Could you please tell me what the problem you
are facing?
I am standing by for your...
AT
|
08-06-2003 02:41 AM
AT | 0 | 28 |
|  | Jim -
I have used panels with no trouble in c#. Is the page in GridLayout?
If you control the Z-INDEX, TOP AND LEFT positions in the...
AT
|
08-05-2003 12:28 PM
AT | 0 | 24 |
|  | 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...
Maisha
|
08-04-2003 10:42 PM
Maisha | 1 | 23 |
|  | 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...
Phil S
|
08-03-2003 04:52 PM
Phil S | 2 | 28 |
|  | 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...
Jim Mitchell
|
08-01-2003 08:34 PM
Jim Mitchell | 4 | 22 |
|  | every time i open the script 5.6 help files i keep
getting a javascript error every time i navigate to a new
page which reads.. object required at...
curious q
|
08-01-2003 10:56 AM
curious q | 0 | 28 |
|  | If I pass data on the command line using
server.transfer(pagename.aspx?ID=3), I assume that this data is not secure
in the sense that it is...
Jim Mitchell
|
07-30-2003 09:33 PM
Jim Mitchell | 0 | 23 |
|  | How can I do the following in JavaScript? I just coundn't find in any VS
documentation. Is there a site that I could look this up? thanks a...
J. Marcelo Barbieri
|
07-30-2003 11:00 AM
J. Marcelo Barbieri | 0 | 23 |
|  | I have one ASPX page that calls another using server transfer as shown
below. The problem is that I do not get the cookie in the second page. ...
Jim Mitchell
|
07-30-2003 10:25 AM
bruce barker | 1 | 20 |
|  | you can not use inproc, but you can use the session server, or sqlserver
session manager. the only reqirement is that your session variables...
bruce barker
|
07-29-2003 12:19 PM
mark | 1 | 21 |
|  | 1. Is the correct event.keyCode for the Delete Key 46 or 127 ??
- 46 works but http://www.asciitable.com/ says it's 127 ?!
2. In DOTNET 1.1 the...
AT
|
07-25-2003 02:48 PM
AT | 0 | 19 |
|  | I have the following code which loads a dataset into a datagrid:
<code>
' Obtain Link information from Links table
' and bind to the datagrid...
John Pether (john@
|
07-24-2003 06:34 AM
John Pether (john@ | 0 | 27 |
|  | Okay, I'm new at this, but as I understand this event doesn't fire
when the TextBox is changed/edited, so what does ??
I have forms that was 50-60...
AT
|
07-23-2003 09:21 AM
AT | 0 | 20 |
|  | When I want my aspx page to open as a smaller, pop-up
form, I set the hyperlink target to blank, right?
How do I set the size of the new target?...
Buz
|
07-22-2003 05:26 PM
AT | 1 | 33 |
|  | Hello,
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...
SBD
|
07-22-2003 03:49 AM
AT | 1 | 39 |
|  | Hi,
I got here the following problem. I am programming
web application for examing students.
After student will log on I need to keep his...
Newton
|
07-21-2003 04:54 AM
Newton | 0 | 21 |
|  | I'd like to bind radio button group to an xml data. So if
I have two radio buttons how can I show the one that is
supposed to be checked?
Thanks
Mark
|
07-17-2003 11:48 AM
Mark | 0 | 54 |