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

ASP.NET

 
Questiondatagrid problem Pin
varuni656-Oct-06 17:53
varuni656-Oct-06 17:53 
AnswerRe: datagrid problem Pin
Jay_se6-Oct-06 21:14
Jay_se6-Oct-06 21:14 
GeneralRe: datagrid problem Pin
varuni656-Oct-06 21:54
varuni656-Oct-06 21:54 
AnswerRe: datagrid problem Pin
Jay_se7-Oct-06 2:54
Jay_se7-Oct-06 2:54 
GeneralRe: datagrid problem Pin
varuni6511-Oct-06 2:48
varuni6511-Oct-06 2:48 
Question(URGENT) Auto Generating Report Interface Pin
Yong Yau6-Oct-06 16:59
Yong Yau6-Oct-06 16:59 
QuestionGridView Button Field. Type = Link Pin
shapper6-Oct-06 16:55
shapper6-Oct-06 16:55 
QuestionGridView and Image Link Pin
shapper6-Oct-06 16:34
shapper6-Oct-06 16:34 
Hello,

I created an Hyperlink field in a GridView but I can't find and
ImageUrl property.
I know normal Asp:Hyperlink control can also be used with an Image. Is
this possible in GridView?

Then I tried to use a button field but I can't see a way to build the
NavigateUrl as I need and as you can see in my Hyperlink button:

' Create, define and add url hyperlink field
Dim hfUrl As New HyperLinkField
With hfUrl
.DataNavigateUrlFields = New String() {"Channel"}
.DataNavigateUrlFormatString = "RSS.ashx?Channel={0}&" &
"Culture=" &
System.Threading.Thread.CurrentThread.CurrentCulture.ToString()
End With
gvRSSChannels.Columns.Add(hfUrl)

Could someone please help me out?

Thanks,
Miguel
Questionasp:Panel with CheckBox added dynamically: persistence Pin
RicConte6-Oct-06 16:28
RicConte6-Oct-06 16:28 
AnswerRe: asp:Panel with CheckBox added dynamically: persistence Pin
Mike Ellison7-Oct-06 3:50
Mike Ellison7-Oct-06 3:50 
GeneralRe: asp:Panel with CheckBox added dynamically: persistence Pin
RicConte7-Oct-06 17:56
RicConte7-Oct-06 17:56 
GeneralRe: asp:Panel with CheckBox added dynamically: persistence Pin
Mike Ellison8-Oct-06 4:51
Mike Ellison8-Oct-06 4:51 
GeneralRe: asp:Panel with CheckBox added dynamically: persistence Pin
RicConte8-Oct-06 10:08
RicConte8-Oct-06 10:08 
QuestionAlternative to onLoad Pin
eggie56-Oct-06 12:08
eggie56-Oct-06 12:08 
AnswerRe: Alternative to onLoad Pin
Guffa6-Oct-06 12:48
Guffa6-Oct-06 12:48 
Questionhandle event and validate Pin
TheEagle6-Oct-06 11:44
TheEagle6-Oct-06 11:44 
AnswerRe: handle event and validate Pin
thomas_joyee6-Oct-06 18:11
thomas_joyee6-Oct-06 18:11 
GeneralRe: handle event and validate Pin
TheEagle6-Oct-06 18:45
TheEagle6-Oct-06 18:45 
QuestionImage display in Datalist Pin
Faisal Khatri6-Oct-06 11:43
Faisal Khatri6-Oct-06 11:43 
AnswerRe: Image display in Datalist Pin
vijay25836-Oct-06 21:06
vijay25836-Oct-06 21:06 
GeneralRe: Image display in Datalist Pin
Faisal Khatri8-Oct-06 9:54
Faisal Khatri8-Oct-06 9:54 
GeneralRe: Image display in Datalist Pin
yuripon21-Jan-10 17:04
yuripon21-Jan-10 17:04 
QuestionQuery String. How to create it? Pin
shapper6-Oct-06 11:29
shapper6-Oct-06 11:29 
AnswerRe: Query String. How to create it? Pin
Arjune7-Oct-06 5:50
Arjune7-Oct-06 5:50 
QuestionResults in Datagrid Pin
joannek3336-Oct-06 11:10
joannek3336-Oct-06 11: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.