|
-
Oct 28th, 2008, 01:06 PM
#1
Thread Starter
Addicted Member
[2005] Update panel and gridview problem
I've searched all over the net for a solution to this problem, with no result.
On a webpage, there is an Ajax Update panel. This panel houses a gridview. I have added a button for edit mode, and set the edit item template I want the user to edit.
The problem is that the gridview never goes into edit mode. When I click the button, the UpdateProgress icon starts moving, but the textbox never shows for the field I specified. It's getting pretty frustrating because I have no idea what I'm doing wrong.
Any ideas?
If my post helped you, please rate it!
Languages: VB/ASP.NET 2005, C# 2008,VB6
Databases: Oracle (knowledge not currently in use), DB2
FROM Customers
WHERE We_Know_What_We_Want <> DB.Null
SELECT *
0 rows returned
-
Oct 29th, 2008, 11:22 AM
#2
Hyperactive Member
Re: [2005] Update panel and gridview problem
Does the same thing happen if you take the GridView out of the update panel?
-
Oct 30th, 2008, 05:06 AM
#3
Re: [2005] Update panel and gridview problem
What is the UpdateMode property of the UpdaetPanel set to? Is EnableViewState true or false?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|