Click here to Skip to main content
15,901,961 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: in bound column hyper link will be possible? Pin
Arun Jacob1-Feb-08 18:53
Arun Jacob1-Feb-08 18:53 
Compare with this,

protected void dGrid_ItemDataBound(object sender, DataGridItemEventArgs e)<br />
{<br />
        if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem)<br />
        {<br />
            HyperLink hypLink = new HyperLink();<br />
            hypLink.Text = e.Item.Cells[0].Text;<br />
            hypLink.NavigateUrl = "Default.aspx";<br />
            e.Item.Cells[0].Controls.Add(hypLink);<br />
        }<br />
}


Arun J

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 
GeneralRe: Login Control Pin
sivaprakas31-Jan-08 19:50
sivaprakas31-Jan-08 19:50 

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.