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 2005 > threads for sunday 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

How to distinguish which button was clicked?
Posted by Shapper at 6/19/2005 9:52:30 PM
Hello, I have this function in my aspx.vb code: Public Sub Now(ByVal sender As System.Object, ByVal e As System.Web.UI.ImageClickEventArgs) Response.Write(sender) Response.Write(e) End Sub And 2 image buttons in my HTML code: <asp:ImageButton id="ib01" runat="server" OnClick...more >>


ImageButton and Firefox problem. What is wrong?
Posted by Shapper at 6/19/2005 9:44:48 PM
Hello, I have an ASP:Image and an ASP:ImageButton where I set Width=100. Asp:ImageButton is resized in Internet Explorer but not in Firefox. Asp:Image is resized both in Internet Explorer and Firefox. What is wrong here? Basically I need to have an image with width=100 which when pres...more >>

DataList in Table
Posted by (dik NO[at]SPAM lul.com) at 6/19/2005 8:12:38 PM
Hi I have a problem with my datalist that does not show up anymore in my table: <table> <asp:DataList id="DataList1" Visible="true" RepeatLayout="Table" RepeatDirection="Vertical" runat="server" BorderStyle="Solid" Width="488px" Height="160px"> <HeaderTemplate> <tr> <td> ...more >>

reference to parent page
Posted by (dik NO[at]SPAM lul.com) at 6/19/2005 7:59:00 PM
Hi how do i change a property of a webcontrol that is on a asp.net from the code of a usercontrol? In other words what is the way to refer to the page from this user object? ch Dik ********************************************************************** Sent via Fuzzy Software @ http://www.f...more >>

How to solve this " problem? Thank You.
Posted by Shapper at 6/19/2005 6:57:20 PM
Hello, I have an ASP:ImageButton where I want to call a function and pass a string: OnClick="Change_Photo("John")" I am having problems with "". I tried OnClick="Change_Photo('John')" And OnClick="Change_Photo(''John'')" I wasn't able to make this work. What do I need to f...more >>

Disable Submit Button
Posted by jack-e at 6/19/2005 6:26:40 PM
Hi, Can someone please provide me with an example of how to disable the submit button once clicked (using javascript i guess). Keep in mind I also have to invoke a server side function which processes the form. Thanks in advance. Jack ...more >>

how to get client cpu id
Posted by Yoshitha at 6/19/2005 10:36:13 AM
hi How to get the cpu id of the client from where the request came to the server. for e.g am sending a request to a server from one system then i want to capture the cpu id of that system Can anybody tell me how to solve this problem. what methods to be followed to get this. Thanx in adva...more >>

CheckBoxList in DataList Question?
Posted by Patrick.O.Ige at 6/19/2005 12:00:00 AM
I have a CheckBoxList in a DataList and i'm trying to get item Selected after doing a postBack. I have set my CheckBoxlist AutoPostBack="True" Any ideas what 'm doing wrong? It seems not to work:( Thanks My CheckBoxList in the DataList Below ----------------------------------------- <a...more >>



Help with parsing error?
Posted by Brett at 6/19/2005 12:00:00 AM
I uploaded an ASP.NET website from my developer machine to a remote server. The paths differ slightly as follows: Local Path: C:\Inetpub\wwwroot\mysite Server Path: C:\Inetpub\mysite.com\ I get the following error on the server: Server Error in '/' Application. ---------------------...more >>

How to stop control events from firing in Page_Load
Posted by Ahmet Gunes at 6/19/2005 12:00:00 AM
Hi all, [I am sure it's a simple question to most of you :)] I check whether session is alive in Page_Load. If session is not alive then I want to navigate to another page, most probably the login page. But when a control, a button for example, is clicked, after Page_Load the button's clic...more >>

How to make an ASPX Page Become non-backable??
Posted by RC at 6/19/2005 12:00:00 AM
Hi, How to make a Page Become time expired when user press back button? Any Sample Code or reference provided? Thanks RC ...more >>


DevelopmentNow Blog