Click here to Skip to main content
15,914,608 members
Home / Discussions / C#
   

C#

 
QuestionAssigning value to Column in DatagridView Pin
Osama12331-Oct-07 1:37
Osama12331-Oct-07 1:37 
AnswerRe: Assigning value to Column in DatagridView Pin
Frank Kerrigan31-Oct-07 3:42
Frank Kerrigan31-Oct-07 3:42 
QuestionHow to use ExecuteReader() with Oracle DB? Pin
babutkchn31-Oct-07 1:30
babutkchn31-Oct-07 1:30 
AnswerRe: How to use ExecuteReader() with Oracle DB? Pin
Andrei Ungureanu31-Oct-07 2:15
Andrei Ungureanu31-Oct-07 2:15 
GeneralRe: How to use ExecuteReader() with Oracle DB? Pin
babutkchn31-Oct-07 2:22
babutkchn31-Oct-07 2:22 
GeneralRe: How to use ExecuteReader() with Oracle DB? Pin
Andrei Ungureanu31-Oct-07 3:51
Andrei Ungureanu31-Oct-07 3:51 
Questionhow to pass link through gridview using linkbutton [modified] Pin
alok217131-Oct-07 1:15
alok217131-Oct-07 1:15 
AnswerRe: how to pass link through gridview using linkbutton Pin
soni uma31-Oct-07 1:28
soni uma31-Oct-07 1:28 
Here Code For the Delete Link In grid view


<asp:GridView DataKeyNames="CategoryID" ID="GridView1"
runat="server" AutoGenerateColumns="False"
OnRowCommand="GridView1_RowCommand"
OnRowDataBound="GridView1_RowDataBound"
OnRowDeleted="GridView1_RowDeleted" OnRowDeleting="GridView1_RowDeleting">
<Columns>
<asp:TemplateField HeaderText="Select">
<ItemTemplate>
<asp:LinkButton ID="LinkButton1"
CommandArgument='<%# Eval("CategoryID") %>'
CommandName="Delete" runat="server">
Delete</asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>

:-
QuestionLogical Drive Info Pin
half-life31-Oct-07 0:29
half-life31-Oct-07 0:29 
AnswerRe: Logical Drive Info Pin
Giorgi Dalakishvili31-Oct-07 0:32
mentorGiorgi Dalakishvili31-Oct-07 0:32 
GeneralRe: Logical Drive Info Pin
half-life31-Oct-07 0:35
half-life31-Oct-07 0:35 
GeneralRe: Logical Drive Info Pin
Giorgi Dalakishvili31-Oct-07 0:37
mentorGiorgi Dalakishvili31-Oct-07 0:37 
Questionconvert vc++6 program to dll or ocx to use in .net(c#) Pin
small_programmer31-Oct-07 0:27
small_programmer31-Oct-07 0:27 
QuestionToolbar button from mouse position Pin
Hans Ruck31-Oct-07 0:16
Hans Ruck31-Oct-07 0:16 
AnswerRe: Messaging Pin
Christian Graus31-Oct-07 0:16
protectorChristian Graus31-Oct-07 0:16 
GeneralRe: Messaging Pin
Anthony Mushrow31-Oct-07 0:41
professionalAnthony Mushrow31-Oct-07 0:41 
AnswerRe: Ajax Pin
Christian Graus31-Oct-07 0:10
protectorChristian Graus31-Oct-07 0:10 
QuestionDataGrid shown horizontally Pin
haseeb_saeed31-Oct-07 0:07
haseeb_saeed31-Oct-07 0:07 
QuestionCreditXpert webservices using c#.net Pin
PrakashBhaskar31-Oct-07 0:05
PrakashBhaskar31-Oct-07 0:05 
AnswerRe: CreditXpert webservices using c#.net Pin
Christian Graus31-Oct-07 0:12
protectorChristian Graus31-Oct-07 0:12 
QuestionFailed to map the path App_GlobalResources Pin
Sun Rays31-Oct-07 0:03
Sun Rays31-Oct-07 0:03 
AnswerRe: Failed to map the path App_GlobalResources Pin
Malcolm Smart31-Oct-07 2:04
Malcolm Smart31-Oct-07 2:04 
QuestionGrid view sort going infinite loop Pin
Sobel Jose Alappat30-Oct-07 23:59
Sobel Jose Alappat30-Oct-07 23:59 
AnswerRe: Grid view sort going infinite loop Pin
Sun Rays31-Oct-07 0:16
Sun Rays31-Oct-07 0:16 
QuestionHow to insert text in GridView ? Pin
squattyarun30-Oct-07 23:13
squattyarun30-Oct-07 23:13 

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.