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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|