Forum: C# Sep 20th, 2004 |
| Replies: 0 Views: 9,925 Edit mode the index of a dropdownlist does not start at the right value.
I am having problem when in edit mode the dropdownlist the index does not
start at the right value. I use Inner Join for my... |
Forum: ASP.NET Sep 20th, 2004 |
| Replies: 2 Views: 7,750 Edit mode the index of a dropdownlist does not start at the right value.
I have having problem when in edit mode the dropdownlist the index does not
start at the right value. I use Inner Join for... |
Forum: ASP.NET Sep 20th, 2004 |
| Replies: 1 Views: 17,669 I have two dropdownlists. I can choose say USA and then it goes into the DATA base but does not save it in the dropdownlist itself. I can not figure out why this is happening.
> <code>
> Edit... |
Forum: C# Sep 18th, 2004 |
| Replies: 0 Views: 4,063 Say I have mutliple dropdownlist in my datagrid.
and I want to keep the index when I make a modification to a specific dropdownlist.
that is the dropdownlist for instance started at country Canada... |
Forum: C# Sep 18th, 2004 |
| Replies: 0 Views: 9,175 Hi folks, I am building my update statement and was wondering if someone can help me with
what is between the *****************. So I can execute my update statement.
I would appreciate it. Any... |
Forum: C# Sep 18th, 2004 |
| Replies: 0 Views: 3,970 I need to be able to create and save a dropdownlist for ReportsToID
(ReportTo) will be an a number pointing to the person they report to
that is ReportsToID will contain theUsersID they report to.... |