Click here to Skip to main content
16,016,301 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to use compiler class in c# Pin
Stefan Troschuetz19-May-06 21:34
Stefan Troschuetz19-May-06 21:34 
Questionneed help in using Reference type for pointers Pin
Ashraj198219-May-06 21:01
Ashraj198219-May-06 21:01 
AnswerRe: need help in using Reference type for pointers Pin
Christian Graus19-May-06 21:47
protectorChristian Graus19-May-06 21:47 
QuestionDatagrid cell value................. Pin
Nagraj Naik19-May-06 20:34
Nagraj Naik19-May-06 20:34 
QuestionMake a DataGrid's row pointer to invisible [modifed] Pin
Inquire2you19-May-06 19:57
Inquire2you19-May-06 19:57 
QuestionAdding dynamic radiobutton to a gridview Pin
Ritaa19-May-06 19:35
Ritaa19-May-06 19:35 
AnswerRe: Adding dynamic radiobutton to a gridview Pin
coolestCoder19-May-06 21:22
coolestCoder19-May-06 21:22 
GeneralRe: Adding dynamic radiobutton to a gridview [modified] Pin
Ritaa21-May-06 0:30
Ritaa21-May-06 0:30 
hi,
thanks for considering.
I want to add radio buttons dynamically to a dynamic gridview which i have already created using bound columns.
I want to use the radio button to select the row's values in the grid & pass value to another page(i.e,to a login page).I was able to pass values using java script,but couldn't find a way to add radio button dynamically to the dynamic grid.I could get values using a SELECT button to select row's value.
thank u.
if (!IsPostBack)
{
CommandField field = new CommandField();
field.ShowSelectButton = true;
field.HeaderText = "Select";
GridView1.Columns.Add(field);

}

rita

-- modified at 2:14 Monday 22nd May, 2006
QuestionPassing an array to a class Pin
teejayem19-May-06 13:40
teejayem19-May-06 13:40 
AnswerRe: Passing an array to a class Pin
Al Ortega19-May-06 14:33
Al Ortega19-May-06 14:33 
QuestionLast Modified date of an External webpage Pin
Patricker19-May-06 13:10
Patricker19-May-06 13:10 
AnswerRe: Last Modified date of an External webpage Pin
Rei Miyasaka19-May-06 14:23
Rei Miyasaka19-May-06 14:23 
GeneralRe: Last Modified date of an External webpage Pin
Patricker19-May-06 20:55
Patricker19-May-06 20:55 
GeneralRe: Last Modified date of an External webpage Pin
Rei Miyasaka19-May-06 22:53
Rei Miyasaka19-May-06 22:53 
QuestionWhy does .csproj change Component to UserControl Pin
Curtis Harrison19-May-06 11:48
Curtis Harrison19-May-06 11:48 
AnswerRe: Why does .csproj change Component to UserControl Pin
Rei Miyasaka19-May-06 14:25
Rei Miyasaka19-May-06 14:25 
QuestionEmbedding and XML inside of a binary file... Pin
kevin-rf19-May-06 11:07
kevin-rf19-May-06 11:07 
AnswerRe: Embedding and XML inside of a binary file... Pin
leppie19-May-06 13:04
leppie19-May-06 13:04 
GeneralRe: Embedding and XML inside of a binary file... Pin
kevin-rf19-May-06 13:53
kevin-rf19-May-06 13:53 
GeneralRe: Embedding and XML inside of a binary file... Pin
leppie19-May-06 14:11
leppie19-May-06 14:11 
GeneralRe: Embedding and XML inside of a binary file... Pin
Rei Miyasaka19-May-06 14:31
Rei Miyasaka19-May-06 14:31 
GeneralRe: Embedding and XML inside of a binary file... Pin
kevin-rf19-May-06 15:05
kevin-rf19-May-06 15:05 
GeneralRe: Embedding and XML inside of a binary file... [modifed] Pin
Rei Miyasaka19-May-06 15:30
Rei Miyasaka19-May-06 15:30 
QuestionSaving a reference to an assembly Pin
gantww19-May-06 10:59
gantww19-May-06 10:59 
AnswerRe: Saving a reference to an assembly Pin
Rei Miyasaka19-May-06 14:39
Rei Miyasaka19-May-06 14:39 

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.