Click here to Skip to main content
16,007,885 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Add image to gridview Pin
Kunal P5-Apr-07 4:33
Kunal P5-Apr-07 4:33 
GeneralRe: Add image to gridview Pin
musicDiva5-Apr-07 13:56
musicDiva5-Apr-07 13:56 
AnswerRe: Add image to gridview Pin
Kunal P6-Apr-07 4:03
Kunal P6-Apr-07 4:03 
Questionwhat is javascript?when it is use? Pin
sathyan_82945-Apr-07 2:22
sathyan_82945-Apr-07 2:22 
AnswerRe: what is javascript?when it is use? Pin
kubben5-Apr-07 2:31
kubben5-Apr-07 2:31 
QuestionExpandable property DefaultValue Pin
manikal5-Apr-07 2:02
manikal5-Apr-07 2:02 
AnswerRe: Expandable property DefaultValue Pin
manikal6-Apr-07 0:00
manikal6-Apr-07 0:00 
Questiongridview help Pin
NasimKaziS5-Apr-07 1:47
NasimKaziS5-Apr-07 1:47 
i have a panel, in which i have a gridview control. gridview control has a RadioButtonList with items Ignore and Update, in which Ignore is selected by default.

if i change the selection to update and check the selected value it resets to Ignore again. i have checked with all possible properties of the control. i dont want the selection to be reset.

code is as below:

<asp:panel id="Panel3" runat="server" height="283px" scrollbars="Auto" width="917px">


 <asp:gridview id="GridView3" runat="server" backcolor="White" bordercolor="White"
="" borderstyle="Ridge" borderwidth="2px" cellpadding="3" cellspacing="1" font-names="Tahoma" font-size="8pt" gridlines="None" autogeneratecolumns="False">
<footerstyle backcolor="#C6C3C6" forecolor="Black">
<columns>
<asp:boundfield datafield="company_name" headertext="COMPANY NAME">
<headerstyle font-bold="True" font-names="Tahoma" font-size="8pt">

<asp:boundfield datafield="contact_name" headertext="CONTACT NAME">
<headerstyle font-bold="True" font-names="Tahoma" font-size="8pt">

<asp:boundfield datafield="contact_email" headertext="CONTACT EMAIL">
<headerstyle font-bold="True" font-names="Tahoma" font-size="8pt">

<asp:boundfield datafield="Contact_designation" headertext="DESIGNATION">
<headerstyle font-bold="True" font-names="Tahoma" font-size="8pt">

<asp:templatefield headertext="IGNORE / OVERWRITE">
<itemtemplate>
<asp:radiobuttonlist id="RadioButtonList1" runat="server" height="10px" repeatdirection="Horizontal"
="" width="89px" onselectedindexchanged="RadioButtonList1_SelectedIndexChanged">
<asp:listitem selected="True">Ignore
<asp:listitem>Update




<rowstyle backcolor="#DEDFDE" forecolor="Black">
<selectedrowstyle backcolor="#9471DE" font-bold="True" forecolor="White">
<pagerstyle backcolor="#C6C3C6" forecolor="Black" horizontalalign="Right">
<headerstyle backcolor="#4A3C8C" font-bold="True" forecolor="#E7E7FF">



Can anyone help.

Thanks in advance

----------------------------------
where there is a will there is a way

AnswerRe: gridview help Pin
varshavmane5-Apr-07 4:29
varshavmane5-Apr-07 4:29 
QuestionGetting a handle to a fully Initialized SqlMembershipProvider Pin
Tristan Rhodes5-Apr-07 1:42
Tristan Rhodes5-Apr-07 1:42 
QuestionIssues in Word Automation [modified] Pin
Sankara Narayana015-Apr-07 1:13
Sankara Narayana015-Apr-07 1:13 
Questionsession Pin
saravanan055-Apr-07 1:08
saravanan055-Apr-07 1:08 
AnswerRe: session Pin
kubben5-Apr-07 2:28
kubben5-Apr-07 2:28 
AnswerRe: session Pin
Not Active5-Apr-07 3:01
mentorNot Active5-Apr-07 3:01 
QuestionGridView Pin
Oga M5-Apr-07 0:58
Oga M5-Apr-07 0:58 
AnswerRe: GridView Pin
Oga M5-Apr-07 4:21
Oga M5-Apr-07 4:21 
GeneralRe: GridView Pin
varshavmane5-Apr-07 4:32
varshavmane5-Apr-07 4:32 
GeneralRe: GridView Pin
Oga M7-Apr-07 3:09
Oga M7-Apr-07 3:09 
GeneralRe: GridView Pin
Naveed Kamboh5-Apr-07 4:33
Naveed Kamboh5-Apr-07 4:33 
Questionback button + asp.net 2.0 Pin
ritu43215-Apr-07 0:33
ritu43215-Apr-07 0:33 
AnswerRe: back button + asp.net 2.0 Pin
Paddy Boyd5-Apr-07 0:48
Paddy Boyd5-Apr-07 0:48 
GeneralRe: back button + asp.net 2.0 Pin
ritu43215-Apr-07 0:51
ritu43215-Apr-07 0:51 
AnswerRe: back button + asp.net 2.0 [modified] Pin
sra225-Apr-07 2:16
sra225-Apr-07 2:16 
QuestionProblem with Text Changed Event Pin
Bubbles25-Apr-07 0:24
Bubbles25-Apr-07 0:24 
QuestionDeserialize XML Database Pin
swguy235-Apr-07 0:15
swguy235-Apr-07 0:15 

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.