Click here to Skip to main content
15,897,704 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalinstallation for upgrade Pin
Kissy161-Feb-08 1:19
Kissy161-Feb-08 1:19 
GeneralRe: installation for upgrade Pin
N a v a n e e t h1-Feb-08 1:51
N a v a n e e t h1-Feb-08 1:51 
Questionin bound column hyper link will be possible? Pin
Member 387988131-Jan-08 21:44
Member 387988131-Jan-08 21:44 
AnswerRe: in bound column hyper link will be possible? Pin
Arun Jacob31-Jan-08 21:59
Arun Jacob31-Jan-08 21:59 
GeneralRe: in bound column hyper link will be possible? Pin
Member 38798811-Feb-08 1:55
Member 38798811-Feb-08 1:55 
GeneralRe: in bound column hyper link will be possible? Pin
Elayaraja Sambasivam1-Feb-08 3:00
Elayaraja Sambasivam1-Feb-08 3:00 
GeneralRe: in bound column hyper link will be possible? Pin
Arun Jacob1-Feb-08 4:04
Arun Jacob1-Feb-08 4:04 
GeneralRe: in bound column hyper link will be possible? Pin
Member 38798811-Feb-08 18:16
Member 38798811-Feb-08 18:16 
Hi i used itemcommand ,
but i am not getting link
this is my code:
Private Sub dglocal_itemdbound(ByVal source As System.Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles dglocal.ItemDataBound

If e.Item.Cells(0).Text = "00:00" Then
Dim hplink As HyperLink
hplink.Text = e.Item.Cells(0).Text
hplink.NavigateUrl = "frmTravelExpDetails.aspx"
e.Item.Cells(0).Controls.Add(hplink)
End If

End Sub
whats wrong in that?,

Thanks & Regards,
Mageshh,
please don't forget to vote on the post

GeneralRe: in bound column hyper link will be possible? Pin
Arun Jacob1-Feb-08 18:53
Arun Jacob1-Feb-08 18:53 
GeneralRead DropDownList Items Pin
sivaprakas31-Jan-08 20:45
sivaprakas31-Jan-08 20:45 
GeneralRe: Read DropDownList Items Pin
Sandeep Akhare31-Jan-08 20:52
Sandeep Akhare31-Jan-08 20:52 
GeneralRe: Read DropDownList Items Pin
sivaprakas31-Jan-08 21:15
sivaprakas31-Jan-08 21:15 
GeneralRe: Read DropDownList Items Pin
Elayaraja Sambasivam1-Feb-08 3:01
Elayaraja Sambasivam1-Feb-08 3:01 
GeneralValidation on TAB Pin
raushan_931-Jan-08 20:03
raushan_931-Jan-08 20:03 
GeneralRe: Validation on TAB Pin
Arun Jacob31-Jan-08 20:11
Arun Jacob31-Jan-08 20:11 
GeneralRe: Validation on TAB Pin
raushan_931-Jan-08 20:46
raushan_931-Jan-08 20:46 
Generali am using asp.net with vb Pin
Deepthy.P.M31-Jan-08 19:34
Deepthy.P.M31-Jan-08 19:34 
AnswerRe: i am using asp.net with vb Pin
Sun Rays31-Jan-08 19:39
Sun Rays31-Jan-08 19:39 
GeneralRe: i am using asp.net with vb Pin
Deepthy.P.M31-Jan-08 19:48
Deepthy.P.M31-Jan-08 19:48 
GeneralRe: i am using asp.net with vb Pin
Deepthy.P.M31-Jan-08 19:50
Deepthy.P.M31-Jan-08 19:50 
GeneralRe: i am using asp.net with vb Pin
sathish s31-Jan-08 20:52
sathish s31-Jan-08 20:52 
GeneralRe: i am using asp.net with vb Pin
N a v a n e e t h31-Jan-08 21:40
N a v a n e e t h31-Jan-08 21:40 
GeneralRe: i am using asp.net with vb Pin
Elayaraja Sambasivam1-Feb-08 3:04
Elayaraja Sambasivam1-Feb-08 3:04 
GeneralCalendar tool Pin
Member 387988131-Jan-08 19:29
Member 387988131-Jan-08 19:29 
GeneralLogin Control Pin
.NET- India 31-Jan-08 19:24
.NET- India 31-Jan-08 19:24 

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.