Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score ListBox created in code-behind displays as DropDownList???
DOK - 2 Mar 2007 4:52 PM - 2 messages
I am dynamically creating a series of ListBoxes and populating them in code-behind. If I set the SelectionMode to single, the controls render as DropDownLists, which is not what I want. If I change the SelectionMode to Multiple, I get the ListBox that I want. ...
Score FormView.ChangeMode(FormViewMode.Edit) not working
David Thielen - 2 Mar 2007 4:56 AM - 3 messages
Hi; I have the following code:         if (!IsPostBack)         {             if (MyPerson.Id == DbUtils.NULL_PK)                 formRegister.ChangeMode(FormViewMode.Insert); ...
Score set a timer for online exams
Archana - 28 Feb 2007 5:41 PM - 2 messages
we are creating  Online Exams Module.Just lke any other online exams on other real sites. The Case is the user can attempt any question within 3 minutes.after 3 minutes,the next question automatically disappears and another question comes on the page. ...
Score How to get Gridview cell value on select?
Dave Hewes - 28 Feb 2007 5:23 PM - 3 messages
I am new to 2.0 and converting a page over from 1.1 datagrid. How do I do the same thing as the following in a Gridview? Private Sub DataGrid1_ItemCommand(ByVal source As Object, ByVal e As   ...
Score Hyperlink Back
Jim McGivney - 28 Feb 2007 3:45 PM - 2 messages
What is the syntax for a Hyperlink to perform like the Back Button ? When the user presses the hyperlink, I want them to return to the previous page. Thanks, Jim ...
Score Listbox Multiselect as filter for Gridview
Nick Nelson - 28 Feb 2007 5:28 AM - 8 messages
I'm using VS2005 Pro and C#. I want to use the items selected in a multi select listbox as the filter for a gridview populated from a SQL Server table. The listbox contains organisation types (NGO, Governmental, Charitable etc) and I want users to be able to filter a gridview to show, for example, ...
Score How can I show a * on required fields
David Thielen - 27 Feb 2007 8:03 PM - 3 messages
Hi; My product manager wants the end of required controls to have a black * after them. Unless they tried to go to the next screen (we're in a wizard) and then they want a red * after and the validation messages up at the top. ...
Score Is TabIndex the right way to set the order of controls?
David Thielen - 27 Feb 2007 7:41 PM - 2 messages
...
Score Getting google autofill to work
David Thielen - 27 Feb 2007 7:39 PM - 4 messages
Hi; I am able to get most of the google autofill to work by creating TextBox controls with names like "name", "state", etc. But it does not work for streetLine1 or city. Any ideas? ...
Score Defauly focus in a WizardStep
David Thielen - 27 Feb 2007 7:37 PM - 2 messages
Hi; How can I set the control to get the focus in a WizardStep? Everything I can find shows how to do this for a form but in a wizard each step has a different default control. ...
Score AJAX Animation
John Wright - 27 Feb 2007 7:23 PM - 2 messages
I want to diplay a "flyout" type window next to a button when someone clicks the help button similiar to the function on the page [link] For the life of ...
Score WizardControl
hngo01 - 27 Feb 2007 2:23 AM - 2 messages
Hi all, I have a Wizard control with 4 steps: WizardStep1 - (2 textbox control) WizardStep2 - (2 textbox control) WizardStep3 - (2 textbox control) WizardStep4 - (2 textbox control) I am beginning with step 1 When I click Next to go Step 2 then I remove this step 2 with this ...
Score Image button and tabstop=false
Jerry C - 26 Feb 2007 11:08 PM - 4 messages
I have imagebuttion on a page and I don't want them to be tabstops. I connot find a tabstop=fales. how do I stop the buttion from  receiving focus with the user is using the tab key. Thank you ...
Score System.Windows.Forms.WebBrowser and Java and Blank Pages
Jon Ebersole - 26 Feb 2007 10:39 PM - 2 messages
I am writing a class library that takes screen shots of pages of websites.  I am using System.Windows.Forms.WebBrowser to navigate to the web page.  I call the Navigate method, and then respond to the DocCompleted event handler.  I ...
Score set dropdownlist selectedindex in datagrid
pleaseexplaintome - 25 Feb 2007 10:52 PM - 2 messages
Hi all, I have a datagrid with a dropdownlist and would like to have the dropdownlist display a database value correctly while the grid is in edit mode. I have a templatecolumn as follows: <asp:TemplateColumn HeaderText="New Route"> ...
Score ASP.NET book
Joe Penora - 25 Feb 2007 4:02 PM - 2 messages
Hi All, Could you please recommnend of an ASP.NET book that will cover all aspects. Such as handling parameters from one page to another and much more... Thanks. ...
Next »