Click here to Skip to main content
15,919,931 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondropdownlist Pin
m@dhu15-Oct-09 22:16
m@dhu15-Oct-09 22:16 
AnswerRe: dropdownlist Pin
Not Active16-Oct-09 2:42
mentorNot Active16-Oct-09 2:42 
QuestionIdentify whether a user is logged in or not Pin
tonymathewt15-Oct-09 22:12
professionaltonymathewt15-Oct-09 22:12 
AnswerRe: Identify whether a user is logged in or not Pin
Abhijit Jana16-Oct-09 0:42
professionalAbhijit Jana16-Oct-09 0:42 
GeneralRe: Identify whether a user is logged in or not Pin
tonymathewt16-Oct-09 23:21
professionaltonymathewt16-Oct-09 23:21 
QuestionHelp please Pin
JustWorking15-Oct-09 21:42
JustWorking15-Oct-09 21:42 
AnswerSOLUTION Pin
JustWorking15-Oct-09 21:55
JustWorking15-Oct-09 21:55 
QuestionRepeater & RadioButtonList Pin
kerrie@tardis.com.au15-Oct-09 21:29
kerrie@tardis.com.au15-Oct-09 21:29 
I have the following in my aspx page. My RadioButtonList contains no data. I have 5 records in my DB, and what I need it to display is

Record 1 - RadioButton1 - RadioButton2
.....
Record 5 - RadioButton1 - RadioButton2

<asp:TableRow>
<asp:TableCell CssClass="NormLabel">
<asp:CheckBoxList ID="Upd_AccessList" runat="server" RepeatColumns="1" RepeatDirection="Horizontal"
DataSourceID="DataSource" DataTextField="networkAccessDriveDesc"
DataValueField="networkAccessEmail" >
</asp:CheckBoxList>
<asp:AccessDataSource ID="DataSource" runat="server" DataFile="~/App_Data/MyDatabase.mdb"
SelectCommand="SELECT * FROM NetworkAccess ORDER BY networkAccessDriveDesc"></asp:AccessDataSource>
</asp:TableCell>
<asp:TableCell CssClass="NormLabel">
<asp:Repeater runat="server" ID="Upd_Repeater">
<ItemTemplate>
<asp:RadioButtonList runat="server" ID="Upd_RBL" RepeatColumns="2" RepeatDirection="Horizontal"
TextAlign="Left">
<asp:ListItem>Read</asp:ListItem>
<asp:ListItem>Read/Write/Delete</asp:ListItem>
</asp:RadioButtonList>
</ItemTemplate>
</asp:Repeater>

</asp:TableCell>
</asp:TableRow>
QuestionDynamic Tabs Pin
sriharsha_1215-Oct-09 21:12
sriharsha_1215-Oct-09 21:12 
AnswerRe: Dynamic Tabs Pin
Abhijit Jana16-Oct-09 0:43
professionalAbhijit Jana16-Oct-09 0:43 
GeneralRe: Dynamic Tabs Pin
sriharsha_1219-Oct-09 17:42
sriharsha_1219-Oct-09 17:42 
Question.net Code for integrating with deployed wsdl rule servise Pin
manishv8615-Oct-09 21:05
manishv8615-Oct-09 21:05 
QuestionCompare DropDownlists in GridView Pin
anada888615-Oct-09 18:11
anada888615-Oct-09 18:11 
QuestionUsing a CheckBoxList inside of a Calendar control ? Pin
Daniel23515-Oct-09 7:57
Daniel23515-Oct-09 7:57 
AnswerRepost from different forum Pin
Not Active15-Oct-09 12:38
mentorNot Active15-Oct-09 12:38 
GeneralRe: Repost from different forum Pin
Daniel23516-Oct-09 4:54
Daniel23516-Oct-09 4:54 
GeneralRe: Repost from different forum Pin
Not Active16-Oct-09 5:24
mentorNot Active16-Oct-09 5:24 
Questioncommunication between two websites in asp.net Pin
noo.dyab15-Oct-09 7:40
noo.dyab15-Oct-09 7:40 
AnswerRe: communication between two websites in asp.net Pin
Abhijit Jana15-Oct-09 8:01
professionalAbhijit Jana15-Oct-09 8:01 
GeneralRe: communication between two websites in asp.net Pin
noo.dyab15-Oct-09 9:21
noo.dyab15-Oct-09 9:21 
GeneralRe: communication between two websites in asp.net Pin
noo.dyab15-Oct-09 9:49
noo.dyab15-Oct-09 9:49 
GeneralRe: communication between two websites in asp.net Pin
Not Active15-Oct-09 12:26
mentorNot Active15-Oct-09 12:26 
GeneralRe: communication between two websites in asp.net Pin
Christian Graus15-Oct-09 19:12
protectorChristian Graus15-Oct-09 19:12 
GeneralRe: communication between two websites in asp.net Pin
noo.dyab16-Oct-09 4:43
noo.dyab16-Oct-09 4:43 
QuestionDisabling Back Button Pin
Yonathan111115-Oct-09 3:55
professionalYonathan111115-Oct-09 3:55 

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.