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 12

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

Windows authentication and application data
Posted by Shimon Sim at 6/12/2004 10:55:26 PM
Hi I would like users of my application to user Windows authentication(I have ASP.NET application) so user doesn't have to remember another username/password pair.The problem is that context of application is heavily dependent on user identity. Different users will get to view different items ...more >>


generate control IDs dynamically
Posted by Nick at 6/12/2004 9:00:01 PM
Hi, I would like to create asp.net controls with ID names generated dynamically, such as from within a loop to create names like "C1" "C2" "C3" "C4" ... and so on. For example, I would like to create a set of <table> cells with Response.Write() in a loop. In those cells, I want to add asp.net...more >>

UserControl
Posted by Hai Nguyen at 6/12/2004 7:26:09 PM
Hi all I created a user control called temp1.ascx which contains several textboxes and a button. I also have a webform name Web1.aspx. In the web form Web1.ascx, I have this code if(!this.IsPostBack) { PlaceHolder1.Controls.Add(this.LoadControl("temp1.ascx")); } else ...more >>

Strange Issue egarding ASP:textbox control.
Posted by Red at 6/12/2004 7:23:33 PM
I have a form. I fill the text property of all the textboxes on the form to display information to the user. If the user changes a value and clicks save. I save the information to the database. This sounds all well and good however the record does not get updated, in fact I have traced it to t...more >>

XmlSerializer - Cannot execute a program csc.exe
Posted by AndrewDotHay at 6/12/2004 7:11:01 PM
Periodically, we see an ASPX page fail with this appearing in the logs. Any ideas? It happens about every 3 to 4 hours, requiring a restart of the application domain to resolve it. Is this a COM Interop memory leak of the serialization code? It works great for a while and then crashes. Only thin...more >>

popup window with postback...
Posted by EMW at 6/12/2004 6:40:57 PM
Hi, Is it possible with VB.NET and Javascript to popup a window, after a buttonclick, in which the user writes some text in a textbox and then when that window is closed with a button, the text is posted back to the aspx program? If it is possible, please let me know some articles about thi...more >>

A better GUI (Flash !!)
Posted by Stefan Rosi at 6/12/2004 5:05:43 PM
Hello every body, I need to build a more complicated GUI in my asp.net pages than the usual controls ( drop down list, text box, radio buttons .... ect), anyway i need this GUI to be able to interact with asp.net code ( i.e. to change some variables, fire events, do postback, change this GUI fr...more >>

Link Buttons on the fly
Posted by Matt MacDonald at 6/12/2004 4:40:14 PM
Hi everyone, I'm have a table in my aspx page that has 1 row which will contain 0 or more cells. Each cell will contain a link button. My code is something like this: Dim lb As New System.Web.UI.WebControls.LinkButton lb.Text = row("filename") lb.CommandName = "GetAttachment" lb.Com...more >>



ASP.Net not running?
Posted by Lespaul36 at 6/12/2004 4:15:05 PM
I am running VS .Net 2003 and was working fine until a few days ago. Now when I try to make a vb web project it says that asp.net is not running. I have tried: 1. unistalling and reinstalling iis, framework, and VS.net 2.running C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.ex...more >>

DataGrid textbox
Posted by Maziar Aflatoun at 6/12/2004 1:39:10 PM
Hi everyone, I have this DataGrid that I bind to a DataTable. However, instead of displaying the column 'Qty', I like to place it in a textbox and display the value of Qty as the default value for the TextBox. Any suggestions? <asp:datagrid id="DGShoppingCart" runat="server" Width="650" ...more >>

ASP.NET on IIS 6 security problem
Posted by solutions NO[at]SPAM icuknet.co.uk at 6/12/2004 12:41:00 PM
I have a very simple ASP.NET app running on a newly installed Win 2K3 IIS 6 web server. Everytime I try to run ASP.NET page, I get the following error Server Error in '/' Application. -------------------------------------------------------------------------- ----- Server cannot acces...more >>

Struggling With Concept
Posted by One Handed Man ( OHM#) at 6/12/2004 12:15:03 PM
Hi Folks, As you may know I'm new to ASP.NET and Im having trouble grappling with one concept. If I create a user control and place it on a page I can access its public properties through a pre-render block, But I cant access its public properties via code. In say the Page_Loa...more >>

forms authentication with framesets
Posted by Andy Fish at 6/12/2004 11:46:36 AM
Hi, I have a problem using forms based authentication with a frameset. I made sure the containing frameset is an aspx so the first time the user tries to access the application he just gets the login page, and the frameset doesn't appear until after he's logged in However, when the user's...more >>

License problem of VSS
Posted by Grey at 6/12/2004 11:45:16 AM
I have one VS.NET Professional and one VS.NET Enterprise version in my office. As I know, Visual SourceSafe is bundled in Ent Version. My problem is can I enable the VSS functions in both VS.NET in my office as both VS.NET are pointing to only one VSS DB. Million Thanks ...more >>

Edit multiple line items in a datagrid
Posted by moondaddy at 6/12/2004 11:39:24 AM
Is it possible to build a datagrid where each row in datagrid could have read/write checkboxes, textboxes and dropdownlists? Then so save the updates the user would click on a submit button and code on the server would loop through each row to capture any changed data. This would be much bette...more >>

DataGrid ordering
Posted by Wayne M J at 6/12/2004 9:07:49 AM
By default, I notice that the DG is LIFO (Last in First Out) which appends all new values to the end of the table. Is there a way to order it such that all new entries will appear at the top, without resorting to using a holding DB, as this looks to be an option: Create a DB/Table using the se...more >>

Re: Newbie image question.
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 6/12/2004 4:33:11 AM
Dino Esposito rather! :-) Sorry Dino! Phil. Phil Winstanley [Microsoft MVP ASP.NET] wrote: > Jensen, > > Here's an article that Dino Esperante wrote on the subject: - > > http://www.ftponline.com/vsm/2002_07/online/hottips/esposito/ > > Hth, > Phil Winstanley > Microsoft ASP.NET MVP...more >>

Re: Struggling With Concept
Posted by Phil Winstanley [Microsoft MVP ASP.NET] at 6/12/2004 4:24:18 AM
Hi, What you need to do is access the usercontrol directly, for example: - Page_Load(...) { ((myusercontroltype)this.FindControl("UserControlInstance1")).<Property> } Hth, Phil Winstanley Microsoft ASP.NET MVP http://www.myservicescentral.com ...more >>

Newbie image question.
Posted by Jensen bredal at 6/12/2004 3:38:37 AM
How do i display an image stored in a database in an asp.net web form? I assume the image need not to be scaled. ...more >>

Populate a Drop Down List
Posted by Miguel Dias Moura at 6/12/2004 2:26:32 AM
Hello, i have an ASP.NET / VB page where i have a few 4 groups of Drop Down Lists. Each group of Drop Down Lists include 3 Drop Down Lists for date such as: DAY, MONTH, and YEAR. I don't want to insert the values and text to each drop down list. So i want to create a script that populates...more >>

Error running web service
Posted by John at 6/12/2004 1:28:08 AM
Hi When I try to run my test web service on my local win2k server using syntax; http://localhost/WebServiceTest/Service1.asmx, I get the following error; Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\webservicetest\e0550510\c8feac87" is denied. I h...more >>

XSLTransformation problem
Posted by avnrao at 6/12/2004 12:05:31 AM
Hi, sorry if this is cross post.. I have a simple XSLTransformation which I am trying to load it in XSLTransform class as indicated below loading xsl : XslTransform tran = new XslTransform(); tran.Load(@"C:\AV\DotNet Projects\ReplaceString.xsl"); but the problem is its always giving t...more >>


DevelopmentNow Blog