| Thread | Last Post | Replies |
|
| need to have onsubmit event fire after server-side validation. | 30 Mar 2004 20:26 GMT | 5 |
I appreciate any assistance in the following problem: I have a form with a bunch of dynamic controls on it. All the controls are dynamically generated on a server, including all the validators. The user enters the data, presses OK. My OK button is dynamically
|
| How do one use visual studio .net to write scripts? | 28 Mar 2004 00:24 GMT | 8 |
I just bought .NET and would like to use it to write my scripts. I only played about 15 minutes with it trying to see if there is an easy wizard to create the environment for writing script files for WSH. Have any of you get this to work? If so can you tell me the walk through in
|
| Fire server side event from client side | 25 Mar 2004 20:25 GMT | 4 |
I have a number of HTML tables that are dynamically rendered from server side code. I've added an onClick event to the tables that fires a client side function (jscript) to redirect the user to an appropriate page using location.href I need to capture this event some how on the ...
|
| Access to foxpro CLOSE???? | 25 Mar 2004 05:40 GMT | 3 |
Please helop I am geting an error with the bleow code error:No error information available: REGDB_E_CLASSNOTREG(0x80040154). ------ <%@ Import Namespace="System.Data" %><%@ Import Namespace="System.Data.SQLClient" %><%@ Import Namespace="System.Data.OleDb" %><html><head><meta ...
|
| Script with ActiveX control | 25 Mar 2004 01:16 GMT | 4 |
Hi, all I'm really sorry to repost this question again.. recently i'm using C# to write a WIndows Control library and i have register it to registry with regasm command Everything went wrong when i try to call that from server but it work fine when i double click the html file to ...
|
| Opening windows and passing data | 18 Mar 2004 10:47 GMT | 1 |
I need to open a browser window from another browser window, pass some data from a select tool to a select tool on the new page, modify the data and then pass it back to the original window and the select tool and update it's values. Need to do it on the client only w/no server ...
|
| RenderControl method? | 16 Mar 2004 18:25 GMT | 1 |
I just started using ASP.NET yesterday (literally). I've been using ASP for some time, though. This code is in mypage.aspx, and it works just as I intended, showing each table in a separately rendered grid: for (int i = 0; i < 5; i++) { // iterate through dataset tables
|
| ActiveX Control | 15 Mar 2004 19:42 GMT | 1 |
Hi, All I dunno if it is correct to post this question here.. pls let me know if i'm wrong.. Thanks... I use C# to write a WIndows Control library and i have register it to registry with regasm command Now i try to load the control ni IE browser with the following comman
|
| Get list of all machines nams | 13 Mar 2004 15:07 GMT | 1 |
I have a small network, all the machines (about 10-15) connected with a hub. no active directory installed. there are 2 workgroups, but number of workgroups change. I'm developing a application and need to get a list of all the online machines in each workgroup. is this possible ...
|
| Login Failed for user | 11 Mar 2004 21:29 GMT | 1 |
I am trying a simple example to bind a DataGrid in a WebForm to a table in the Northwind database in SQL Server. I don't know why am I getting a login failure message that reads: Login failed for user 'MAYYAD\ASPNET Description: An unhandled exception occurred during the execution ...
|
| Help with <a> tag... | 11 Mar 2004 21:25 GMT | 4 |
So on my page I'm using a literal to create the <a href='http://www.cnn.com' target=_blank>some name </a> tag. Is there anyway to open the browser maximized off of this link? thanks
|
| Change <link> href attribute dynamically | 06 Mar 2004 20:05 GMT | 2 |
Dear Friends I want to change the name of my css file dynamically so as Mr. Jos Branders helped me, I can change the <head> tag into an HTML control like this:
|