Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Calling JavaScript Function from ASP.Net Button
WhiskeyRomeo - 16 Nov 2007 2:20 AM - 4 messages
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 ...
Score Binding a Gridview to a DetailsView on another page
Coby Herd - 15 Nov 2007 9:04 PM - 3 messages
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 ...
Score ImageButton does not trigger Repeater.ItemCommand event
Nathan Sokalski - 15 Nov 2007 8:47 PM - 3 messages
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 ImageButton ...
Score Formview delete doesn't work bound to a class
Joe - 14 Nov 2007 9:33 PM - 3 messages
I created a data access class with get, insert, update and delete methods.  I have an object datasource bound to the class and a formview bound to the datasource.  The get, insert, and updates work fine, but I can't get the delete to work.  It does not pass any values ...
Score GridView is making two of each column
Nathan Sokalski - 14 Nov 2007 5:57 PM - 4 messages
I have a GridView control with three columns, all BoundField columns. They all have a HeaderText and DataField property set, and the third one has a DataFormatString property as well. When I run my code, the GridView displays two sets of columns. The first set looks exactly as I would expect. The ...
Score menu control inside a gridview
Eps - 13 Nov 2007 6:56 PM - 4 messages
Has anyone have any experience of doing this ? I want a small menu on each row with a few options, I have tried it and it seems to work great at first but after clicking on a menu item and ...
Score Gridview error handling
Arne Garvander - 12 Nov 2007 10:37 PM - 6 messages
I have a gridview control that is updateable. One of the data elements is date, which is very easy to misstype. An invalid date will throw an error. Is there a way to handle that error in a neat and clean manner? ...
Score Best way to do this ?
Anonymous - 12 Nov 2007 7:27 AM - 3 messages
I have a distributed N-tier C++ application that I want to make available online. Because of the architecture, I should be *in theory* be able to replace the presentation tier from the current one to web pages. However, I am not sure what the best way to do this is - since the GUI ...
Score Error: Unable to start debugging on the web server
Reds - 12 Nov 2007 1:56 AM - 3 messages
I am running Visual Studio 2003 on XP, which I have used to run VB, C# and C++ non-web applications without any problems. I'm just starting to use WebForms with asp.Net. When I tried to run my ...
Next »