| Thread | Last Post | Replies |
|
| TreeView Control | 30 Nov 2005 20:37 GMT | 2 |
I am using a TreeView Control inside a master page template. I am populating the TreeView control with items from a database. What I would like to do is figure out a way to keep track of the items the user has previously selected. The problem is that there is another menu
|
| Usercontrol - Problem in Designer | 30 Nov 2005 19:44 GMT | 1 |
I made an UserControl, when I drag and drop it into my webform i see the following: [MatrixQuestion "MatrixQuestion"] on my designer. If I switch to the HTML Source I see this:
|
| ASP.NET 2.0 TreeView | 30 Nov 2005 07:41 GMT | 2 |
ASP.NET 2.0 TreeView I have bound to my tree using the XMLDataSource both using and not using the XPath attribute. I am having trouble getting the TreeNodeExpanded event to work
|
| Problem with delete in FormView control | 30 Nov 2005 07:32 GMT | 1 |
I use FormView to View, Edit and Insert customers details. The formview control is connected to a Object (ObjectDataSource), CustomManager. The Object, CustomManager, have method for select, update, insert and delete. Select, update and insert works, but delete dos not.
|
| datagrid pixel height not respected | 30 Nov 2005 01:43 GMT | 3 |
I have a datagrid that i have set the height to. Its table that it is contained in does not have the height set. It seems that no matter what i put in this property for the datagrid, the height never changes. thanks
|
| asp mobile.net : infinite loop error | 29 Nov 2005 19:53 GMT | 1 |
I'm developing a WAP client which presently works fine on most mobile phone browsers, but gives me an Infinite loop error (error 1025) when i try to access it from a couple of phones(motorola for instance.) Any idea why the WAP client will work with some phones but give this
|
| What is the Equivalent of the CurrentRowIndex Property for a DataGrid Web Control? | 29 Nov 2005 18:10 GMT | 1 |
I am trying to convert the following windows app method, to use in an ASP.NET application: private void DataGrid1_CurrentCellChanged(object sender, EventArgs e) {
|
| ::help!: UC changes in designer | 29 Nov 2005 15:54 GMT | 1 |
Hello again, Hope somebody can help me. I wrote an User Control whicj I trag and drop on my aspx in the visual studio: see here: http://www.uni4um.at/help1.jpg
|
| Dynamic user control Event Handling (VS.NET Ent 2003) | 29 Nov 2005 09:39 GMT | 1 |
Thanks in advance to anyone who can help :) I've got a placeholder control WITHIN A USER CONTROL that has its contents dynamically added and removed at runtime by a regular .aspx page. At runtime, the placeholder control adds a dropdownlist where I would like
|
| Maintaining "id" attribute value in server controls | 29 Nov 2005 05:40 GMT | 1 |
Because of my CSS selectors, I need to maintain the "id" attribute's value for a server control. The control is as follows: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="NavControl.ascx.cs" Inherits="NavControl" %>
|
| Web calendar control of HebrewCalendar displayed in English - how? | 28 Nov 2005 17:46 GMT | 1 |
I want to present a web calendar that is based on the Hebrew calendar but presented in English (the logic of the calendar should be the Hebrew calendar, but the name of the months and days should be transliterated in English instead of spelling them in Hebrew - e.g.
|
| DataList Issue | 28 Nov 2005 16:02 GMT | 1 |
I am trying to retrieve the value of a DataList cell in a label and assign it to a Session Variable. For this purpose I am using a method : private void OpenForm(object aDate,object aScore,DataListCommandEventArgs f) {
|
| How to cycle through checkboxes in a datagrid and find out which ones are checked? | 28 Nov 2005 15:40 GMT | 2 |
I am trying to add a repeating checkbox to a datagrid and have some code that can cycle through them and associate them with each row in the data grid. I was able to add the checkbox and I can see them, but I can't get a handle
|
| POP-before-SMPT | 28 Nov 2005 01:46 GMT | 1 |
I am using the following C# code to send emails from my website hosted by an ISV: System.Web.Mail.MailMessage mm = new System.Web.Mail.MailMessage(); mm.To = "xxx";
|
| Setting focus to TextBox | 27 Nov 2005 22:17 GMT | 2 |
Hi,, Is there a way to set focus to an System.Web.UI.WebControls.TextBox control on a web form? The class doesn't seem to provide such facility? Basically I want to set input cursor to a TextBox when the page is first loaded or after
|