Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncreating csv file in web serivce Pin
scorpio2231-Mar-10 10:15
scorpio2231-Mar-10 10:15 
AnswerRe: creating csv file in web serivce Pin
Not Active31-Mar-10 11:14
mentorNot Active31-Mar-10 11:14 
GeneralRe: creating csv file in web serivce Pin
scorpio2231-Mar-10 16:13
scorpio2231-Mar-10 16:13 
AnswerRe: creating csv file in web serivce Pin
Venkatesh Mookkan31-Mar-10 16:25
Venkatesh Mookkan31-Mar-10 16:25 
GeneralRe: creating csv file in web serivce Pin
scorpio2231-Mar-10 16:27
scorpio2231-Mar-10 16:27 
GeneralRe: creating csv file in web serivce Pin
scorpio2231-Mar-10 16:35
scorpio2231-Mar-10 16:35 
GeneralRe: creating csv file in web serivce Pin
Not Active31-Mar-10 16:31
mentorNot Active31-Mar-10 16:31 
Questionbutton field in gridview Pin
sunnu 231-Mar-10 7:13
sunnu 231-Mar-10 7:13 
I have two <asp:buttonfield> in gridview in which i am using one for datakeynames and another for display name. so when i click on name button i want get the text of that button control in gridview_rowcommand



<asp:GridView ID="gvAlRecord" runat="server" AutoGenerateColumns="False"
DataKeyNames="ARGSequenceNumber" Height="200px"
onrowcommand="gvAlRecord_RowCommand" Width="100%"
onrowdatabound="gvAlRecord_RowDataBound"
onrowcreated="gvAlRecord_RowCreated">
<Columns>

<asp:ButtonField ButtonType="Link" CommandName="Sequence_No"
DataTextField="ARGSequenceNumber" HeaderText="Sequence No"
SortExpression="ARGSequenceNumber" />
<asp:ButtonField ButtonType="Link" CommandName="Provider"
DataTextField="ARGProviderName" HeaderText="Provider"
SortExpression="ARGProviderName" />
</Columns>
<FooterStyle BackColor="#CCCCCC" ForeColor="Black" />
<PagerStyle BackColor="#999999" ForeColor="Black" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#008A8C" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#0099FF" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="#DCDCDC" />
</asp:GridView>
AnswerRe: button field in gridview Pin
Not Active31-Mar-10 7:22
mentorNot Active31-Mar-10 7:22 
AnswerRe: button field in gridview Pin
MyDevBank31-Mar-10 21:59
MyDevBank31-Mar-10 21:59 
QuestionIHttpModule Custom Authentication Pin
Fayu31-Mar-10 7:01
Fayu31-Mar-10 7:01 
AnswerRe: IHttpModule Custom Authentication Pin
Fayu31-Mar-10 8:03
Fayu31-Mar-10 8:03 
Questionhow to refresh data source controls Pin
ships_agr31-Mar-10 6:53
ships_agr31-Mar-10 6:53 
AnswerRe: how to refresh data source controls Pin
Venkatesh Mookkan31-Mar-10 17:52
Venkatesh Mookkan31-Mar-10 17:52 
GeneralRe: how to refresh data source controls Pin
ships_agr1-Apr-10 3:17
ships_agr1-Apr-10 3:17 
Questionhow to calculate total in grid viewcontrol using asp.net with c# Pin
developerit31-Mar-10 6:15
developerit31-Mar-10 6:15 
AnswerRe: how to calculate total in grid viewcontrol using asp.net with c# Pin
Not Active31-Mar-10 7:19
mentorNot Active31-Mar-10 7:19 
AnswerRe: how to calculate total in grid viewcontrol using asp.net with c# Pin
Arun Jacob31-Mar-10 19:39
Arun Jacob31-Mar-10 19:39 
QuestionGet UserControl parent container Pin
Steven J Jowett31-Mar-10 5:48
Steven J Jowett31-Mar-10 5:48 
AnswerRe: Get UserControl parent container Pin
Arindam Tewary31-Mar-10 21:24
professionalArindam Tewary31-Mar-10 21:24 
Questionvalidation Pin
test-0931-Mar-10 2:59
test-0931-Mar-10 2:59 
AnswerRe: validation Pin
PSK_31-Mar-10 3:50
PSK_31-Mar-10 3:50 
AnswerRe: validation Pin
T M Gray31-Mar-10 11:24
T M Gray31-Mar-10 11:24 
QuestionWeb.config form Pin
tamash_ionut31-Mar-10 1:59
tamash_ionut31-Mar-10 1:59 
AnswerRe: Web.config form Pin
Not Active31-Mar-10 2:54
mentorNot Active31-Mar-10 2:54 

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.