Click here to Skip to main content
15,912,457 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DataGrid Pin
enjoycrack18-May-07 17:32
enjoycrack18-May-07 17:32 
GeneralRe: DataGrid Pin
kumarjammula18-May-07 17:44
kumarjammula18-May-07 17:44 
GeneralRe: DataGrid Pin
enjoycrack18-May-07 17:47
enjoycrack18-May-07 17:47 
AnswerRe: DataGrid Pin
Sathesh Sakthivel18-May-07 17:59
Sathesh Sakthivel18-May-07 17:59 
QuestionHelp me how to upload files to server using ASP.NET Pin
Hanh Aeriscute18-May-07 16:52
Hanh Aeriscute18-May-07 16:52 
QuestionRe: [Same Query] Help me how to upload files to server using ASP.NET [modified] Pin
nareshss18-May-07 17:48
nareshss18-May-07 17:48 
QuestionGetting a Photo into a radiobuttonlist Pin
Mxrider8418-May-07 14:14
Mxrider8418-May-07 14:14 
AnswerRe: Getting a Photo into a radiobuttonlist Pin
Mxrider8418-May-07 14:44
Mxrider8418-May-07 14:44 
Well i figured out a way, the code blow seems to work.

objDR=Cmd.ExecuteReader()
i = 0
rblAnswer.Items.Clear

While(objDR.read())
i = i+1
If objDR("IsAnswerPhoto") Then
rblAnswer.Items.Add(new ListItem("<img src='/asp/admin/Problem/getQuestionPhoto.asp?ID="& objDR("ProblemAnswerID") & "'>", objDR("ProblemAnswerID")))
Else
rblAnswer.Items.Add(new ListItem(objDR("AnswerText"), objDR("ProblemAnswerID")))
End If

End While
objDR.Close()
MyConn.Close()
Questionserving a file as a response to a HTML GET Request [modified] Pin
Glen Harvy18-May-07 13:56
Glen Harvy18-May-07 13:56 
AnswerRe: serving a file as a response to a HTML GET Request Pin
kubben19-May-07 2:30
kubben19-May-07 2:30 
GeneralRe: serving a file as a response to a HTML GET Request Pin
Glen Harvy19-May-07 2:55
Glen Harvy19-May-07 2:55 
Questionregarding forum!!!!!!!!!!!!!!!!!!! Pin
s_a_20026318-May-07 10:54
s_a_20026318-May-07 10:54 
AnswerRe: regarding forum!!!!!!!!!!!!!!!!!!! Pin
Christian Graus18-May-07 14:01
protectorChristian Graus18-May-07 14:01 
GeneralRe: regarding forum!!!!!!!!!!!!!!!!!!! Pin
s_a_20026318-May-07 14:35
s_a_20026318-May-07 14:35 
GeneralRe: regarding forum!!!!!!!!!!!!!!!!!!! Pin
Christian Graus18-May-07 15:22
protectorChristian Graus18-May-07 15:22 
AnswerRe: regarding forum!!!!!!!!!!!!!!!!!!! Pin
enjoycrack18-May-07 17:36
enjoycrack18-May-07 17:36 
QuestionPDF Component Pin
adnanrafiq18-May-07 8:58
adnanrafiq18-May-07 8:58 
QuestionASP.Net Application Deployment Pin
adnanrafiq18-May-07 8:55
adnanrafiq18-May-07 8:55 
AnswerRe: ASP.Net Application Deployment Pin
enjoycrack18-May-07 17:34
enjoycrack18-May-07 17:34 
Questionabout dll files Pin
s_a_20026318-May-07 7:52
s_a_20026318-May-07 7:52 
AnswerRe: about dll files Pin
Colin Angus Mackay18-May-07 8:27
Colin Angus Mackay18-May-07 8:27 
GeneralRe: about dll files Pin
s_a_20026318-May-07 9:02
s_a_20026318-May-07 9:02 
AnswerRe: about dll files Pin
Christian Graus18-May-07 14:04
protectorChristian Graus18-May-07 14:04 
QuestionAJAX avoid using Reponse.write Pin
cisco210318-May-07 5:21
cisco210318-May-07 5:21 
AnswerRe: AJAX avoid using Reponse.write Pin
Not Active18-May-07 5:27
mentorNot Active18-May-07 5:27 

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.