Click here to Skip to main content
15,881,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: gridview buttons and client side scripting Pin
compninja2510-Sep-09 2:51
compninja2510-Sep-09 2:51 
QuestionDocument elements have no IDs Pin
Lonnie Raffray4-Sep-09 8:04
Lonnie Raffray4-Sep-09 8:04 
AnswerRe: Document elements have no IDs Pin
Abhishek Sur4-Sep-09 9:35
professionalAbhishek Sur4-Sep-09 9:35 
GeneralRe: Document elements have no IDs Pin
Lonnie Raffray4-Sep-09 9:37
Lonnie Raffray4-Sep-09 9:37 
GeneralRe: Document elements have no IDs Pin
Abhishek Sur4-Sep-09 9:39
professionalAbhishek Sur4-Sep-09 9:39 
QuestionLink button inside the Gridview Pin
Vimalsoft(Pty) Ltd4-Sep-09 4:13
professionalVimalsoft(Pty) Ltd4-Sep-09 4:13 
AnswerRe: Link button inside the Gridview Pin
Blue_Boy4-Sep-09 5:45
Blue_Boy4-Sep-09 5:45 
GeneralRe: Link button inside the Gridview Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:12
professionalVimalsoft(Pty) Ltd6-Sep-09 20:12 
Thank you

this did the Trick
<asp:TemplateField HeaderText ="Link">
<ItemTemplate>
 <asp:HyperLink ID="linkurl" runat = "server" NavigateUrl ='<%# Eval("Link")%>' Target ="_blank"  Text='<%# Eval("Link")%>'></asp:HyperLink>
 </ItemTemplate>
</asp:TemplateField>


Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.com
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

AnswerRe: Link button inside the Gridview Pin
Abhijit Jana4-Sep-09 6:59
professionalAbhijit Jana4-Sep-09 6:59 
GeneralRe: Link button inside the Gridview Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:13
professionalVimalsoft(Pty) Ltd6-Sep-09 20:13 
AnswerRe: Link button inside the Gridview Pin
Abhishek Sur4-Sep-09 8:02
professionalAbhishek Sur4-Sep-09 8:02 
GeneralRe: Link button inside the Gridview Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:13
professionalVimalsoft(Pty) Ltd6-Sep-09 20:13 
AnswerRe: Link button inside the Gridview Pin
CrazyCoder265-Sep-09 0:31
CrazyCoder265-Sep-09 0:31 
GeneralRe: Link button inside the Gridview Pin
Vimalsoft(Pty) Ltd6-Sep-09 20:14
professionalVimalsoft(Pty) Ltd6-Sep-09 20:14 
QuestionUser visit stats... Pin
Abbas_here4-Sep-09 3:20
Abbas_here4-Sep-09 3:20 
AnswerRe: User visit stats... Pin
Blue_Boy4-Sep-09 5:55
Blue_Boy4-Sep-09 5:55 
AnswerRe: User visit stats... Pin
Jay Royall4-Sep-09 6:26
Jay Royall4-Sep-09 6:26 
AnswerRe: User visit stats... Pin
Abhijit Jana4-Sep-09 7:01
professionalAbhijit Jana4-Sep-09 7:01 
GeneralRe: User visit stats... Pin
Manas Bhardwaj4-Sep-09 10:04
professionalManas Bhardwaj4-Sep-09 10:04 
Questioncompiler error Pin
d_smit4-Sep-09 2:52
d_smit4-Sep-09 2:52 
AnswerRe: compiler error Pin
Abhijit Jana4-Sep-09 7:03
professionalAbhijit Jana4-Sep-09 7:03 
AnswerRe: compiler error Pin
Abhishek Sur4-Sep-09 8:11
professionalAbhishek Sur4-Sep-09 8:11 
Questiondatatype problem Pin
ankitjain11104-Sep-09 2:01
ankitjain11104-Sep-09 2:01 
AnswerRe: datatype problem Pin
Vimalsoft(Pty) Ltd4-Sep-09 2:38
professionalVimalsoft(Pty) Ltd4-Sep-09 2:38 
AnswerRe: datatype problem Pin
Greg Chelstowski4-Sep-09 4:20
Greg Chelstowski4-Sep-09 4:20 

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.