|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Drop down WebControls.Menu on Master page covered by Content page.
Greg G -
3 Nov 2007 7:35 PM - 1 message
I am using a System.Web.UI.WebContols.Menu on a master page. I have a problem when a user clicks the drop-down menus. They come down behind the content page and are thus not functional. I hope I will not need to leave a blank ...
Re: Data Maintenance Using Formviews
Duffau -
3 Nov 2007 12:14 PM - 2 messages
All of your problems have solutions which you have already acknowledged. If you don't like the supplied Formview, then create your own. I know that it is more work for you but that is the price ...
Sharing a Validator
Nathan Sokalski -
2 Nov 2007 9:38 PM - 4 messages
I have a form that contains a number of fields, all of which have validators. There are two submit buttons, one to update a record and one to add a record. Because the only difference in validation is to make sure ...
Script Control.value method
john -
2 Nov 2007 7:43 PM - 3 messages
I read that this method: <script type="text/javascript" language="javascript"> alert($get('<%= CheckTxt.ClientID%>').value) </script> Can be used instead of: alert(document.getElementById("TabContainer1_TabPanel5_FormView8_CheckTxt").value) But I receive a CheckTxt not Declared error, any suggestion as to how to ...
Async Upload Control
PJ on Development -
2 Nov 2007 4:05 PM - 1 message
Greetings, I'm just writing to announce that I've just uploaded an Asynchronous Upload Control in my website, and I'd like some feedback about it. The control was built for a project I'm currently working on and it's ...
DotNetNuke Development
VB -
2 Nov 2007 9:58 AM - 1 message
[link] DotNetNuke development services for DNN include: · Product Design and Analysis · Prototyping · Incremental Development Approach · Full Product Testing Cycle ...
Paint in ASP.NET
Jurjen de Groot -
2 Nov 2007 9:30 AM - 6 messages
Hi, I'm looking for an ASP.NET control in wich I can let my users create a simple drawing, some lines, rectangles. Anyone know of such a control ? TIA, Jurjen ...
Getting event when asp:checkboxfield is clicked
David Ching -
1 Nov 2007 11:26 PM - 2 messages
Hello, I have a DetailsView with a <asp:checkboxfield> in it. Here's the abbreviated definition: <asp:DetailsView runat="server" id="DetailsView1" OnItemCommand="DetailsView1_OnItemCommand"> <Fields> <asp:checkboxfield DataField="Contractor1099" ...
Web control is not accesable - sometimes
denhoffk -
1 Nov 2007 6:41 PM - 1 message
I have a Webcontrol that is not accesable sometimes on another page code behind cs file. When I run debug it will fail to build and says that I may lack a reference to the control. I know it works because when I run on my ...
Adding a client event handler to tags other than the tagkey
Nathan Sokalski -
1 Nov 2007 2:23 AM - 1 message
I want to add a client-side onchange event to the input tag generated by a CheckBox Control. However, because the CheckBox generates the following set of tags: <span><input/><label></label></span> ...
DeviceSpecific filter "isPocketIE" does not work
Justin Roberts -
31 Oct 2007 7:15 PM - 1 message
Hi I am developing a mobile web VB asp.net application in VS 2005. The forms are mobile web forms. I have a mobile web configuration page (web.config). In one of my forms I have a DeviceSpecific control so that I can choose to ...
Intercepting DropDownList Selected Value when not in list of Items
WJB -
31 Oct 2007 12:22 AM - 3 messages
I'm using a FormView with a number of DropDownList controls that are bound to SqlDataSources. Sometimes, the current contents of the bound fields are invalid (i.e. not in the list of items retrieved from the data source used as ...
localized asp:label w/nested control bug?
Anson Goldade -
30 Oct 2007 4:08 PM - 5 messages
I think I may have run into an issue with the asp.net lable control. Take the following code <asp:label runat="server" id="txtTextLabel" associatedcontrolid="txtText" meta:resourcekey="txtTextLabel"> <asp:textbox runat="server" id="txtText"></asp:textbox> ...
StaticItemTemplate is not applied on postback Options
John123 -
30 Oct 2007 1:27 PM - 2 messages
Hi all, I am having a strange problem when using the ASP.NET (2.0) menu control. I have a menu control that gets populated in the page load. I do not check the PostBack value because I want to rebuild the Menu Control ...
VS2008 Designer
ikari -
29 Oct 2007 6:02 PM - 1 message
Hello, I have a control which works perfectly in VS2005, but in design-time is broken in VS2008. The control renders as an image, and the output tag for the designer is simply an <img> tag. I have checked to ensure that the output of the image, and the tag, ...
|
|||||||||||||||||||||||