| Thread | Last Post | Replies |
|
| Postback in Web Controls | 08 Nov 2005 22:49 GMT | 3 |
I have a encapsulated a Datagrid control and text boxes etc to make a customized datagrid control. I have a "search" button on the page. If the user clicks on Search or even if the "Search " button is the currently selected button and the user presses
|
| "Generatate DataSet" namespace | 08 Nov 2005 22:05 GMT | 2 |
How can I specify a namespace for the generated dataset class? It picks up the folder name the xsd is in and adds it to the namespace. I do not want it to do that. Thanks in advance.
|
| Enter Key posts the Page | 08 Nov 2005 04:35 GMT | 2 |
i am using a textbox and i need to popup a dialog on Enter Key, i have used javaScript for it.The pop-up is coming but the page gets posted.I am using asp:button to save the information in page.i have set tabindex and focus but nothing is working,how to stop the page being posted, ...
|
| Hyperlink Control | 07 Nov 2005 14:04 GMT | 1 |
I am a newcomer in the asp .NET c# area. I really need some help here. I have two web page DEFAULT.ASPX and JOBCATEGORY.ASPX. Inside the DEFAULT.ASPX there are some webparts. There is a hyperlink control in one of the webparts that I generate using
|
| Wizard control (v2) - Default buttons | 07 Nov 2005 09:26 GMT | 1 |
Is there a way to set the default button in a WizardStep? For a regular ASP.NET page, I can set the defaultbutton of a Panel to one of the buttons within the panel, but with the wizard I don't appear to be able to set the "Next" button as the default.
|
| Autopost Back, FormView, and Textbox Focus | 07 Nov 2005 01:06 GMT | 6 |
Hello, I have a formview control set to Insert only, As certian Fields are entered it does an autopost to run some code (example: Protected Sub TextBox_TextChanged)
|
| detailsview asp.net 2 and insert confirmation | 07 Nov 2005 01:04 GMT | 4 |
using a detailsview and sql, setting the details view to insert as the primary view, after someone inserts the data they want to I would like to do something eather A:
|
| Custom DropDownList Control and ListItem | 05 Nov 2005 21:15 GMT | 2 |
I'm trying to create a custom DropDownList Control. Everything seems to be OK until I'm adding ListItem-s to the control. I'm getting the error: " Could not load type ControlLib.ListItem from assembly ControlLib" (ControlLib is the project where the custom DropDown control is ...
|
| How to add my web user controls to toolbox? | 05 Nov 2005 14:42 GMT | 1 |
I created a web user controls on the same project. When I recompiled, I cannot found my web user controls on toolbox. What happen?
|
| solution: a radiobuttonlist with images | 05 Nov 2005 05:42 GMT | 3 |
i looked on this group to see if anyone had posted anything about this, and i found a few dead-end posts which seemed to conclude that it couldn't be done. i used a very simple approach that works well, and am posting it here
|
| General Event Handler For Runtime Buttons | 04 Nov 2005 23:41 GMT | 2 |
I have an asp.net 2.0 app that will create a group of linkbuttons at runtime. The ID of these links buttons will autogenerated. I want to write a method that will be fired when any one of these buttons is clicked. For some reason I can not figure out how to do this.
|
| How to raise an event from web user control in C#? | 04 Nov 2005 15:04 GMT | 1 |
I am a starter. I use ASP.NET. I just write a web user control. Is there any samples or tutorials about to raise events from web user control.
|
| DataList Indentation | 04 Nov 2005 09:54 GMT | 1 |
I'm using codebehind to populate my datalist, but having a lot of trouble keeping the indentation of the datalist in place. This is what i'm doing right now : <asp:datalist id="LogList" Runat="server" width=150 Itemstyle-wrap=true>
|
| Dynamically Created Controls in VS2005 ASP.NET 2.0 | 04 Nov 2005 03:53 GMT | 1 |
My standard dynamically created controls (e.g. Button, RadioButton, etc.) stopped firing event assigned to them in VS2005 (final release) ASP.NET 2.0. Is anyone else having the same problem? I guess a better help would be for someone to recommend a proper way of
|
| Simple user control | 04 Nov 2005 00:50 GMT | 1 |
Trying to create my first user control (one that really doesn't do much) and I keep getting an error saying "Object reference not set to an instance of an object." on the line "mylabel.Text = Property2;" in the Page_Load procedure. Seems too simple to have an error but I've ...
|