Click here to Skip to main content
15,923,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to create folder in asp.net Pin
Christian Graus31-Jul-07 20:20
protectorChristian Graus31-Jul-07 20:20 
AnswerRe: How to create folder in asp.net Pin
N a v a n e e t h31-Jul-07 20:23
N a v a n e e t h31-Jul-07 20:23 
GeneralRe: How to create folder in asp.net Pin
Christian Graus31-Jul-07 20:29
protectorChristian Graus31-Jul-07 20:29 
GeneralRe: How to create folder in asp.net Pin
N a v a n e e t h31-Jul-07 20:35
N a v a n e e t h31-Jul-07 20:35 
GeneralRe: How to create folder in asp.net Pin
Christian Graus31-Jul-07 20:44
protectorChristian Graus31-Jul-07 20:44 
AnswerRe: How to create folder in asp.net Pin
A.Surendar Reddy31-Jul-07 20:48
A.Surendar Reddy31-Jul-07 20:48 
QuestionVideo hosting website Pin
Jats_4ru31-Jul-07 19:45
Jats_4ru31-Jul-07 19:45 
QuestionRadioButtonList Setting the ListItem Pin
Brendan Vogt31-Jul-07 19:02
Brendan Vogt31-Jul-07 19:02 
Hi,

I am using VB.NET 1.1.

I have the following in my ASPX page:

<asp:RadioButtonList ID="rblSearch" Runat="server">
<asp:ListItem Value="ISBN">ISBN</asp:ListItem>
<asp:ListItem Value="Title">Title</asp:ListItem>
<asp:ListItem Value="Author">Author</asp:ListItem>
<asp:ListItem Value="Keyword">Keyword</asp:ListItem>
</asp:RadioButtonList>

I have a querystring value called ISBN, anf it will look something like this:

http://localhost/MySite/Search.aspx?ISBN=True or
http://localhost/MySite/Search.aspx?ISBN=False

I need to go and select the list item if it is true, I'm not sure how to set it:

If Request.Params("ISBN") <> Nothing Then
' Set it here
End If

Please can someone help me??

Regards
ma se
AnswerRe: RadioButtonList Setting the ListItem Pin
A.Surendar Reddy31-Jul-07 20:52
A.Surendar Reddy31-Jul-07 20:52 
GeneralRe: RadioButtonList Setting the ListItem Pin
Brendan Vogt31-Jul-07 22:04
Brendan Vogt31-Jul-07 22:04 
AnswerRe: RadioButtonList Setting the ListItem Pin
Brendan Vogt31-Jul-07 22:34
Brendan Vogt31-Jul-07 22:34 
QuestionHow to display image dynamically in gridview Pin
imranafsari31-Jul-07 19:02
imranafsari31-Jul-07 19:02 
AnswerRe: How to display image dynamically in gridview Pin
Amit.Amit.Amit...31-Jul-07 19:31
Amit.Amit.Amit...31-Jul-07 19:31 
Questionsql query Pin
Sonia Gupta31-Jul-07 18:41
Sonia Gupta31-Jul-07 18:41 
AnswerRe: sql query Pin
Christian Graus31-Jul-07 18:48
protectorChristian Graus31-Jul-07 18:48 
GeneralRe: sql query Pin
Sonia Gupta31-Jul-07 19:17
Sonia Gupta31-Jul-07 19:17 
GeneralRe: sql query Pin
Christian Graus31-Jul-07 20:31
protectorChristian Graus31-Jul-07 20:31 
GeneralRe: sql query Pin
Sonia Gupta31-Jul-07 20:34
Sonia Gupta31-Jul-07 20:34 
AnswerRe: sql query [modified] Pin
helelark12331-Jul-07 18:58
helelark12331-Jul-07 18:58 
GeneralRe: sql query Pin
Sonia Gupta31-Jul-07 19:19
Sonia Gupta31-Jul-07 19:19 
GeneralRe: sql query Pin
helelark12331-Jul-07 19:34
helelark12331-Jul-07 19:34 
AnswerRe: sql query Pin
T.EDY31-Jul-07 19:49
T.EDY31-Jul-07 19:49 
GeneralRe: sql query Pin
Sonia Gupta31-Jul-07 20:00
Sonia Gupta31-Jul-07 20:00 
JokeRe: sql query Pin
T.EDY31-Jul-07 20:03
T.EDY31-Jul-07 20:03 
QuestionCommunication Between asp.net files Pin
eggie531-Jul-07 18:10
eggie531-Jul-07 18:10 

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.