Ask a Question related to ASP.NET General, Design and Development.
-
Mago Merlino #1
Column number of datagrid
Where can I read the index of column of a DataGrid where the user clicked
on?
With e.Item.ItemIndex I read the row number, but for the column?
Thanks... and excuse me for my english.
Mago Merlino Guest
-
calculate number of checked boxes in datagrid column
How would I calculate number of checked checkboxes in datagrid column? -
How can I format a number column in a datagrid
I tried <asp:BoundColumn DataField="Logins" HeaderText="Logins" DataFormatString="{#,##.0}"></asp:BoundColumn> But it blows up. Is there a... -
right align a number column in a datagrid
How can right align a number column in a datagrid? -
how do i access a dropdownlists selected value in a datagrid edititemtemplate column from the selectedindexchanged event of another dropdownlist in a datagrid edititemtemplate column
i am trying to trap the value of one dropdownlist (in a datagrid edititemtemplate column) at the time its selectedindexchanged event fires and use... -
Format Phone Number String in Datagrid Column
Greetings, I have a 10 digit phone number stored as a string in a SQL server table. My datagrid currently displays it as 1234567890, but I would... -
Vincent V #2
Re: Column number of datagrid
not sure maybe there is a indexof??
"Mago Merlino" <magomerlinoNOSP@Mfreehtml.it> wrote in message
news:OiwOa.2331$B8.1672@news.edisontel.com...> Where can I read the index of column of a DataGrid where the user clicked
> on?
> With e.Item.ItemIndex I read the row number, but for the column?
>
> Thanks... and excuse me for my english.
>
>
Vincent V Guest
-
Sonali.NET[MVP] #3
Re: Column number of datagrid
check out
[url]http://www.c-sharpcorner.com/Code/2003/June/DataGridClientSideEvents.asp[/url]
"Mago Merlino" <magomerlinoNOSP@Mfreehtml.it> wrote in message
news:OiwOa.2331$B8.1672@news.edisontel.com...> Where can I read the index of column of a DataGrid where the user clicked
> on?
> With e.Item.ItemIndex I read the row number, but for the column?
>
> Thanks... and excuse me for my english.
>
>
Sonali.NET[MVP] Guest



Reply With Quote

