Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > july 2003 > threads for friday july 4

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Microsoft Office Interop word dll
Posted by bracoute at 7/4/2003 11:36:25 PM
Hello.... can you plz help me ... i'm using vbscript in asp.net and i've referenced the microsoft.office.interop.word.dll so that i can use the wordApplication object to automate MS Word.. the problem is that everytime i try to instantiate a new wordApplication object (and yes i've impor...more >>


HELP - need to hookup asp .net 1.1 when IIS was installed AFTER the framework and VStudio
Posted by mh at 7/4/2003 10:04:02 PM
Has anyone worked out how to do this? The boxes came preconfigured from the vendor with XP pro, IIS and development tools on the drives but IIS was not checked for installation. When trying to load an ASP.net application an error is reported that the web server is not running asp.net v 1.1 ev...more >>

asp .net form...
Posted by mike at 7/4/2003 9:19:42 PM
Hello everyone, I have a server side asp .net form that has two peices of information that can be updated by one of two submit buttons. one submit button updates one database table with the top half of the form. On the bottom half of the form I have other infomation that can be instered o...more >>

can hardly recognice my aspx pages in netscape 7.1
Posted by Anton Stadler at 7/4/2003 7:55:21 PM
Hello folks, I have created a couple of pages and started to test them in netscape, and was shocked. Earlier I only tested with several different ie versions, but netscape is shocking. The sizes of textboxes changed a lot, and the tables that are positioning these textboxes and descriptions se...more >>

storing radio button values in database - binary, int or varchar??
Posted by Hazzard at 7/4/2003 7:42:06 PM
What is the best way to do this? Binary with 0 representing off and 1 on? Int16 with 1 representing first button, 2 the second, 3 ... varchar with a character values at certain positions in the string representing radio button values. Thanks, -hazz ...more >>

BUG: ASP.NET Returns a New Session ID For Each Request
Posted by Edward Yang at 7/4/2003 6:40:46 PM
This does not happen frequently, but does happen in rare unkown cases. For example, at the time I'm writing this post, I'm having this problem again. The test page I'm browsing simply displays the SessionID. Each time I refresh the page, the SessionID gets a new value!!! The result is tha...more >>

WebForm contain Chinese characters...
Posted by Simon Chung-Jen Chuang at 7/4/2003 5:31:35 PM
Hello, My WebForm(*.aspx) contain Chinese characters. When I put them to the web server with Chinese OS, they look fine. But when I put them to the web server with English OS, those Chinese characters become unreadable. How should I resolve this problem? Thanks, Simon ...more >>

Validation Controls
Posted by Charles A. Lackman at 7/4/2003 5:06:09 PM
Hello, I have placed many validation controls on an aspx webform and a user control that allows the visitor to enter a username and password and bypass the form. The problem I am having is that the validation controls are firing and not allow the visitor to logon because the validation controls ...more >>



How to brake a label server control ?
Posted by Edmilson at 7/4/2003 4:08:30 PM
Hi, My aspx page has a label that is too long and I´d to brake this in multiline: Now, its is working like this: hey it´s just an example 105 - There is an error here. Pay attention. Look this again. And, I want something like this: 105 - There is an error here. Pay attention. Look...more >>

hyperlink/button
Posted by Ingeborg at 7/4/2003 4:06:53 PM
Hi. I want to insert an hyperlink/button for loading another page, but I need to store some data in this operation too, but I don't think the HyperLink web control has a "onclick" event, and I have not yet found a way to load a Page in C#. Please help me... Thanks in advance, ...more >>

Index Server
Posted by cameron at 7/4/2003 3:45:30 PM
I have Index Server searching a directory of HTML files. I have set a few custom META tags in these HTML files so that these tags show up in the index searcher properities, so I get an entry like: d1b5d3f0-c0b3-11cf-9a92-00a0c908dbf1 adxeffectivedate [no friendly name] VT_LPWSTR 4 Secondary...more >>

Datagrid help needed...
Posted by Raphaël Désalbres at 7/4/2003 3:03:54 PM
Hello, everyone, I have built a datagrid, with update features. I have added a "Template", and I added an option button on that template, with a OnCheckChanged="Massa" ... I have added the following code: Sub Massa(ByVal sender As System.Object, ByVal e As CommandEventArgs) 'Code... ...more >>

button evet ---- server side - client side ???
Posted by yaya coco at 7/4/2003 2:51:00 PM
I want to use button. My question is that How can use server side and client site event at the same time. That is: I want to use button : when The user click the button first of all, client side ask question "Are U sure" If yes then send server side function ? Button Like this <asp:butto...more >>

accessing page variable from user control code behind
Posted by Gerald at 7/4/2003 2:16:31 PM
Hi all, I have a aspx page that inherits from a cs class which is common for all pages in my application. In that cs file, I define some veriable. IE: the webBasePage.cs: namespace MyAPP{ public class myWebBase : System.Web.UI.Page { public String myVar = "I'm there"; ...more >>

SQL Server Login
Posted by Joseph D. DeJohn at 7/4/2003 1:38:55 PM
My ASP.NET application says that Login failed. It gives me source error: sqlConnection1.Open(); ...more >>

Accessing data on a SQL-server
Posted by Søren_Jensen at 7/4/2003 1:04:50 PM
I want to make an Aspx-page, where a user can enter a=20 username and a loginname. I have create all parts execpt for the databaseconnection. what I want to do is: 1) Create SQL-statement (like: Select * from userTBL=20 where username=3Dinput and password=3Dinput) 2) Open the connection ...more >>

List Box and different color
Posted by Alessandro at 7/4/2003 12:44:53 PM
There is a way to give different color to listitems of a ListBox ? ...more >>

Opener Page ID
Posted by Paps at 7/4/2003 12:43:18 PM
which is the best method to know if a aspx page was called from within another aspx page of my project and not called directly from the browser-address ? thanks Paps ...more >>

<span> attributes
Posted by anteperkovic NO[at]SPAM vip.hr at 7/4/2003 12:30:45 PM
Hi, I noticed that client-side validation (in IE6) is done with <span> tags that have the same attributes as in original aspx code (controlToValidate and others...). I noticed that, when i save generated html as a new document with html extension and open it in Visual Studio.NET, the same VS....more >>

.Net component and locked classid
Posted by Mario Hébert at 7/4/2003 12:03:08 PM
Is it possible to lock a specific classid for a .net component directly in the C# source code? I mean like putting an attribute in the assembly.cs file or elsewhere... Each time i register my new version of the component with regasm, i want that the objet always keep the initial classid or the on...more >>

Set bit depth of an image
Posted by Shawn at 7/4/2003 10:24:20 AM
Hi. I haven't been able to get an answer in the vb newsgroup on the topic, so I'll try here. I'm converting .tif images into other image formats like ..jpeg and .gif and I need to know how I can control the bit depth of these images. The System.Drawing.Image object's default bit depth when sav...more >>

LinkButton
Posted by Hugo Flores at 7/4/2003 9:52:49 AM
Hi, I create a LinkButton in runtime, and I want to be able to access a function when a user clicks on the generated link in the page. My problem is that I don't know how to asociate the function to the link in runtime. Any one knows this?...more >>

data from oledbdatreader can't paged by datagrid
Posted by Yangtsi River at 7/4/2003 9:46:11 AM
Hi, I am retrive record from an Access database and want them displayed page by page, I used oledbdatareader to retrive and assigned the datasource of datagrid control to this reader. but the data can't be paged when using AllowPaging=true, and it displayed a page using AllowCustomPaging=tr...more >>


DevelopmentNow Blog