| Thread | Last Post | Replies |
|
| Size of Calender inside table | 07 Jan 2006 14:16 GMT | 1 |
I have a problem controlling the size of WebControls.Calendar when I put it inside of a table. The size of the control is larger than of that I disire. I have tried to set the width and hight properties and it looks fine in Design-mode in VS, but when I execute the page it ...
|
| control refresh | 07 Jan 2006 08:31 GMT | 1 |
I have a requirement in which I need to refresh a single control instead of teh whole web page. How can I do this asp.net 1.0?
|
| WEB controls do not show on the web page | 06 Jan 2006 23:54 GMT | 2 |
I place a number of WEB Controls on the form but they do not show. It's only the HTML controls that will show on the web page. Does anybody know what is wrong?
|
| Panel Syntax | 06 Jan 2006 21:41 GMT | 4 |
In the below example of code, What is the syntax to access the contents of TextBox1? Also, what is the syntax to iterate all occurrences of the TextBoxes? Thanks,
|
| Invisible button | 06 Jan 2006 21:40 GMT | 1 |
I have a .Net 2003 web app that has been developed and built into an install. When the application is installed the button for login on the main start up form does not show up. The button is a plane old web button control. The strange part is that the button does show up on some ...
|
| Dynamically changing LinkButton properties | 06 Jan 2006 18:36 GMT | 2 |
I currently have several LinkButton controls contained inside a placeholder in my asp.net form. When a user clicks on any one of these, I need to change the clicked LinkButton's CssClass. I am trying to do this inside of the command event handler for the LinkButtons. However, I ...
|
| Clearing textbox controls after postback | 06 Jan 2006 13:24 GMT | 2 |
This is probably a simple question but i would appreciate some help. I have a registration page that uploads customer information to the database. The information is uploading ok but the customer information stays in the textboxes after the
|
| WebControl Click Event Not Firing | 06 Jan 2006 10:01 GMT | 1 |
I have created a web control that can be rendered as either a linkbutton or a button. It is a ConfirmButton control that allows a developer to force a user to confirm if they intended to click it such as when they do a delete. Everything is great. By and large it will be used in ...
|
| Where in the viewstate is a GridView's rows? | 06 Jan 2006 09:59 GMT | 4 |
I'm trying to track down a problem where a dynamic gridview I have is not restoring its rows correctly. Stepping into a derived GridView, I've found that the GV *is* getting a viewstate passed to LoadViewState with the correct # of rows specified. However, I can't find where in ...
|
| Master Pages and Cross-Page Form Information | 06 Jan 2006 01:52 GMT | 8 |
I'm slowly learning the new caveats of master pages and ASP.NET 2.0 and, so far, really enjoying it. A couple of questions to help kickstart my mind from the old ASP3 days. From what I've found, 2.0's cross-page posting allows me to set a PostBackURL and then Request ...
|
| Hyperlink within a label | 05 Jan 2006 19:59 GMT | 1 |
I have seen a couple of posts that sort of aswer my question but I am feeling particularly dense in 2006. I want to have a 'label' that contains within it a link to another page. I could use a link button, I suppose, but I don't necessarily want the entire text to be a hyperlink; ...
|
| Clickable labels | 05 Jan 2006 18:22 GMT | 3 |
how do I create a "link" which calls a method in my code behind? I have a repeater which shows a table of results, and some of the cells in the table need to be clickable and cause things to happen. Could be something like the following I want (doesn't work of course). Here
|
| Adding Access keys to menu items in the Menu control | 05 Jan 2006 11:06 GMT | 2 |
Could someone point me in the right direction as to how I could go about adding an access key to each menu item within the new menu control? Currently it appears that the access key can only be assigned to the control itself, and not each individual menu item.
|
| dropdownlists, their items and viewstate | 05 Jan 2006 00:45 GMT | 2 |
I have a strange issue with dropdown items that I'm trying to understand. We use dropdowns in three contexts: 1) directly specified in an aspx file 2) dynamically added to the controls collection of a server side table cell
|
| Is there a way to set onmouseover for a LinkButton in ASP.NET 2.0 ? | 04 Jan 2006 21:33 GMT | 1 |
Is there a way within ASP.NET 2.0 to set the onmouseover property of a LinkButton so that when the user hovers over the LinkButton, the windows status bar displays some text instead of the javascript command ? I'd like to do something like:
|