all groups > asp.net webcontrols > november 2007 > threads for november 15 - 21, 2007
Filter by week: 1 2 3 4 5
Closing a dedicated login page
Posted by Jeremy at 11/21/2007 12:25:02 PM
I want to use a popup login page and automatically close it when the user
authenticates. In my OnLoggedIn event handler in the code behind in the
popup page, I have the following:
protected void OnLoggedIn(object sender, EventArgs e)
{
oSessionControl.showProgre... more >>
DataList - How to programmatically add a separator row
Posted by Tony_VBACoder at 11/19/2007 6:27:00 PM
With ASP.NET 2.0 VB.NET, how do I:
I have a multi-column (4 columns) DataList control on my WebForm that
displays sports teams for our league. The data is grouped by Division Names
where there are 4 teams per Division. When the data is displayed on the Web
Page, it will be a 4x4 (4 column... more >>
Calling JavaScript Function from ASP.Net Button
Posted by WhiskeyRomeo at 11/15/2007 6:20:00 PM
Is it not possible to call a JS function from an ASP.Net button.
In the HTML I assign the onClick="JS_Function()"
But when page is rendered I get the error:
JS_Function() is not a member of MyPage.aspx.
It appears the onClick is the same as the Click event, because all the
examples I s... more >>
Binding a Gridview to a DetailsView on another page
Posted by Coby Herd at 11/15/2007 4:04:27 PM
I'm having trouble finding out how to bind a gridview containing data to
individual details on another page. Can anybody send me the code or point
me in the right direction to get a tutorial for this?
thanx
--
Coby L. Herd
112-A S.E. 13th Ave.
Ft. Lauderdale, FL. 33301
954-467-091... more >>
ImageButton does not trigger Repeater.ItemCommand event
Posted by Nathan Sokalski at 11/15/2007 3:47:21 PM
I have an ImageButton inside a Repeater control. However, the ImageButton
does not trigger the Repeater's ItemCommand event. For the moment, I am
nesting an Image control inside a LinkButton, which works, but requires more
work and 2 controls. I believe the reason for this is that the ImageBut... more >>
|