Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score How to build dynamicaly a menu in ASP.Net 2.0 (VS 2005) ?
MarioSerrano - 17 Nov 2005 5:51 PM - 3 messages
I have a menu (new feature of framework 2.0) in an Web application. The thing is, that i already have a function to create a dynamic menu. And it works... but the issue is that it doesnt want to show at the page... ...
Score Simple question ???
serge calderara - 17 Nov 2005 11:01 AM - 3 messages
Dear all, I have build a simple Web user control which contains 2 labels named Lab1 and Lab2. I defined property for that control to change the .Text property of both ogf them. Then I drag my user control on an empty form whcih contains only my created ...
Score Playing a WAV file from a Web Page
Andrew Chalk - 17 Nov 2005 12:50 AM - 5 messages
Can anyone point me to some code that allows the user to play a WAV file by clicking on a link. Many thanks. ...
Score Detailsview and stored Proc
TdarTdar - 16 Nov 2005 4:33 PM - 5 messages
Using the following example:     <asp:DetailsView ID="DetailsView1" runat="server" DataSourceID="SqlDataSource1" Height="1px"         Width="100%">         <RowStyle Wrap="False" /> ...
Score White spaces in DropDownList / Listbox / ...
Frederic H - 16 Nov 2005 1:20 PM - 3 messages
Hi all, I want to add white spaces to format a DropDownList or another web control but when the control is rendered ASP.NET convert my " " to "&nbsp;" Without using   to format the string, I cannot create create a combo like ...
Score How to insert a new record in detailsview when there are no record
Frits van Soldt - 16 Nov 2005 9:01 AM - 3 messages
In the detailsview you can add a 'new' button to add new records. This works fine if there are already some records in the table. But when the table is empty, the button is not shown, thus not allowing to create any records! How ...
Score Page_Error event issue
Sam Solomon - 15 Nov 2005 4:01 PM - 6 messages
Dear All, I am  catching a error in my Page_Error event  and storing it in a session variable. After the error is generated the page is redirected to another page where I want to show complete error details in a label in the Page load event ...
Score Treeview tweak
richie_hackett - 15 Nov 2005 10:55 AM - 5 messages
OK I have been tearing my hair out trying to get the Treeview webcontrol to display a background image. My current thinking is that mozilla allows you to render the treeview as a table instead of using the htc.  Any ideas how this can be done ...
Score Accessing the values of textboxes/labels within a function
martinharvey via DotNetMonster.com - 15 Nov 2005 9:38 AM - 3 messages
This is probably a very simple thing i am missing but i would be grateful for some help. I have a vb class file that i am trying to compile into a dll. The class contains a function that needs to reference the values of ...
Score Can't drag Web Custom Control from Toolbox onto Webform
Brian Edwards - 14 Nov 2005 7:43 PM - 3 messages
I was following the walkthrough on creating a Custom Web Control found here: [link] The problem is I can add the control to the toolbox, but when I go to drag ...
Score how to hide a root element in treeview when binding to sitemap?!?
smash2004 - 14 Nov 2005 2:44 PM - 2 messages
my question is in title! i created sitemap with one root element...i put treeview control on design and created xmldatasource and bind it to my sitemap....now the treeview shows me everthing including root element....I want to hide ...
Score AutoEventWireUp Problem
Sam Solomon - 14 Nov 2005 10:11 AM - 2 messages
Dear All, I am using Page_Error event in my aspx page to generate an error. Below is my code in my Page_Error event: private void Page_Error(object sender,System.EventArgs e) { Response.Write("Error:\n"); Exception ex = Server.GetLastError(); Trace.Write("Message",ex.Message); ...
Score FtpWebRequest UploadFile
Thom Little - 13 Nov 2005 10:45 PM - 6 messages
I posted the WebClient versions in this Newsgroups. The FtpWebRequest DownloadFile version is ...   private byte[] byWork = new byte[2047] ;   private int iWork ;   private void DownloadFile(string strAddress, string strUsername, string strPassword )    {    this.lblStatus.Visible = false ; ...
Score Problems with Re-Usable ASP.NET User Control Libraries
Stephen Woolhead - 13 Nov 2005 4:21 AM - 14 messages
Hi all, I have built a library of ASCX UserControls (as described here [link] ) but when I use it in a site I get these warnings for every control I import ...
Next »