Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: find a word Pin
SeMartens7-Dec-08 22:15
SeMartens7-Dec-08 22:15 
AnswerRe: find a word Pin
Abhijit Jana8-Dec-08 1:08
professionalAbhijit Jana8-Dec-08 1:08 
AnswerRe: find a word Pin
Satish - Developer8-Dec-08 1:37
Satish - Developer8-Dec-08 1:37 
Questiongrid view editing like orkut friends list Pin
Alok Sharma ji7-Dec-08 22:04
Alok Sharma ji7-Dec-08 22:04 
QuestionI am new Here,how can I get a free Project about cms Pin
wangdetian7-Dec-08 21:07
wangdetian7-Dec-08 21:07 
AnswerRe: I am new Here,how can I get a free Project about cms Pin
SeMartens7-Dec-08 21:15
SeMartens7-Dec-08 21:15 
AnswerRe: I am new Here,how can I get a free Project about cms Pin
Christian Graus7-Dec-08 23:33
protectorChristian Graus7-Dec-08 23:33 
Questiongridview event not firing inside updatepanel Pin
meghamaharshi7-Dec-08 20:09
meghamaharshi7-Dec-08 20:09 
hello everybody i have gridview inside updatepnael and two radio buttons to show and hide particular columns of grid view these working properly but edit event not firing my code is as follows...
<asp:updatepanel id="upPayment" runat="server" updatemode="Conditional" xmlns:asp="#unknown">
<contenttemplate>
<asp:radiobutton id="RdBtnShow" runat="server" text="Show" groupname="Edit" width="80px" oncheckedchanged="RdBtnShow_CheckedChanged" autopostback="true">
<asp:radiobutton id="RdBtnHide" runat="server" text="Hide" groupname="Edit" width="80px" autopostback="true" checked="true" oncheckedchanged="RdBtnHide_CheckedChanged">
<asp:gridview id="gvReport" datakeynames="PD_ID" onrowcommand="gvReport_RowCommand">
runat="server" AutoGenerateColumns="false" Width="98%" OnRowEditing="gvReport_RowEditing"
OnRowDeleting="gvReport_RowDeleting" OnRowDataBound="gvReport_RowDataBound">
<columns> <asp:templatefield>
<itemtemplate>
<asp:checkbox id="ChkPayment" runat="server" autopostback="true" oncheckedchanged="chk_CheckedChanged" tooltip="<%#DataBinder.Eval(Container.DataItem," pd_id")="" %&gt;"="">

<asp:templatefield headertext="S.No">
<itemtemplate>
<asp:label id="lblSno" runat="server">


<asp:boundfield headertext="Payment Date" itemstyle-width="80px" datafield="PD_PaymentDate" htmlencode="false" dataformatstring="{0:dd-MM-yyyy}" itemstyle-font-bold="false" visible="false">
<asp:boundfield itemstyle-width="80px" htmlencode="false" dataformatstring="{0:dd-MM-yyyy}">
HeaderText="Date" DataField="PD_ChequeDate">
<asp:boundfield headertext="P-Mode" datafield="PD_ModeofPayment" itemstyle-horizontalalign="Left">

<asp:boundfield headertext="Ch Detail" datafield="PD_ChequeDetail">
<asp:templatefield headertext="Paid Amount" footerstyle-font-bold="True" itemstyle-="" horizontalalign="Center">
<itemtemplate>
<asp:label id="lblPaidAmount" runat="server" cssclass="lbl-Report">


<asp:templatefield headertext="Due Amount" footerstyle-font-bold="True" itemstyle-horizontalalign="Center">
<itemtemplate>
<asp:label id="lblDueAmount" runat="server" cssclass="lbl-Report">


<asp:templatefield headertext="Balance" footerstyle-font-bold="True" itemstyle-horizontalalign="Right">
<itemtemplate>
<asp:label id="lblBalance" runat="server" cssclass="lbl-Report">


<asp:templatefield headertext="Edit" visible="false">
<itemtemplate>
<asp:imagebutton id="btnEdit" runat="server" tooltip="Edit" commandargument="<%# DataBinder.Eval(Container.DataItem," pd_id")="" %&gt;"="" commandname="Edit" imageurl="~/images/edit.gif">


<asp:templatefield headertext="C-Dis" visible="false">
<itemtemplate>
<asp:imagebutton id="btnChequeDisHonour" tooltip="Cheque Dishonour" alternatetext="CD">
ImageUrl="~/images/arr_white.gif" runat="server" CommandArgument='<%# DataBinder.Eval(Container.DataItem,"PD_ID") %>'CommandName="Cdis" />
<asp:imagebutton id="ImgbtnRepresent" runat="server" tooltip="Represent" commandname="Represent">
CommandArgument='<%# DataBinder.Eval(Container.DataItem,"PD_ID") %>' ImageUrl="~/images/round-image.gif" Visible="false" />


<asp:templatefield headertext="Delete" visible="false">
<itemtemplate>
<asp:imagebutton id="btnDelete" tooltip="Delete" alternatetext="Delete" runat="server">
CommandArgument='<%# DataBinder.Eval(Container.DataItem,"PD_ID") %>' ImageUrl="~/images/delete_16x.ico" CommandName="Delete" />


<asp:templatefield headertext="Receipt" visible="false">
<itemtemplate>
<asp:imagebutton id="btnReceipt" tooltip="Receipt" alternatetext="Receipt" runat="server">
CommandArgument='<%# DataBinder.Eval(Container.DataItem,"PD_ID") %>' Width="15" Height="15" ImageUrl="~/images/receipt.jpg" CommandName="Receipt" />


<asp:templatefield headertext="Details">
<itemtemplate>
<asp:label id="lblComment" runat="server">


<asp:boundfield datafield="PD_ID">




AnswerRe: gridview event not firing inside updatepanel Pin
Abhijit Jana7-Dec-08 20:20
professionalAbhijit Jana7-Dec-08 20:20 
QuestionHow to attched a link of word file in the datagrid cell? [modified] Pin
way2arun7-Dec-08 20:06
way2arun7-Dec-08 20:06 
AnswerRe: How to attched a link of word file in the datagrid cell? Pin
Christian Graus7-Dec-08 23:33
protectorChristian Graus7-Dec-08 23:33 
GeneralRe: How to attched a link of word file in the datagrid cell? Pin
way2arun8-Dec-08 18:01
way2arun8-Dec-08 18:01 
QuestionXML data base Pin
amit sahu207-Dec-08 19:34
amit sahu207-Dec-08 19:34 
AnswerRe: XML data base Pin
Christian Graus7-Dec-08 19:43
protectorChristian Graus7-Dec-08 19:43 
AnswerRe: XML data base Pin
Abhijit Jana7-Dec-08 20:18
professionalAbhijit Jana7-Dec-08 20:18 
AnswerRe: XML data base Pin
Brij7-Dec-08 20:23
mentorBrij7-Dec-08 20:23 
Questionstop back option Pin
vikramsc7-Dec-08 18:40
vikramsc7-Dec-08 18:40 
AnswerRe: stop back option Pin
Christian Graus7-Dec-08 18:54
protectorChristian Graus7-Dec-08 18:54 
GeneralRe: stop back option Pin
vikramsc7-Dec-08 18:55
vikramsc7-Dec-08 18:55 
GeneralRe: stop back option Pin
Christian Graus7-Dec-08 18:57
protectorChristian Graus7-Dec-08 18:57 
AnswerRe: stop back option Pin
pinna_hari7-Dec-08 18:57
pinna_hari7-Dec-08 18:57 
AnswerRe: stop back option Pin
Brij7-Dec-08 19:06
mentorBrij7-Dec-08 19:06 
QuestionProblem with callbackEvent Pin
pinna_hari7-Dec-08 18:28
pinna_hari7-Dec-08 18:28 
AnswerRe: Problem with callbackEvent Pin
Brij8-Dec-08 2:56
mentorBrij8-Dec-08 2:56 
GeneralRe: Problem with callbackEvent Pin
pinna_hari10-Dec-08 18:41
pinna_hari10-Dec-08 18:41 

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.