Click here to Skip to main content
16,019,263 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhtml page to jpg format in asp.net through 2005 Pin
Deepak the Cool31-Oct-06 0:15
Deepak the Cool31-Oct-06 0:15 
AnswerRe: html page to jpg format in asp.net through 2005 Pin
ToddHileHoffer31-Oct-06 2:02
ToddHileHoffer31-Oct-06 2:02 
Questioninserting values from select query Pin
dj.rock31-Oct-06 0:12
dj.rock31-Oct-06 0:12 
AnswerRe: inserting values from select query Pin
Guffa31-Oct-06 0:29
Guffa31-Oct-06 0:29 
GeneralRe: inserting values from select query Pin
dj.rock31-Oct-06 0:51
dj.rock31-Oct-06 0:51 
AnswerRe: inserting values from select query Pin
Guffa31-Oct-06 1:15
Guffa31-Oct-06 1:15 
GeneralRe: inserting values from select query Pin
dj.rock31-Oct-06 1:31
dj.rock31-Oct-06 1:31 
Questionproblem with radionbutton in a datagrid Pin
Sebastian T Xavier30-Oct-06 23:41
Sebastian T Xavier30-Oct-06 23:41 
hi, today i ahave a new doubt.
i have created a datagrid and added radio button in the grid. i have used the following code

<code>
<asp:DataGrid id="DataGrid1" runat="server">
<Columns>
<asp:TemplateColumn>
<ItemTemplate>
<asp:RadioButton id="RadioButton1" runat="server"></asp:RadioButton>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:DataGrid>
</code>

it works very nicely. but the problem is that while debugging i can select(check) more than one row. it is suppossed to select only one row at a time.

can you help me to solve the problem. thanks in advance


sebastian
AnswerRe: problem with radionbutton in a datagrid Pin
_AK_31-Oct-06 0:03
_AK_31-Oct-06 0:03 
GeneralRe: problem with radionbutton in a datagrid Pin
Sebastian T Xavier31-Oct-06 17:38
Sebastian T Xavier31-Oct-06 17:38 
GeneralRe: problem with radionbutton in a datagrid Pin
_AK_31-Oct-06 17:51
_AK_31-Oct-06 17:51 
GeneralRe: problem with radionbutton in a datagrid Pin
Sebastian T Xavier31-Oct-06 18:47
Sebastian T Xavier31-Oct-06 18:47 
GeneralRe: problem with radionbutton in a datagrid Pin
_AK_31-Oct-06 18:56
_AK_31-Oct-06 18:56 
AnswerRe: problem with radionbutton in a datagrid Pin
P A N K A J31-Oct-06 22:55
P A N K A J31-Oct-06 22:55 
Questionis there any other control than text box to accept text from user Pin
yogita charhate30-Oct-06 23:12
yogita charhate30-Oct-06 23:12 
AnswerRe: is there any other control than text box to accept text from user Pin
Parwej Ahamad31-Oct-06 0:00
professionalParwej Ahamad31-Oct-06 0:00 
GeneralRe: is there any other control than text box to accept text from user Pin
yogita charhate31-Oct-06 0:35
yogita charhate31-Oct-06 0:35 
GeneralRe: is there any other control than text box to accept text from user Pin
Parwej Ahamad31-Oct-06 0:38
professionalParwej Ahamad31-Oct-06 0:38 
QuestionORACLE SQL statement in C# !! ?? Pin
Naif_Prof30-Oct-06 23:01
Naif_Prof30-Oct-06 23:01 
AnswerRe: ORACLE SQL statement in C# !! ?? Pin
Akhilesh Yadav30-Oct-06 23:26
Akhilesh Yadav30-Oct-06 23:26 
NewsRe: ORACLE SQL statement in C# !! ?? Pin
Naif_Prof31-Oct-06 6:19
Naif_Prof31-Oct-06 6:19 
QuestionDropDownList - ListItem Pin
Dayekh30-Oct-06 22:53
Dayekh30-Oct-06 22:53 
QuestionRe: DropDownList - ListItem Pin
just3ala230-Oct-06 23:18
just3ala230-Oct-06 23:18 
AnswerRe: DropDownList - ListItem Pin
Dayekh30-Oct-06 23:34
Dayekh30-Oct-06 23:34 
GeneralRe: DropDownList - ListItem Pin
just3ala231-Oct-06 0:31
just3ala231-Oct-06 0:31 

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.