| Thread | Last Post | Replies |
|
| DROPDOWNLIST SELECTEDINDEXCHANGED | 31 May 2005 18:31 GMT | 4 |
Hola Estoy haciendo un usercontrol que tiene un dropdownlist (id=Mes) y no me ejecuta el evento Mes_SelectedIndexChanged(object sender, EventArgs e)... AutoEventWireUp es TRUE y tambien el autopostback... alguien sabe que puede estar pasando?
|
| ASP.NET absolute path to file | 31 May 2005 17:26 GMT | 5 |
I want to play a MIDI file in browser, but I must give a full path to WMP control... In that case everyone can simple type full path in browser and save my midi file... I do not like it... I wont thet they can listen miti, but that is not possible save it...
|
| Please...Expert needed. | 31 May 2005 15:55 GMT | 10 |
I have a webform that uses a linkbutton control for the purposes of obtaining a detailed view of the record. <asp:LinkButton Runat="server" ID="detail" CommandName="get_detail" CommandArgument='<%# DataBinder.Eval(Container.DataItem, "ItemID")%>'>
|
| HTMLInputFile Control for Multiple Files | 31 May 2005 13:14 GMT | 2 |
I am using ASP.Net with C# as the code behind and am trying to upload multiple files with the HTMLInputFile Control. I am able to browse, select a file, and finally upload, but only one file at a time. Is there a way to select multiple files to upload at one time using this ...
|
| ascx event to parent aspx: howto ? | 31 May 2005 11:46 GMT | 2 |
Using vb.net I have a web page home.aspx that has a placeholder: myplaceholder. on Page_load:
|
| ASP.NET Server Controls not displayed in IE | 31 May 2005 01:09 GMT | 1 |
Am new to the .NET framework. I started a new ASP.NET Web Application project and designed the Web Form Using the Web Forms Server Control. When I try to run the pplication in debug mode the following error is diplayed: ERROR WHILE TRYING TO RUN THE PROJECT:UNABLE TO START ...
|
| How can I get selected Checklistbox Items to Literal in Placeholde | 30 May 2005 18:55 GMT | 3 |
I'm in need of a solution for the following problem: I've got an ASP.NET page which contains a placeholder. The placeholder will contain a dynamically added checklistbox control where the request["mode"] == "edit", and it should contain literal controls for
|
| Book search | 30 May 2005 17:06 GMT | 1 |
I'm looking for a book that explains creating custom web controls for asp.net form scratch (Inheritance from webcontrol or control namespace). I've tried so far with different books but they all start and finish pretty much the same. Bla bla what is asp.net, bla bla hallo world, ...
|
| order of usercontrols processed by events of page | 30 May 2005 15:08 GMT | 1 |
I have a page containing multiple user controls. When Page_OnPreRender is called, the user controls' OnPreRender Method is called, too. But: How is the order of the usercontrols processed by asp.net? Note that I
|
| How to diisable textbox in datagrid | 30 May 2005 15:05 GMT | 1 |
I have a listbox outside the grid and textbox type template as editable column in datagrid. How can I disable textbox in my grid based on the selection from the listbox outside the grid?
|
| Can we have more than 1 'control to validate' for a single validat | 30 May 2005 12:08 GMT | 3 |
I am trying to implement a feautre where it would be easy if i could perform validations on 2 controls using a single validation control(can be a custome validation control) Can we have more than 1 'control to validate' for a single validation control.
|
| Infragistics Web Control | 29 May 2005 04:24 GMT | 1 |
I am trying to use the infragistics web control. To be more specific the tree control. My experience is that the documentation available is poor but any how. If any body has worked with this control please help me out.
|
| Microsoft.Web.UI.WebControls | 29 May 2005 04:23 GMT | 1 |
Hi I am using Microsoft.Web.UI.WebControls to display a TOC in a tree format. My problem is whenever I am expanding or colapsing the tree it is making one server trip. Is there any way to stop that? I need to open a html on clicking the leaf of the tree.
|
| Submit form | 28 May 2005 04:25 GMT | 2 |
New to asp.net so this has probably been asked a few times, but I have a number of server-buttons that the user can press to update the page with, the problem is that all is well till I have to reload the page. Can I force a page_load after a button has been pressed, if so an ...
|
| DropDownList in composite control not saving ListItems | 27 May 2005 21:51 GMT | 2 |
I have a composite control consisting of a DropdownList control and a button. I've included an Items property that returns a reference to the DropDownList's Items property, but when I add ListItems to it in Design mode, they aren't added as <asp:ListItem> in the HTML tab. Instead ...
|