Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAjax Help [modified] Pin
JMAboliEnrich10-Nov-09 21:29
JMAboliEnrich10-Nov-09 21:29 
QuestionVS 2008 - Web Setup Project Failed to install Pin
Jay_se10-Nov-09 20:35
Jay_se10-Nov-09 20:35 
Questioncrystal report column should use column separator Pin
vikas shukla10-Nov-09 20:10
vikas shukla10-Nov-09 20:10 
Questionradiobuttonlist with image Pin
creative7710-Nov-09 20:10
creative7710-Nov-09 20:10 
AnswerRe: radiobuttonlist with image Pin
Christian Graus10-Nov-09 20:19
protectorChristian Graus10-Nov-09 20:19 
GeneralRe: radiobuttonlist with image Pin
creative7710-Nov-09 20:32
creative7710-Nov-09 20:32 
GeneralRe: radiobuttonlist with image Pin
Christian Graus10-Nov-09 21:06
protectorChristian Graus10-Nov-09 21:06 
AnswerRe: radiobuttonlist with image Pin
Abhishek Sur10-Nov-09 20:31
professionalAbhishek Sur10-Nov-09 20:31 
Use this :
cmd.Parameters.AddWithValue("@ChooseThumbnail", rbtnthumb1.SelectedValue)

If you call
SelectedItem.Text
it will return the innerhtml under the listitem.

On the other hand if you call SelectedValue, it will return the value attribute assigned in asp:ListItem.

Hope you like it.

Another thing it is better to write like
<img src="images/Video97.gif" alt="Video" align="absmiddle" />

You havnt closed any img tag using /> on the right.
Rose | [Rose] Thumbs Up | :thumbsup:

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionHow to get live stream from webcam in our web page? Pin
Member 446605910-Nov-09 20:07
Member 446605910-Nov-09 20:07 
AnswerRe: How to get live stream from webcam in our web page? Pin
Christian Graus10-Nov-09 20:20
protectorChristian Graus10-Nov-09 20:20 
AnswerRe: How to get live stream from webcam in our web page? Pin
Abhishek Sur10-Nov-09 20:36
professionalAbhishek Sur10-Nov-09 20:36 
AnswerRe: How to get live stream from webcam in our web page? Pin
saurabh8april11-Nov-09 1:41
saurabh8april11-Nov-09 1:41 
QuestionTexbox is not Clear On Postback Pin
alaminfad10-Nov-09 19:04
alaminfad10-Nov-09 19:04 
AnswerRe: Texbox is not Clear On Postback Pin
Gamzun10-Nov-09 19:20
Gamzun10-Nov-09 19:20 
AnswerRe: Texbox is not Clear On Postback Pin
Christian Graus10-Nov-09 19:34
protectorChristian Graus10-Nov-09 19:34 
AnswerRe: Texbox is not Clear On Postback Pin
Abhishek Sur10-Nov-09 20:50
professionalAbhishek Sur10-Nov-09 20:50 
GeneralRe: Texbox is not Clear On Postback Pin
alaminfad11-Nov-09 0:25
alaminfad11-Nov-09 0:25 
QuestionHTTP redirect request failed. Pin
Member-495917610-Nov-09 18:43
Member-495917610-Nov-09 18:43 
AnswerRe: HTTP redirect request failed. Pin
padmanabhan N10-Nov-09 18:47
padmanabhan N10-Nov-09 18:47 
GeneralRe: HTTP redirect request failed. Pin
Member-495917610-Nov-09 18:55
Member-495917610-Nov-09 18:55 
GeneralRe: HTTP redirect request failed. Pin
Christian Graus10-Nov-09 18:59
protectorChristian Graus10-Nov-09 18:59 
GeneralRe: HTTP redirect request failed. Pin
Member-495917610-Nov-09 19:13
Member-495917610-Nov-09 19:13 
GeneralRe: HTTP redirect request failed. Pin
Christian Graus10-Nov-09 19:33
protectorChristian Graus10-Nov-09 19:33 
AnswerRe: HTTP redirect request failed. Pin
_Damian S_10-Nov-09 19:19
professional_Damian S_10-Nov-09 19:19 
QuestionDesign Patteren Pin
Amit Patel198510-Nov-09 18:36
Amit Patel198510-Nov-09 18:36 

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.