| Thread | Last Post | Replies |
|
| onTextChanged won't fire in UserControl | 17 Jul 2006 15:40 GMT | 3 |
Howdy, In a UserControl, I have a DataGrid containing textboxes. The textboxes have AutoCallBack=true, and onTextChanged="TextChanged". The parent control does a LoadControl("Child.ascx") in its Page_Load. The
|
| Register clientscript resource | 17 Jul 2006 10:29 GMT | 2 |
I´m developing a WebControl and need to access the Page object (Page.ClientScript actually) - how can I do this ?
|
| Copy & paste with a command button? | 17 Jul 2006 08:35 GMT | 2 |
I have a textbox & a button in an .aspx page, when I hit the button i want a selected text to be copied to the clipboard AND paste it into the last cursor position on the textbox BOTH AT ONCE, that means, copying & pasting the text must happen
|
| Add a control to a treenode. TreeView | 17 Jul 2006 06:55 GMT | 2 |
I need to add controls to the nodes of a asp.net 2.0 treeview. I have found this article in c# I am using VB. http://www.codeproject.com/cs/miscctrl/DropDownTreeView.asp pointing me to other articles and information would be a great help.
|
| How to have either/or steps in a wizard | 16 Jul 2006 14:46 GMT | 5 |
Hi; I have a wizard where page 1 has a radio selection of Sql database or xml. If it's sql ! want to then go to page 2 and hide page 3. If xml I want to go to page 3 and hide page 2.
|
| Keep getting "Your login attempt was not successful...." from <asp:Login> control - but it works on Dev box. | 16 Jul 2006 07:08 GMT | 1 |
I have defined a role called 'Administrator' and a user called 'admin' and made 'admin' a member of this role 'Administrator'. In my ASP.NET 2.0 web application, I simply have an <asp:LoginView> and inside this I have :
|
| Autopostback and submit button | 15 Jul 2006 10:11 GMT | 1 |
I have a textbox-like control on a web form which has AutoPostBack set to true. If I press the Submit button on my web form after changing the text of the control, the handler for the AutoPostBack for the textbox-like control is evoked but the handler for the Submit button is
|
| Client-side web control/.NET based Java applets possible? | 15 Jul 2006 09:48 GMT | 1 |
Is there a way to develop a client-side web control based on the .NET framework and running in a browser (embedded in a web page)? As far as I understand ASP.NET web controls are all server-side? I'm trying to switch from Java to some .NET technology while preserving the
|
| Newbie: Calendar question? | 14 Jul 2006 22:02 GMT | 1 |
I am new to asp.net, I need to show the calendar control with some days that can be picked by the user and other days that cannot. Please is there any property that allow me to "disabled" one specific day so it can not be picked?, Is there any property that allow me to "disabled" ...
|
| mouse events in asp controls | 14 Jul 2006 18:03 GMT | 1 |
Let's say I have a panel with some images and want to change some attributes when user hovers over the panel. I'd like to do that with VB.NET There's no event handlers for mouse listed (VS 2005) Thanks for help
|
| GridView columns don't respect width or wrap properties! | 14 Jul 2006 08:49 GMT | 1 |
I have a GridView control with manually added bound columns. I have specified ItemStyle.Width=125px and ItemStyle.Wrap=false for several columns. It doesn't seem to respect either of these properties, there is no effect at all. What can I do to make them work?
|
| Multi-line textbox scrolled to bottom? | 14 Jul 2006 01:21 GMT | 3 |
I need to enable a button when a multi-line textbox has been scrolled to the bottom. Can anyone tell me if it's possible to do this with client-side script and/or server code? Thanks!
|
| @ Parameter Question | 13 Jul 2006 11:50 GMT | 2 |
I'm trying to understand where a SQLDataSource control gets the value for the @ parameter that it passes to its sql action queries. I have a page where the insert and update work just fine and find a "@CompanyID" value to use on the sql statements but when I try to do a
|
| ASP.NET 2.0 Intrinsic Treeview control errors on a specific machine | 13 Jul 2006 08:40 GMT | 1 |
Hopefully someone can help who has had this problem. It relates to the *intrinsic* ASP.NET treeview control which is now included in ASP.NET 2.0 not the IE Web Control that one had to use in .net 1.0 and 1.1...
|
| Setting Properties in a Composite Control... | 13 Jul 2006 07:29 GMT | 4 |
I have a fairly simple question regarding best practises for Composite controls. If I want to save into ViewState the data from a postback to a ChildControl, I set a property of the Composite Control. This can't be
|