Click here to Skip to main content
15,894,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: My log4net is not working on releases (but works on asp.net debug mode) Pin
Paddy Boyd23-Dec-08 22:35
Paddy Boyd23-Dec-08 22:35 
GeneralRe: My log4net is not working on releases (but works on asp.net debug mode) Pin
Rafferty Uy23-Dec-08 23:06
Rafferty Uy23-Dec-08 23:06 
Questionabout dropdownlist Pin
Rajeshwar Code- Developer23-Dec-08 17:10
Rajeshwar Code- Developer23-Dec-08 17:10 
AnswerRe: about dropdownlist Pin
N a v a n e e t h23-Dec-08 17:12
N a v a n e e t h23-Dec-08 17:12 
GeneralRe: about dropdownlist Pin
Rajeshwar Code- Developer23-Dec-08 17:15
Rajeshwar Code- Developer23-Dec-08 17:15 
QuestionAjax Calendar Pin
sarang_k23-Dec-08 16:49
sarang_k23-Dec-08 16:49 
AnswerRe: Ajax Calendar Pin
N a v a n e e t h23-Dec-08 17:05
N a v a n e e t h23-Dec-08 17:05 
QuestionAjaxToolkit with gridview Pin
papy-boom23-Dec-08 14:29
papy-boom23-Dec-08 14:29 
hi everyone
i got some problems to manipulate a gridview using the AJAxControls toolkits
here is my problem i got a gridview binded with data here is the code ofmy page
]]>





<title>Untitled Page



<asp:scriptmanager id="ScriptManager1" runat="server" xmlns:asp="#unknown">


<asp:updatepanel id="UpdatePanel1" runat="server" xmlns:asp="#unknown">
<contenttemplate>
<asp:gridview id="GridView1" runat="server" allowpaging="True" allowsorting="True" autogeneratecolumns="False" datakeynames="StructId" datasourceid="ObjectDataSource1" onselectedindexchanged="GridView1_SelectedIndexChanged">
<columns> <asp:boundfield datafield="StructId" headertext="StructId" insertvisible="False">
ReadOnly="True" SortExpression="StructId" />
<asp:boundfield datafield="Code" headertext="Code" sortexpression="Code">
<asp:boundfield datafield="Type" headertext="Type" sortexpression="Type">
<asp:boundfield datafield="Nom" headertext="Nom" sortexpression="Nom">
<asp:boundfield datafield="Departement" headertext="Departement" sortexpression="Departement">
<asp:boundfield datafield="Postcode" headertext="Postcode" sortexpression="Postcode">
<asp:boundfield datafield="City" headertext="City" sortexpression="City">
<asp:boundfield datafield="Password" headertext="Password" sortexpression="Password">
<asp:templatefield headertext="Séléction">
<itemtemplate>
<asp:hiddenfield id="hidden" runat="server" value="<%# Bind(" code")="" %&gt;"="">
<asp:checkbox id="chkSelect" runat="server" headertext="Sélection">





<triggers> <asp:asyncpostbacktrigger controlid="GridView1" eventname="SelectedIndexChanged">

<asp:objectdatasource id="ObjectDataSource1" runat="server" deletemethod="Delete" xmlns:asp="#unknown">
OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="GridViewJSSample.DataSet1TableAdapters.StructureTableAdapter">
<deleteparameters>
<asp:parameter name="Original_StructId" type="Int32">



<asp:gridview id="selectionGridview" runat="server" xmlns:asp="#unknown">






the paging is done in ajax wish is great thing!!
my problem now that i want an event that fires when i'm selecting a checkbox in my gridview, the hole row will change style to turn to selected style and get in the row id(structure code)in sever side to fill the second gridview ans add the selected row in gridview one to selectionGridview.
thanks you for your help
AnswerRe: AjaxToolkit with gridview Pin
PunkIsNotDead15-Jul-09 8:04
PunkIsNotDead15-Jul-09 8:04 
QuestionProblem with FormView and Update query Pin
David Mujica23-Dec-08 10:51
David Mujica23-Dec-08 10:51 
GeneralPage Refresh Question Pin
Tom Delany23-Dec-08 6:46
Tom Delany23-Dec-08 6:46 
GeneralRe: Page Refresh Question Pin
Tom Delany23-Dec-08 7:18
Tom Delany23-Dec-08 7:18 
GeneralRe: Page Refresh Question Pin
ToddHileHoffer23-Dec-08 7:25
ToddHileHoffer23-Dec-08 7:25 
GeneralRe: Page Refresh Question Pin
Tom Delany23-Dec-08 7:35
Tom Delany23-Dec-08 7:35 
GeneralRe: Page Refresh Question Pin
ToddHileHoffer23-Dec-08 8:05
ToddHileHoffer23-Dec-08 8:05 
GeneralRe: Page Refresh Question Pin
Tom Delany23-Dec-08 10:33
Tom Delany23-Dec-08 10:33 
GeneralRe: Page Refresh Question Pin
ToddHileHoffer23-Dec-08 14:32
ToddHileHoffer23-Dec-08 14:32 
GeneralRe: Page Refresh Question Pin
Tom Delany29-Dec-08 10:04
Tom Delany29-Dec-08 10:04 
GeneralRe: Page Refresh Question Pin
Guffa30-Dec-08 10:01
Guffa30-Dec-08 10:01 
Questiondetailsview problem need help Pin
dream_liner_7e723-Dec-08 6:38
dream_liner_7e723-Dec-08 6:38 
QuestionMultiPart/Form-Data Pin
hammerstein0523-Dec-08 6:34
hammerstein0523-Dec-08 6:34 
QuestionHow to share NETCOBOL dll in .NET Framework2.0/3.5 in windows server 2003. Pin
kkb_200123-Dec-08 3:55
kkb_200123-Dec-08 3:55 
AnswerRe: How to share NETCOBOL dll in .NET Framework2.0/3.5 in windows server 2003. Pin
Christian Graus23-Dec-08 7:57
protectorChristian Graus23-Dec-08 7:57 
GeneralRe: How to share NETCOBOL dll in .NET Framework2.0/3.5 in windows server 2003. Pin
kkb_200123-Dec-08 21:30
kkb_200123-Dec-08 21:30 
QuestionDataGrid paging + SqlDataSource Pin
Blumen23-Dec-08 3:49
Blumen23-Dec-08 3:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.