Click here to Skip to main content
15,910,980 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Error on data adapter Pin
ibok235-Aug-04 13:13
ibok235-Aug-04 13:13 
GeneralSMS feature Pin
mythinky4-Aug-04 15:08
mythinky4-Aug-04 15:08 
GeneralRe: SMS feature Pin
Dave Kreskowiak5-Aug-04 5:47
mveDave Kreskowiak5-Aug-04 5:47 
GeneralTell your story Pin
Nss .NET4-Aug-04 13:41
sussNss .NET4-Aug-04 13:41 
GeneralRe: Tell your story Pin
mythinky4-Aug-04 15:11
mythinky4-Aug-04 15:11 
GeneralRe: Tell your story Pin
steve n.4-Aug-04 15:36
susssteve n.4-Aug-04 15:36 
GeneralRe: Tell your story Pin
Colin Angus Mackay5-Aug-04 0:12
Colin Angus Mackay5-Aug-04 0:12 
GeneralCurrent row in datagrid Pin
partt4-Aug-04 11:39
partt4-Aug-04 11:39 
How can I get a value from the row that I check using the datagrid below.
Something like e.item.cells(1).text, but I can't get that to apply to the row that I click the checkbox in.

<asp:datagrid id="dgBIA" runat="server" Width="259px" Height="145px" Font-Size="10pt" Visible="False" BackColor="White" BorderWidth="1px" BorderStyle="None" CellPadding="4" BorderColor="#3366CC">
<SelectedItemStyle Font-Bold="True" ForeColor="#CCFF99" BackColor="#009999"></SelectedItemStyle>
<ItemStyle ForeColor="#003399" BackColor="White"></ItemStyle>
<HeaderStyle Font-Size="Smaller" Font-Bold="True" ForeColor="Navy" BackColor="InactiveCaptionText"></HeaderStyle>
<FooterStyle ForeColor="#003399" BackColor="#99CCCC"></FooterStyle>
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<asp:CheckBox id="chk" runat="server" Checked='<%# Databinder.eval(container.dataitem, "There") %>' Visible=true AutoPostBack=True OnCheckedChanged="RA_CheckedChanged">
</asp:CheckBox>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
<PagerStyle BorderWidth="1px" BorderColor="White" HorizontalAlign="Left" ForeColor="#003399" BackColor="#99CCCC" Mode="NumericPages"></PagerStyle>
</asp:datagrid>
GeneralData Dictionary Pin
Britnt74-Aug-04 10:38
Britnt74-Aug-04 10:38 
GeneralRe: Data Dictionary Pin
Dave Kreskowiak4-Aug-04 10:59
mveDave Kreskowiak4-Aug-04 10:59 
GeneralRe: Data Dictionary Pin
Britnt75-Aug-04 3:00
Britnt75-Aug-04 3:00 
GeneralPLS help for the datagrid button column Pin
4-Aug-04 9:51
suss4-Aug-04 9:51 
GeneralRe: PLS help for the datagrid button column Pin
Jim Matthews4-Aug-04 10:08
Jim Matthews4-Aug-04 10:08 
GeneralRe: PLS help for the datagrid button column Pin
Lisana4-Aug-04 10:10
Lisana4-Aug-04 10:10 
GeneralRe: PLS help for the datagrid button column Pin
Jim Matthews4-Aug-04 10:16
Jim Matthews4-Aug-04 10:16 
GeneralRe: PLS help for the datagrid button column Pin
Lisana4-Aug-04 10:20
Lisana4-Aug-04 10:20 
GeneralRe: PLS help for the datagrid button column Pin
Jim Matthews4-Aug-04 10:27
Jim Matthews4-Aug-04 10:27 
GeneralRe: PLS help for the datagrid button column Pin
Lisana4-Aug-04 10:29
Lisana4-Aug-04 10:29 
GeneralRe: PLS help for the datagrid button column Pin
Lisana4-Aug-04 10:32
Lisana4-Aug-04 10:32 
GeneralRe: PLS help for the datagrid button column Pin
Lisana4-Aug-04 10:36
Lisana4-Aug-04 10:36 
GeneralRe: PLS help for the datagrid button column Pin
Jim Matthews5-Aug-04 5:25
Jim Matthews5-Aug-04 5:25 
GeneralRe: PLS help for the datagrid button column Pin
Lisana5-Aug-04 5:46
Lisana5-Aug-04 5:46 
GeneralProblem with Serilization Pin
OKabir4-Aug-04 9:19
OKabir4-Aug-04 9:19 
GeneralRe: Problem with Serilization Pin
Dave Kreskowiak4-Aug-04 10:58
mveDave Kreskowiak4-Aug-04 10:58 
GeneralsaveDib Pin
The Hop4-Aug-04 8:58
sussThe Hop4-Aug-04 8:58 

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.