Groups | Blog | Home


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 > june 2004 > threads for saturday june 19

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

about UserControl Visible property
Posted by Edward at 6/19/2004 11:07:36 PM
hi, everyone, I've one user control "ctlList" , and one button "View" in the Page, in the Page_Load event, I set the ctlList.Visible to false, then in the View's click event, I set it to true. But the result is when Load , it's really invisible, but Click didn't make it visible. w...more >>


Server.Transfer
Posted by Charlie Dison at 6/19/2004 8:58:25 PM
Hi There, I would like to be able to arrange my asp.net pages into different directories. This causes a problem though because successfully transferring to a page depends on where you are currently at. For example if the page I'm redirecting from is in the root directory, transferring to ...more >>

Can't use LocalHost after installing SSL certificate
Posted by Paul Turley at 6/19/2004 7:49:50 PM
All requests to the web server at LocalHost are no longer responding since we installed a digital certificate. Is this normal? Can it be recitified? I've tried modifying the Hosts file to no avail. -- Paul Turley, MCSD, MCDBA, MCAD, MSF, MCT, Project+, A+ www.scout-master.com ...more >>

allow NULLS
Posted by Mike at 6/19/2004 7:31:51 PM
The current databas structure that i'm working with allowed NULL's an now I'm converting the app to .NET and it will not allow NULLs in the fields when populated. So my question is, how can i hande NULL's being pulled from the DB now? When I try to access a page and if the field is NULL I get ...more >>

ASP.NET and Netscape
Posted by Mark Goldin at 6/19/2004 6:38:21 PM
Is ASP.NET fully compatible with Netscape? ...more >>

mulitple html forms on one ASP.Net page?
Posted by Martin at 6/19/2004 5:57:58 PM
Hi, I want mulitple html forms on one ASP.Net page. I guess it's invalid HTML to nest form elements, which is okay for me. My concern is that ASP.Net will not work well if I override the creation of form elements on the aspx page. I appreciate button postback events would normally post ba...more >>

Ideas for changing CSS on fly?
Posted by Ian at 6/19/2004 5:30:04 PM
Hi there, I am writing a web application that is basically a search engine anybody can tag onto there website. It is beginning to work well but I also give the owner of the website a control panel so that when he/she enters the control panel they can change the way it will display on there sit...more >>

Reloading
Posted by kuldeepiitk NO[at]SPAM yahoo-dot-com.no-spam.invalid at 6/19/2004 3:33:53 PM
Hi everyone, I am making an application which loades a HTML page, does anybody have any idea how we can make sure in VB.NET that a HTML page is loaded fully or not. TIA ~kuls Posted Via Usenet.com Premium Usenet Newsgroup Services -----------------------------------------------------...more >>



Passing Value on URL
Posted by - Steve - at 6/19/2004 3:30:56 PM
I can't find the answer to this because I don't know what it's called. I want to e-mail my users a link that is customized to them. For example I want them to click on the link and have the E-mail Textbox already filled out with their e-mail address. So I believe I want to send them a URL t...more >>

BC30456: 'HasRows' is not a member of 'System.Data.SqlClient.SqlDataReader'.
Posted by TN Bella at 6/19/2004 2:56:02 PM
PLEASE HELP!! I am so far behind....and it doesn't help that I am learning all this stuff. I am using .net framework 1.0 from WebMatrix. These parameters get me all confused...someone please help! Thanks in advance for the assistance. Line 18: MyConn.Open() Line 19: objDR=Cmd.Ex...more >>

Deploying a web client to Win 2003 server, web edition
Posted by Russ at 6/19/2004 2:54:41 PM
I am trying to deploy a web client to a new Windows 2003 Server, Web Edition via the lan, by using the Copy Project method from within Visual Studio. When I do, I get the following error: Unable to create Web project 'WebClient1'. Unable to validate that the file path '\\Web-1\C\Inetpub\wwwr...more >>

Stupid message
Posted by Sorin Sandu at 6/19/2004 12:39:56 PM
When I try to open a aspx page I get a login dialog and after I fill the user name and password I get : "Unable to find script library '/aspnet_client/system_web/1_1_4322/WebUIValidation.js'. Try placing this file manualy, or reinstall by running 'aspnet_regiis -c'. This file is there, I put on ...more >>

Combo Box in a datagrid
Posted by Dave at 6/19/2004 11:40:03 AM
I have a combo box in a asp.net datagrid - only problem is you have to click once to see it - and then click the arrow to see your choices I would like combo box to be visible - with the choices selectable when the users goes to a cell with a combo box. Anyone have any ideas. Thanks ...more >>

RegisterClientScripts not working???
Posted by Darren Clark at 6/19/2004 11:17:08 AM
If i put the following code into the page load event on a page... it works and registers the script.. HOWEVER if i put this insde a custom server control it does not work? any ideas? string script = "<script language=javascript>\r\n"; script += "function StoreValue(itemID, sender)\r\...more >>

Control Rendering problem...
Posted by Darren Clark at 6/19/2004 10:51:36 AM
I am writting server contorl that inherits from the TextBox. The problem is.... that my code that i want to be sent out is... but the actual textbox is now sOutput contains the code that i want to be written out.... But how do i tell it to write out the TextBox as well? protected override...more >>

FRAMESET and QueryString
Posted by TR at 6/19/2004 10:51:27 AM
Given the following frameset named MyFrameSet.htm: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head><TITLE>LaunchFrame</TITLE> <FRAMESET ROWS="88%,12%"> <FRAME id='frame1' name='frame1' SRC="placeholder.htm" > <FRAME id='frame2' name='frame2' SRC="Game.aspx"> </FRAM...more >>

Javascript submit handler
Posted by Lau Lei Cheong at 6/19/2004 10:38:57 AM
Hello, I have an ASP .NET form which as one imagebutton, a hidden input tag and one dropdown select tag. On the onchange event of the select tag, it'll change the content of the hidden box then call form.submit to post the event. The code would run perfectly if I use document...more >>

Problem with Cashing
Posted by vaidas gudas at 6/19/2004 10:17:08 AM
I am cashing tge asp.net page for duration=600 and varybyparam="ID". In this page is the table, which binding the data from the sqlserver. when data is modifikated using this page he showing the old page with old data. ...more >>

setting focus on a button
Posted by David Cho at 6/19/2004 10:15:14 AM
After the user fills out the webform, my customer would like a default button on the form to have focus, so that all the user has to do is press <enter> as opposed to having to take the cursor and click. The problem is that I have buttons in a user control (its a navigation control) across the...more >>

table doesnt have primary key / xsd problem...
Posted by jack at 6/19/2004 10:11:25 AM
using the following xsd code : <xs:element name="tblUsers"> <xs:complexType> <xs:sequence> <xs:element name="UserID" type="xs:int" /> <xs:element name="FullName" type="xs:string" /> <xs:element name="UserName" type="xs:string" /> <xs:element name="Password" type="xs:string" /> <xs:element ...more >>

Re: Server Error in '/' Application
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 6/19/2004 9:50:48 AM
Harald, My german is a little rusty (Ich spreche sehr kleines Deutsch). The error looks like it's saying the Column does not exist in the database. We might be able to help more if you show us your code. Hth, Phil Winstanley Microsoft ASP.NET MVP http://www.myservicescentral.com ...more >>

Re: GC.GetTotalMemory() and ASP.Net
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 6/19/2004 9:45:40 AM
Hi I can't be 100% sure on this, but it's my understanding that the GC is global across all applications, be they ASP.NET, Windows Forms or Windows services. Hth, Phil Winstanley Microsoft ASP.NET MVP http://www.myservicescentral.com ...more >>

Re: FRAMESET and QueryString
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 6/19/2004 9:39:18 AM
TR, No this isn't possible server side alone, you'll have to write some cliet side code to check the URL of the Parent frame, then parse the querystring from that. Once you have that you'll need to send that to the server and process it accordigly. What might be best to do, is to have the M...more >>

Re: Ideas for changing CSS on fly?
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 6/19/2004 9:35:09 AM
Ian, A way to do this, and the way I do this is to dynamically write out the CSS from a DataBase via a .aspx page. The page is then referenced instead of a static .css file with the relevant querystring values. Using a set of standard class names for the controls on the page will allow y...more >>

GC.GetTotalMemory() in an ASP.Net app.
Posted by Leebert at 6/19/2004 9:31:01 AM
If I call GC.GetTotalMemory() from an ASP.Net application and it returns 3000k as the result...what memory space is being examined? Is it the server's entire system RAM, IIS memory space, my app's memory space, my current session's memory space, the current request, or something else?...more >>

replace URL and redirect
Posted by c_web NO[at]SPAM sapo.pt at 6/19/2004 8:43:16 AM
Hi i have several domains www.domain1.com www.domain2.com www.domain3.com all the domains maps to the same directory in my hosting provider IIS server lets say : c:\sites\myaccount\ my hosting provider wants 10$ (each domain) to allow me to do something like www.domain1.com maps to c...more >>

web page dialog
Posted by Angel at 6/19/2004 6:45:01 AM
how does one create a web page dialog? I was astonished to find in Hotmail when you empty your junkmail box in hotmail that a explorer window pops up and emulates as a dialog window but with a custom web page in it. It confirms that are you sure that you want to empty your junk-mail inbox. on the wi...more >>

How to set controls in a DataGrid's ItemDateBound without a costly conversion?
Posted by Daniel Walzenbach at 6/19/2004 5:37:52 AM
Hi, =20 I want to display a Label in a DataGrid according to some condition. I = therefore check whether the condition is true in the ItemDateBound = EventHandler of the DataGrid. Unfortunately the conversion is extremely = costly in performance. Does anybody know how I could set the label ...more >>

Forcing PostBack programmitically
Posted by Tabrez at 6/19/2004 3:12:02 AM
Hi, I'm doing an online examination page. After the alloted time of the exam the page should be posted back. I've used System.Timers namespace for timekeeping. Please help me post back the form in 'Elapsed event' of the timer object.I m using a combi. of ASP.net with VB.net...more >>

Forcing PostBack programmitically
Posted by Tabrez at 6/19/2004 2:49:01 AM
Hi, I'm doing an online examination page. After the alloted time of the exam the page should be posted back. I've used System.Timers namespace for timekeeping. Please help me post back the form in 'Elapsed event' of the timer object. I m using a combi. of ASP.net with VB.net ...more >>

Forcing PostBack programmitically
Posted by Tabrez at 6/19/2004 2:35:01 AM
Hi, I'm doing an online examination page. After the alloted time of the exam the page should be posted back. I've used System.Timers namespace for timekeeping. Please help me post back the form in 'Elapsed event' of the timer object. (i m using ASP.net with VB.net)...more >>

GZip Compression for IIS 5.0/ASP .NET
Posted by Chad A. Beckner at 6/19/2004 12:40:26 AM
Does anyone know of a VB .NET compression control (with source) available? If not, how about a C++ one with source? Thanks! Chad ...more >>

Retrieve posted information
Posted by danavni NO[at]SPAM officecore.com at 6/19/2004 12:12:40 AM
I am trying to get information posted to my web page through the request.form but the problem is that the machine that is posting me the information does not include the content-type header in the request to my IIS machine. because of that (i think) i get nothing in the request.post object is...more >>


DevelopmentNow Blog