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 System.Web.UI.WebControls.Menu 2 on a page???
AndyBrew - 14 Sep 2007 12:50 PM - 1 message
Hi I have a master page with 2 menu controls upon it a main menu and a sub menu the main menu displays perfectly but the second menu will not reflect any of my visual property settings either directly or via CSS???? ...
Score Urgent-UpdatePanel UpdateMode Conditional Post data
kulaserife - 13 Sep 2007 8:36 PM - 1 message
Hi, i use ajax for my project, here is problem   i use two updatepannel on my page both UpdateModes are Conditional , first one includes filter criterias two date and one dropdown and button., second one includes alot of html ( as calendar ...
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 Dynamic EventHandler Firing Every Postback
StanRajan - 13 Sep 2007 4:21 PM - 1 message
I am work which populates a placeholder with controls that are driven by the database.  For specific radiobuttonlist controls I need to add an eventhandler on the selectedindexchanged event.  The problem I am encountering is that the event is being fired every time any postback ...
Score Expand/Collapse treeview when Javascript disabled
jkr - 13 Sep 2007 1:24 PM - 1 message
There is a requirement in my project that Treeview control should be able to expand/collapse when the Javascript is disabled in the browser. Many Thanks in advance. ...
Score DataGridSortCommandEventArgs doesn't give the right sortexpression
doulcat - 12 Sep 2007 9:56 PM - 1 message
Hello I am working on an old program(asp 1.1) and there is a datagrid with a sortcommand. The DataGridSortCommandEventArgs doesn't give the right SortExpression so it is not sorting according to the clicked column. Any idea what is the source , if not any way around it? ...
Score Extra space on menu item not selectable
Doctor Memory - 12 Sep 2007 4:06 PM - 2 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 DataList not using correct template
Nathan Sokalski - 11 Sep 2007 5:09 PM - 1 message
I have a DataList in which I want to allow people to select an Item. My DataList and CSS classes look like the following: <asp:DataList ID="datProductList" runat="server" ShowFooter="false" ShowHeader="false"> <ItemStyle BackColor="White" BorderWidth="0" ForeColor="Black" ...
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 Persistence Problem...
PJ - 11 Sep 2007 3:04 AM - 1 message
Greetings, I ran into a slight problem. Let's say we have two classes like below: ---- START CODE ---- class foo {     private string __Text;     private Unit __Unit;     public foo()     { ...
Score Re: Treeview state in a master page
ZZ_Scarab - 10 Sep 2007 9:58 PM - 2 messages
Hi Andrew, I had the same problem and found your reply to be very informative. Thank you very much. I do have another related problem, though, and being new to C# and ASP.Net, I'm not sure if I'm missing something real basic. ...
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 Passing a value within Menu Control
EdwardH - 10 Sep 2007 6:46 PM - 1 message
Have aspx Page with XML control using xsl transformation on xml file. I want four choices as sub-Menus all using same page, xml, xsl files but which pass a value to xsl file depending on which sub-Menu item was clicked. Any ...
Score Referring to Data Source Controls across Content Controls
Bill Nicholson - 10 Sep 2007 11:34 AM - 1 message
A page has 2 Content Controls. One Object Data Source is in one of those Content Controls. There are Data Controls in both Content Controls that can use the Object Data Source. At design time, VS 2005 will let you assign the Object Data Source to both of the Data ...
Score How to open my gridview to a google spreadsheet
MAHERNOZ - 10 Sep 2007 5:26 AM - 1 message
Hi Friends, I have a webpage, which has a gridview. I want to export my gridview to a google spreadhseet. I want this urgently. Can you pls give any solution. Thanks & Regards, Mahernoz ...
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 »