Click here to Skip to main content
15,918,330 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Which control is generating the Postback? Pin
pmarfleet6-Mar-08 10:20
pmarfleet6-Mar-08 10:20 
GeneralRe: Which control is generating the Postback? Pin
Ekjon7-Mar-08 9:14
Ekjon7-Mar-08 9:14 
AnswerRe: Which control is generating the Postback? Pin
Christian Graus6-Mar-08 10:29
protectorChristian Graus6-Mar-08 10:29 
Questionhow to schedule asp page Pin
mohit narang6-Mar-08 6:50
mohit narang6-Mar-08 6:50 
GeneralRe: how to schedule asp page Pin
Abhijit Jana6-Mar-08 7:18
professionalAbhijit Jana6-Mar-08 7:18 
AnswerRe: how to schedule asp page Pin
Guffa6-Mar-08 7:20
Guffa6-Mar-08 7:20 
GeneralRe: how to schedule asp page Pin
mohit narang11-Mar-08 4:29
mohit narang11-Mar-08 4:29 
GeneralRe: how to schedule asp page Pin
Guffa11-Mar-08 9:20
Guffa11-Mar-08 9:20 
GeneralCustom Web Control Question Pin
dolphinhk6-Mar-08 5:01
dolphinhk6-Mar-08 5:01 
GeneralRe: Custom Web Control Question Pin
Christian Graus6-Mar-08 10:30
protectorChristian Graus6-Mar-08 10:30 
QuestionTreeView Spacing Problem Pin
Paul Clark6-Mar-08 4:54
Paul Clark6-Mar-08 4:54 
GeneralAsp.net validation Pin
Naveed Kamboh6-Mar-08 3:39
Naveed Kamboh6-Mar-08 3:39 
GeneralRe: Asp.net validation Pin
Laddie6-Mar-08 4:07
Laddie6-Mar-08 4:07 
GeneralRe: Asp.net validation Pin
Naveed Kamboh6-Mar-08 4:26
Naveed Kamboh6-Mar-08 4:26 
GeneralRe: Asp.net validation Pin
eyeseetee6-Mar-08 4:35
eyeseetee6-Mar-08 4:35 
GeneralRe: Asp.net validation Pin
Laddie6-Mar-08 4:42
Laddie6-Mar-08 4:42 
Generaltimer control Pin
iamdking6-Mar-08 3:09
iamdking6-Mar-08 3:09 
GeneralRe: timer control Pin
Laddie6-Mar-08 3:15
Laddie6-Mar-08 3:15 
GeneralRe: timer control Pin
iamdking6-Mar-08 3:32
iamdking6-Mar-08 3:32 
GeneralRe: timer control Pin
eyeseetee6-Mar-08 3:24
eyeseetee6-Mar-08 3:24 
GeneralRe: timer control Pin
iamdking6-Mar-08 3:29
iamdking6-Mar-08 3:29 
GeneralRe: timer control Pin
Laddie6-Mar-08 3:51
Laddie6-Mar-08 3:51 
QuestionHow to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
salon6-Mar-08 3:00
salon6-Mar-08 3:00 
AnswerRe: How to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
Laddie6-Mar-08 3:08
Laddie6-Mar-08 3:08 
GeneralRe: How to bind a hyperlink in Gridview to the variable in cs file of the same application in ASP.NET2.0? Pin
salon6-Mar-08 3:24
salon6-Mar-08 3:24 
Inside a GridView i m writing like this

<asp:templatefield headertext="hyperlink">
<itemtemplate> <asp:hyperlink id="hlink" runat="server" navigateurl="">]]>' Target="_blank">Download Here



But its not working

i have a variable where i had my filepath which i m getting after coding for getting URL
and giving the hyperlink the variable name as DataBinder.Eval
But its not working

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.