Re: Hyperlink with datagrid…
Quote:
Originally Posted by VB+VB=great
I am using hyperlink field (title) at access 2003 and use datagrid to display this hyperlink in it.
how can I display text only in datagrid without hyperlink?
Then don't use a hyperlink column.
Re: Hyperlink with datagrid…
Thank you for replying.
I did what u said and i get same result (no change). the field of hyperlink in access gives me like this:
Click her #../email.aspx#
I want to display hyperlink(Click her) alone without (#../email.aspx#) and when user click hyperlink it takes him to website (#../email.aspx#)
I wish I explained my question.
thanks
Re: Hyperlink with datagrid…
don't use access. lol
just an observation but #date# is used to pass a string date to access.
Re: Hyperlink with datagrid…
I didn’t use any date in access but when I put hyperlink in access, it displays with this style in datagrid: (#../email.aspx#). How can I disappear URL? and when user click on text, it gives him website (email.aspx)
Thank u
Re: Hyperlink with datagrid…
just parse out the ## .Replace('#','') where ever you pull the field just add that logic
Re: Hyperlink with datagrid…
i had a same issue - search for a topic similar to mine with the sameish thread title.... :)
Re: Hyperlink with datagrid…
Thank you for reply
Let me explain my question with another way:
How can display content of hyperlink field of access in datagrade in asp.net?
thanks
Re: Hyperlink with datagrid…
Thank Magiaus
I downloaded your project and it was wonderful job. But it wrote with c# language which I couldn’t understand it perfectly because I am familiar with vb language, could you please write it with vb language ?
And also, I faced this problem when I run it:
Server Error in '/' Application.
________________________________________
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 36: "Passport" and "None"
Line 37: -->
Line 38: <authentication mode="Windows" />
The error in number 38
I appreciate your job, you are genius.