| Thread | Last Post | Replies |
|
| Disable a list item | 31 Oct 2005 23:56 GMT | 3 |
How can i disable a list item which is in the dropdown list ? Regards, P.Nishanthan
|
| Link in gata grid | 31 Oct 2005 23:54 GMT | 2 |
I want to have all the row area of a datagrid to be apperared as link(Not only the text but also the other area as well). Do anyone know a way to do so? Thanks & Regards,
|
| Access property of parent webform from UC | 31 Oct 2005 23:13 GMT | 4 |
I have a user control which will be dynamically loaded from one of two parent ASPX webforms. Within the user control I'd like to be able to access a property from the parent webform. One problem I'm having is that I don't know the type of the parent webform until run-time. Is ...
|
| Get the index of the selected button in radiobuttonlist | 31 Oct 2005 23:07 GMT | 5 |
How can i get the index of the button that is selected in a radiobuttonlist? I have a radiobuttonlist that contains 5 buttons, and i do a switch on what index that is selected, like this:
|
| CheckBox in DataGrid | 31 Oct 2005 22:13 GMT | 1 |
I've added a template column to a DataGrid that contains a checkbox control. The default value for this checked. All items are checked on page load. I add a column to my dataset that contains a default value as well. If a record is unchecked in the grid, I need an event ...
|
| HttpModule, virtual directories and web.config | 31 Oct 2005 22:06 GMT | 3 |
We have an application that is installed in default web site (root web site). The same application will be installed as virtual directories under the root site e.g. <default web site>/app1 and <default web site>/app2. Starting the root application goes well but when starting app1 ...
|
| MS Access DB used by both a local App and .net Web App | 31 Oct 2005 21:42 GMT | 16 |
I am working on a project to build a reporting web app from an exsiting database that is controled by a local application. The application that has control over the database creates a lock file to the database and at that point I can no longer access the database with my web app. Is
|
| OnItemDatabound help | 31 Oct 2005 21:04 GMT | 3 |
I have a datalist control, and in each row I have a label and a hyperlink control. The label is bound to an id field in the db. What I'm trying to do is hide the hyperlink if the id is a certain value.
|
| can't use javascript to print in IE6 | 31 Oct 2005 21:00 GMT | 4 |
I have an aspx page that has a datagrid and a print button i have a javascript function : function PrintPage(){ if (window.print) {alert('print');window.focus(); window.print(); }
|
| selectindex always = 1 from datacombo | 31 Oct 2005 21:00 GMT | 1 |
I give up. I've got a dropdowncombo. I'm trying to refer to the user selection in the SelectedIndexChanged event. I select one of the last items in the list. So far I have not been able to successfully access either the text or the value using an index.
|
| dll | 31 Oct 2005 20:58 GMT | 3 |
Is there a tool to see what classes and properties a dll has?
|
| Button that allows right click to open in new tab? | 31 Oct 2005 20:53 GMT | 2 |
Short of generating my own icons is there a way to get the appearance of a button on a form but with behavior that is like a regular link? In particular, I want to be able to right click on a "button" and choose "Open in new tab" or "Open in new window" (given that the user's ...
|
| ImageButton click event | 31 Oct 2005 20:52 GMT | 1 |
I have a web page that has a ImageButton that changes the value o a session variable. The problem is that when I click the refresh button in my browser somehow the click event for that button is being fired, that event is not called from any part of my code, just when the user ...
|
| IIS trying to execute a page under 1.1 | 31 Oct 2005 20:38 GMT | 4 |
I recently migrated a site from 1.1 to 2.0. For the most part, the site still works. However, there is one page in particular that IIS insists on processing with .NET 1.1, which leads to the following error: --------------
|
| Operation timed-out downloading web service durning Add Web Reference - still no solution | 31 Oct 2005 20:21 GMT | 4 |
I'm hosting my web service on a Windows 2003 box which is remotely located. When trying to add a web reference to a C# project I get an error message 'There was an error downloading 'http://mydomain.com:port/webservice.asmx' The operation has timed-out
|