all groups > asp.net building controls > july 2003 > threads for july 1 - 7, 2003
Filter by week: 1 2 3 4 5
Passing form elements between forms
Posted by Mathew George at 7/7/2003 2:02:13 PM
Hello all,
I have two forms form1.aspx and form2.aspx.
I need to reterive all the form elements from form1 into form2.
In Form1.aspx n number of controls are created at runtime, and on click of
one button form2.aspx is called using server.transfer.
While retrieving i want to retrieve all the ... more >>
Cannot recieve click event on Link Button
Posted by developer1996 at 7/7/2003 9:34:23 AM
I have created a Web User Control with a link button on
it. I dynamically load this control on my default page.
In the Click event on my control I set x = 5. I just want
to see if I can generate and trap an event with in my
control but unfortuanetely I cannot. It appears events
are not b... more >>
asp.net linkbutton event not firing
Posted by jeff_vaccaro NO[at]SPAM hotmail.com at 7/6/2003 6:00:57 AM
All,
I am unsure of why this is happening... When I run the same code at
work, I get the expected results. However, when I'm at home I
don't...
I have a LinkButton in a web user control that when I click on it I
want to raise an event back the the .aspx page.
Here is the code behind fo... more >>
How to set default to TRUE: Overrides Function OnBubbleEvent(ByVal source As Object, ByVal args As EventArgs) As Boolean?
Posted by Andreas Klemt at 7/4/2003 3:39:42 AM
Hello,
how can I set the default value to TRUE of
Overrides Function OnBubbleEvent(ByVal source As Object, ByVal args As
EventArgs) As Boolean ?
Thanks,
Andreas
... more >>
user control and order of events in page
Posted by Joe Iano at 7/3/2003 9:31:00 PM
Pease be excuse the poorly phrased question. I'm a bit confused:
I've got a user control that accepts username and password values submitted
from a form and authenticates the user. Originally, the control also
performed the response.redirect to the FormsAuthentication.GetRedirectUrl
when the ... more >>
Using Table control in a custom composite control. Control does not render properly in design time.
Posted by jb_in_marietta NO[at]SPAM yahoo.com at 7/1/2003 2:24:46 PM
All,
I have written a very simple custom composite control that includes a
control of type System.Web.UI.WebControls.Table.
The control renders fine in run time, but for some reason, it does not
render properly in design time.
In design time it renders something like this:
[TestTa... more >>
Select datagrid item programmatically in ASP.NET
Posted by Joseph T.S.Lim at 7/1/2003 10:29:25 AM
Hi all,
I have a question on ASP.NET Datagrid.
Here goes nothing :-
I have a datagrid with a SELECTCOMMAND on the first column.
Whenever i click on the first column, it will highlight the particular
item.
No problem with this. I want to know how do i select a datagrid... more >>
|