Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Can I embed an IE control in a webpage?
jim - 14 Sep 2007 1:24 PM - 15 messages
OK...Don't ask why - it'll just make ya mad.  It makes me mad just thinking about it.  I swear....if I didn't need this job, I'd tell 'em where to embed their webbrowser control.  But, since I do need it, here are my questions... ...
Score Retrieving the DataItem property in DataList's ItemCommand or SelectedIndexChanged event
Nathan Sokalski - 13 Sep 2007 4:31 PM - 2 messages
I have a custom Control that I have made that contains a DataList. In either the ItemCommand or SelectedIndexChanged event I need to retrieve a value from the DataItem of the SelectedItem. I have tried the following two techniques: Private Sub datProductList_ItemCommand(ByVal source As Object, ByVal e As ...
Score Extra space on menu item not selectable
Doctor Memory - 12 Sep 2007 4:06 PM - 3 messages
I am using a horizontal menu generated off the site map via SiteMapDataSource. The problem, well annoyance I am having is that if a DynamicMenuItem is shorter than the rest others there is a space after it. If you click on the ...
Score Help! SMTP Exception Error in ASP 2.0 Email Form
Bgreer5050 - 11 Sep 2007 8:46 PM - 5 messages
I keep getting the following error on an asp form I have on my site.  I know the smtp settings are correct, because if I take out the user fields (i.e. name, weight and assign a text string in code the email is processed. ...
Score How to get a Drop Down List box with a horizontal scrollbar
Robin9876 - 11 Sep 2007 3:02 PM - 2 messages
Is it possible in an ASP.Net (v1.1) to have a drop down list box with a horizontal scrollbar? ...
Score AJAX Modal Popup
SE.Computerguy - 10 Sep 2007 7:24 PM - 5 messages
I am trying to use the AJAX modal popup on a click event from a gridview. Any ideas on implementing this? The AJAX control is looking for a TargetControlID that will trigger the popup but the button field in the grid does not have an ID. ...
Score Retrieving values from dynamically added controls
Nathan Sokalski - 9 Sep 2007 3:23 AM - 8 messages
I have a custom control that I wrote (I inherit from System.Web.UI.WebControls.CompositeControl). I dynamically add this control to my Page, but I was told that dynamically added controls do not survive postback. This seems to be true. However, this seems to make dynamically ...
Next » 2 3 4 5 6 7 8 9 10