Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Muhammad Usman #1
GridView Control is not posting back correctly
Hi All
I am using ASP 2 in VS 2005.net beta 2. I am using a gridview and have
bounded it with datatable. I have added dropdownlist to the gridview
cell dynamically.
DropDownList DropListJoins = new DropDownList();
DropListJoins.AutoPostBack=true;
DropListJoins.SelectedIndexChanged += new
EventHandler(DropListJoins_SelectedIndexChanged);
gvQueryPane.Rows[0].Cells[4].Controls.Add(DropListJoins);
void DropListJoins_TextChanged(object sender, EventArgs e)
{
}
//gvQueryPane is the gridview object
Now on index changed postback the callback function of indexchanged isnt
called but the pageload event is called and on refresh it erases the
dropdownlist control from the cell.
How do i overcome this problem.
regards
Muhammad Usman
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Muhammad Usman Guest
-
How to custom gridview control if it derive from web user control?
How to custom gridview control (modify column templates) if it derived from web user control? I have a web user control which contains one... -
#25474 [Fbk->Bgs]: apache2filter: posting from a multiple select box is not working correctly
ID: 25474 Updated by: moriyoshi@php.net Reported By: fmuller at cisco dot com -Status: Feedback +Status: ... -
#25474 [Opn->Fbk]: apache2filter: posting from a multiple select box is not working correctly
ID: 25474 Updated by: sniper@php.net Reported By: fmuller at cisco dot com -Status: Open +Status: ... -
#25474 [Com]: apache2filter: posting from a multiple select box is not working correctly
ID: 25474 Comment by: boris at gamate dot com Reported By: fmuller at cisco dot com Status: Open Bug Type: ...



Reply With Quote

