Browse by Tags

Related Posts

  • Re: Open a window with a desire size when the gridview column link bound is clicked

    [quote user="SouthendSupporter"] Total newbie ... I have exactly this problem but I am confused as to where to put the suggested code. I had assumed in the code behind page ... maybe this is c# as it gives errors in my application and I am using VB? Apologies for the basic nature of this question...
    Posted to Client Side Web Development (Forum) by chorofonfilo on 06-08-2009, 12:00 AM
    Filed under: pop up, clickonce, hyperlink, window.open, gridview
  • Gridview hyperlink font formating on alternating row

    Hi, I have a gridview persenting a top 3 news articles from a DB, now i want to change the font color of the row items, i.e. having two different color of fonts in row and alternating rows. But its seems its just taking a the Font-weight values, can change to normal and bold, but its not effecting the...
    Posted to Client Side Web Development (Forum) by wrathyimp on 04-13-2009, 12:00 AM
    Filed under: hyperlink, gridview
  • HELP - DataGrid/GridView Hyperlinks not clickable in IIS6/Serv'03

    HELP - Hyperlinks not clickable in IIS6/Serv'03 Help! I have a ASP.NET application, upgraded from 1.0 framework to 3.5, I have a ItemTemplate column, in it I defined a "LinkButton" control. <Columns> <asp:TemplateField HeaderText="Number"> <ItemTemplate> <asp...
    Posted to Configuration and Deployment (Forum) by budsoda@hotmail.com on 11-26-2008, 12:00 AM
    Filed under: 2003, DataGrid, hyperlink, ItemTemplate, Gridview, LinkButton, Server '03
  • Re: how to open website from datagrid hyperlink?

    try this 1 < asp:GridView ID= "GridView1" runat= "server" > 2 < Columns > 3 < asp:TemplateField > 4 < ItemTemplate > 5 < asp:HyperLink ID= "lnk" NavigateUrl= ' <%# "http://" + Container.DataItem %> ' Target= "_blank"...
    Posted to Web Forms (Forum) by ASP.NET Dev on 11-06-2008, 12:00 AM
    Filed under: hyperlink, gridview
  • Changing NavigateURL RowDatabound event

    I have a gridview showing some data—naturally. One of the columns is a template field that contains a Hyperlink. As part of my rowdatabound processing, I would like to add to the querystring for that row's url. Unfortunately, I haven't been able to target the control yet. My latest attempt is...
    Posted to Data Presentation Controls (Forum) by treybean on 08-14-2007, 12:00 AM
    Filed under: RowDatabound, Hyperlink, grid view, GridView
  • Encrypt QueryString parameters in a GridView Hyperlink column

    Hi I want to encrypt the query string appearing in the URL of a web page, how to do this for eg.. I have a Hyperlink column in GridView ,, when I click that column, I pass two parameters , these parameters should not be displayed in the URL ,, It should be in encrypted form with some other numbers …...
    Posted to Getting Started (Forum) by winniecherian on 08-09-2007, 12:00 AM
    Filed under: Encrypt, querystring, HyperLink, gridview
  • How to open various files?

    Hi, I'm fairly new to ASP.NET 2.0 and I'm sure there is a simple solution to my problem. I have to make an application that searches for files and then allows the user to click the name of the file in order to view it in the web browser. The searching for the file was easy (I used the DirectoryInfo's...
    Posted to Data Presentation Controls (Forum) by bbudz on 08-06-2007, 12:00 AM
    Filed under: Asp.Net 2.0, asp.net 2.0 asp.net, ASP.NET.NET 2.0, Data Grid, help, Hyperlink, Asp.NET2.0, grid view, GridView
  • Need help with Hyperlink in GridView

    I am working on my first ASP.Net Project and need some help with HyperLinks in a GridView. This is what I have so far. In .cs file protected void GridView_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { string ModelName = (string)DataBinder.Eval...
    Posted to Data Presentation Controls (Forum) by KenNichols on 08-24-2009, 12:00 AM
    Filed under: GridView, Hyperlink, NavigateavigateUrl
  • How should I handle 100+ Dynamic Hyperlinks in GridView

    string ModelName = (string)DataBinder.Eval(e.Row.DataItem, "Model"); if (ModelName == "ABC") { string TestLink = "http://www.XYZ.com/"; HyperLink hl = e.Row.Cells[1].Controls[1] as HyperLink; if (hl != null) { hl.NavigateUrl = TestLink; hl.Target = "_blank"; }...
    Posted to Data Presentation Controls (Forum) by KenNichols on 08-26-2009, 12:00 AM
    Filed under: GridView, Hyperlink
  • Link created from codebehind to folder is not working

    Hello every body This time i have a problem with a link. What i want is to create a link to a folder that is diferent acording to the selected row in a gridview. The link isn't in the gridview, it's outside, i've tried to create it in different way, but when i click the link, it doesn't...
    Posted to Web Forms (Forum) by HernanAgudelo on 10-28-2009, 12:00 AM
    Filed under: gridview, hyperlink, link
Page 1 of 2 (12 items) 1 2 Next >