Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score how to introduce a lot of users?
cas - 6 May 2006 8:37 AM - 4 messages
Hi, I tried the logon webcontrol after defining some users. Great, but is it possible to introduce a lot of users in one time (import or something like that), because i can't imagine i have to do that 100 times, ...
Score Relative Positioning & Fixed Sizing in ASCX Controls
Alex Maghen - 6 May 2006 2:05 AM - 4 messages
I'm trying to make a tiny login-block control that I'll use here and there. I had tried creating the ASCX and making the outer-most object an <asp:Panel> object with a style that contains position: relative. Then, I placed all the ...
Score Update From DropDownList in DetailView
Randy - 5 May 2006 7:22 PM - 3 messages
Here is the issue and maybe someone can shed some light on this, since I have been searching all day... I have an Unbound DropDownList that is in the edit template of a Bound detailview.  No matter what I have ...
Score How Do I Pass Bindingsource to Another form.
Rob Dob - 5 May 2006 3:57 PM - 4 messages
Hi, I have two forms.  the first form has a datagridview who's datasource is a bindingsource.  when you double click on a datagridview row it then opens my second form, which has some databound controls, text boxes that are bound to ...
Score Best Web Grid for .NET 2
palmtreefrb - 5 May 2006 3:10 PM - 2 messages
I need some opinions. I have a project that requires a Web Grid for VS2005 with the following functionality's. 1: Displays properly in a child content holder(master pages) 2: Bind to hierarchical data sources (master-detail style). 3: Built in inplace editing, update, insert & delete ...
Score context is null in my TypeConverter.ConvertFrom() method
lucianoluke - 5 May 2006 12:56 PM - 2 messages
Hi all, I am trying to have a collection serialized to a property of the parent control in HTML. The collection items are controls found in the page. When the designer is being loaded, My TypeConverter.ConvertFrom is called. The problem is ...
Score Databinding methods such as Eval(), XPath(), and Bind() can only b
Phillip Williams - 5 May 2006 4:39 AM - 2 messages
I have added to the link below a demo for solving the cascading dropdown lists problem within a DetailsView (as suggested by a member of this forum who had difficulty with the DetailsView) [link] ...
Score Disable a button in Javascript disables server-side code
David Davis - 4 May 2006 10:18 PM - 4 messages
I have a webform with an ImageButton on it.  I have assigned an OnClientScript that calls a javascript function that disables the button like this: <script language="javascript"> function DisableButton() {    document.getElementById("ImageButton1").disabled = true; ...
Score GridView: Show SELECT button in certain rows
marlin - 4 May 2006 9:12 PM - 2 messages
I would like to have the SELECT button displayed in certain rows depending on the value of a particular column in the GridView control. If the value in that column is true, I would like the SELECT button to be displayed.  Otherwise, I don't want the SELECT button to show. ...
Score ObjectDataSource - query being performed twice per page load?
dave.dolan - 4 May 2006 6:21 PM - 4 messages
I have an objectdatasource pointing to a special custom built proxy that hits an xml webservice to return a collection of my business objects, and I'm binding them to a grid view.  I noticed that it takes a lot longer than it ...
Score Nested UserControl Problem
Giovanni - 4 May 2006 5:07 PM - 3 messages
I have been stumped by this problem for the past 2 days:      Assuming I have a GridView contained within a UserControl.  The grid contains 3 columns (Column 1: QuestionNumber, Column 2: QuestionText, and Column 3: TemplateField).  In the third column (the TemplateField), I have a ...
Score DTPicker
kpg - 4 May 2006 1:28 PM - 5 messages
Is there a DTPicker-like webcontrol somewhere? thx ...
Score Problems with webcontrol and MultiView
Mike W - 4 May 2006 11:42 AM - 6 messages
Hi I have a problem with my webcontrol when I use in a MultiView. I have a fairly simple webcontrol that consists of a Table with one row and two cells, in the first Cell i have two TextBoxe's (one of which is hidden ...
Score Webcontrol - treeview
Neha - 4 May 2006 8:35 AM - 2 messages
Hi, I have used the treeview control in my Asp.Net application(.Net v 1.1) and it was working fine till recently.But now suddenly for some users the treeview just appears as plain text while for others it works ...
Score RowDataBound bool to string
luisrt - 4 May 2006 1:16 AM - 5 messages
i have one bool value. if the value is true i want to display in my gridview "D" or the other 2 options. please help me, i know that i am missing something. but it is not working. protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) ...
Score Menu Question: How to change background for every other root item
va - 3 May 2006 10:33 PM - 3 messages
I have a horizontal menu and at the toor leverl, I need to change every other one's background color.  Assume, I have the following menu: "A" "B" "C" "D" And I want B and D to be black background white text when first displayed.  ...
Score pls HELP: webpart acting as shared but should be user (spellchecked)
arthernan - 3 May 2006 9:14 PM - 2 messages
I have an almost finished page that uses webparts. And this is the expected functionality. A logged on user hits a button and the button opens a WebPart. Then the user logs off, next time he logs on he will ...
Score asp.net menu to show only parent, siblings and children as static menus
Clint - 3 May 2006 7:09 PM - 3 messages
Anyone have any idea how to have an asp.net menu show only the parent, siblings and immediate children of the current node? It seems like the ultimate way to navigate a large sitemap.  I've set the StartFromCurrentNode="true" and StartingNodeOffset="-1" on the ...
Score Treeview contol in asp.net 2.0 with checkboxes
pushpi - 3 May 2006 3:34 PM - 2 messages
Hi, i'm using the Treeview contol in asp.net 2.0 (present in VS2005 toolbox). i'm having checkboxes for all the nodes in the treeview.All i want to have is that On Checking a checkbox for a parent node ,the checkboxes for all the ...
Score access control in a Repeater from javascript
David Thielen - 3 May 2006 12:17 AM - 4 messages
Hi; Inside a Repeater control I have a Label, TextBox, and DropDownList that I need to enable/disable based on the value of abother DropDownList. I need to do this in javascript whenever the 2nd DropDownList changes it's value. ...
Score Wizard, goto page, need to set values of a control in a Repeater
David Thielen - 2 May 2006 11:42 PM - 4 messages
Hi; Inside a Repeater control I have a DropDownList control. If the user goes through the wizard in page order, then in the OnItemCreated method I can set the values in the list and it works great. However, if they do a prev and change a value on the prev page, then when ...
Score Set file extensions for FileUpload
David Thielen - 2 May 2006 11:38 PM - 4 messages
Hi; Is there a way to set the extensions in the "Files of Type" for the FileOpen dialog for the FileUpload control? ...
Score delete rows in dataset
janetb - 2 May 2006 9:36 PM - 2 messages
Gave up on earlier post of using imageButtons and command arguements, but can't get the following to work either. When trying to delete a row, and using the SELECT rows, I get an error of the selected index out of range even ...
Score Custom Web Control and Default Height/Width
Sfw_Kris - 2 May 2006 7:45 PM - 3 messages
Good afternoon, I have begun creating a custom web control in .NET 2.0. I have overridden the height and width attributes so that I can supply a DefaultValue that is more appropriate to the control, however the control does not reflect this ...
Score FileUpload, Wizard, and saving the data
David Thielen - 2 May 2006 6:17 PM - 6 messages
Hi; I have a 2 page wizard and on page 0 I have a FileUpload control. In my OnNextButtonClick for page 0 I need to read in the file because that stream is gone when the user clicks Finish on page 1. ...
Score Dynamic Menu Control in ASP.NET2
Sri Reddy - 2 May 2006 4:30 PM - 2 messages
Hi I want to create a horizontal menu on my website being built using asp.net2 with menu items based on the "role" of the user who logged into the system.Role iformation will be read from database... For ex: ...
Score User Control question - REPOSTED
Brian Cesafsky - 2 May 2006 3:40 PM - 2 messages
I am using framework 1.1 I have a user control and a web page. I want to set up properties on the user control, so I can access the text boxes on the user control when I am in the code behind page of the 'main' ...
Score Web Standards Compliance - Autopostback / Javascript off
Mike Owen - 2 May 2006 10:47 AM - 6 messages
Hi all, I have an application where the user selects the colour of the clothing item they want to buy from a dropdownlist whose AutoPostBack="True", once selected the page is automatically posted back, and another dropdownlist is updated showing the sizes available for the colour selected. ...
Score How do I put bitmaps/images in front of another bitmap?
PrettySneaky - 2 May 2006 8:50 AM - 2 messages
Hi! I'm working on a webcontrol that uses ComponentArt's WebChart to render charts. Unfortunately ComponentArt's component doesn't support drawing additional stuff after it has finished rendering the chart. Well, there is a way but then you loose the areamap which the component also ...
Score Push Button Event in datagrid
janetb - 1 May 2006 5:41 PM - 9 messages
Learning as I go and having trouble with a datagrid. Using images, and need to delete a selected record if the image is pushed or send to another page if it's edit. No errors, but don't think things are getting passed. Trying to ...
Score Creating Dynamic FormView Templates
Stephen Hatfield - 1 May 2006 4:46 PM - 4 messages
Is it possible to create FormView templates (EditItemTemplate, InsertItemTemplate, ItemTemplate) dynamically by calling a separate class file to generate the template. My attempts at this have been unsuccessful. I am working in the ContentPlaceHolder on a page using a masterpage. I have ...
Score html controls with same ID
steven scaife - 1 May 2006 12:59 PM - 2 messages
I am porting an ASP application to ASP.net, in my ASP application i have 4 columns of text boxes, each column of textboxes have the same ID thus becoming an array when i use the split on them. In ASP.net however i cannot get the value of the textboxes through the ...
Score "Unable to open the physical file" error
phil - 30 Apr 2006 4:56 PM - 3 messages
Hi, I use aspnet 2.0 and i'm learning about data-bound controls. Sometimes, i get this error below, but the code of the aspx page is ok because i ran it several times. I use indeed a .mdf file located at that place. ...
Score paging using repeater control
aspnetdir - 30 Apr 2006 7:58 AM - 2 messages
im building a much nicer interface for paging (with page number links, next, previous etc) commands using a repeater control to put on my site [link] right now im using an embedded code/control approach -- im not very ...
Next » 2 3 4 5 6 7 8 9 10