I am using hyperlink field (title) at access 2003 and use datagrid to display this hyperlink in it. But when display datagrid it is give me text and hyperlink like this:
Click her #../email.aspx#
and when I click on it, it doesn’t take me to URL
how can I display text only in datagrid without hyperlink?
This is the code for datagrid :
<asp:datagrid id="DataGrid2" style="Z-INDEX: 104; LEFT: 104px; POSITION: absolute; TOP: 184px"
runat="server" AutoGenerateColumns="False">
<Columns>
<asp:HyperLinkColumn DataNavigateUrlField="title" DataTextField="title" NavigateUrl="title"></asp:HyperLinkColumn>
</Columns>
</asp: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)
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" />