| Thread | Last Post | Replies |
|
| Passing an ICollection object to a UserControl | 17 Feb 2005 00:10 GMT | 1 |
-- reposting with valid email I have a UserControl (CustomGrid.ascx) that displays a DataGrid and contains page navigation with bi-directional Sorting. This UserControl has, among other methods and
|
| DropdownList, RadioButtonList Events in UserControls | 16 Feb 2005 19:11 GMT | 1 |
Why is it that, in a UserControl, a Button control fires it's Click routine fine, without any specail coding, however, a Dropdownlist or RadioButtonList do not fire their SelectedIndexChanged without some massaging? I've created a UserControl which contains 2 WebControls.TextBoxes ...
|
| Help with Code to Execute a Stored Procedure | 16 Feb 2005 19:01 GMT | 1 |
I am trying to Execute a simple Stored Procedure using ASP/VB. I have spent numerous hours with this, researching books and looking on the internet. I can't get a direct
|
| Object reference not set to an instance of an object. | 16 Feb 2005 18:13 GMT | 2 |
Under the calender DayRender event, I am generating a dynamic HTML Table and within each table cell I am dynamically generating textboxes. I am just showing part of the code now: Private Sub Calendar1_DayRender(ByVal sender As Object, ByVal e As
|
| C# .NET stop carriage return/enter key submitting the form | 16 Feb 2005 18:06 GMT | 3 |
This is really melting my face. I have a .aspx page with a form. I have submit buttons on the page for different stages. What i really need is to stop the form submitting when the return/enter key is pressed. At the moment if you press the enter key it executes the button clicks
|
| VBScript function with a button Click | 16 Feb 2005 17:22 GMT | 1 |
I would to use a client VBScript function when I click on a button control. How can I link this event to the function ? I read something about AddAttributesToRender, but I do not want to create a new button class. Is there another way ?
|
| Textbox in table | 16 Feb 2005 17:15 GMT | 3 |
Win XP - VS 2002 - VB - web forms I'm creating a table, 2 labels, 1 text box dynamically (only show 1 of each in code below) I'm able to add the labels to the table at run time however I cannot add the
|
| Multiple columns in a List Box | 16 Feb 2005 15:31 GMT | 2 |
I am trying to create a list box which has two columns seperated by a vertical line. When i select an item in the first column, it should only select the item in the first column and not the item in the second column. How can i create a list box like this? I have gone through the ...
|
| mutiple addition/remove in two listboxes | 16 Feb 2005 13:44 GMT | 1 |
i want to add and remove mutiple selected values in first list box(html control) to another(html control) at the same time after clicking a bttuonsay(Button1,html control) and remove mutiple selected text in another list box after cliking another button(Button2,html control) ..
|
| How to Show Horizontal Scrollbar on ListBox? | 15 Feb 2005 23:56 GMT | 1 |
Dose anyone know how to show the horizontal scrollbar on a ListBox web control? Sometime there are values just too long, but so far I can't seem find a way to do this. Thanks,
|
| Looping thru a controls collection to get properties of that contr | 15 Feb 2005 23:16 GMT | 1 |
I'm very new to ASP.Net programing, so I hope I can explain what I want to do. I used the following code to create anywhere from 1 to 16 radiobuttonlist in a placeholder, each with two "listitems" added to each. What I want to do is check to see what item the user picked for each ...
|
| Catch OnFocus and OnBlur of an ASP.NET Label | 15 Feb 2005 15:21 GMT | 2 |
Can anyone help me, I'm trying to catch the OnFocus and OnBlur events for an asp.net label. I want to change the forecolor of the label when it is moused over, and then revert it back when the focus is taken away. Thanks in advance for any help.
|
| Microsoft.web.ui.webcontrols.dll error | 15 Feb 2005 09:09 GMT | 3 |
I've downloaded the Microsoft webcontrols and installed it, the problem is, it doesn't seem to want to install the appropriate .dll, so i can't onclude the assembly in my application. I've tried this several times and failed misserably. If its not possible to download the .dll ...
|
| add eventhandler at runtime in VB | 15 Feb 2005 07:31 GMT | 3 |
I want to add an imagebutton control into a datagrid at runtime and use the click event to navigate to another page. I can do this in C# imagebutton.click += new eventhandler... but how do I do this in VB?
|
| Need to add CSS to a linkbutton | 15 Feb 2005 06:52 GMT | 1 |
Does anyone know how I can add a css to the following button. I want to add it so that Update, Cancel and Edit have the css in the form of <a href="" class="">Update</a> <asp:EditCommandColumn ButtonType="LinkButton" UpdateText="Update"
|