Click here to Skip to main content
15,911,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionloading NavigationUrl to a specific div in C# Pin
aliserdarilter4-May-06 2:41
aliserdarilter4-May-06 2:41 
AnswerRe: loading NavigationUrl to a specific div in C# Pin
Paddy Boyd4-May-06 4:08
Paddy Boyd4-May-06 4:08 
GeneralRe: loading NavigationUrl to a specific div in C# Pin
aliserdarilter5-May-06 1:25
aliserdarilter5-May-06 1:25 
QuestionHow to Disable Validation Events? Pin
innocent734-May-06 2:07
innocent734-May-06 2:07 
AnswerRe: How to Disable Validation Events? Pin
Tirthadip4-May-06 3:29
Tirthadip4-May-06 3:29 
GeneralRe: How to Disable Validation Events? Pin
innocent734-May-06 4:25
innocent734-May-06 4:25 
AnswerRe: How to Disable Validation Events? Pin
Dipan Patel From Gandhinagar6-May-06 2:59
Dipan Patel From Gandhinagar6-May-06 2:59 
QuestionAfter moving ASPX page to a live server this happens. Pin
evlxtc4-May-06 2:02
evlxtc4-May-06 2:02 
System.Data.OleDb.OleDbException: Could not find installable ISAM.
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
at DreamweaverCtrls.DataSet.DoInit()

-----------
All works fine on local test server and all pages other than the ONE works fine on live (The connection and web.config files must thus be correct????)

ALL data in the DB has got valid data in as well and although the file does also include canvas methods to display graphics I don't know if this is the problem. PLEASE any help?

It dose write the cookie data as well and retrieves it correctly it seems. ANY thing else it could be?

TOp part of my file is

-----------------------
<%@ Page Language="C#" %>
<%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=836f606ede05d46a,culture=neutral" %>
<mm:dataset
id="DataSet1"
runat="Server"
isstoredprocedure="false"
connectionstring="<%# System.Configuration.ConfigurationSettings.AppSettings["MM_CONNECTION_STRING_GKAUser"] %>"
databasetype="<%# System.Configuration.ConfigurationSettings.AppSettings["MM_CONNECTION_DATABASETYPE_GKAUser"] %>"
commandtext="<%# "SELECT * FROM tblWOL WHERE usern = ? ORDER BY usern ASC" %>"
failureurl="<%# "noaccess.htm" %>"
debug="true"
=""><parameters><parameter name="@usern" value="<%# (Request.Cookies["AuthenticateGKDUser"] != null) ? Request.Cookies["AuthenticateGKDUser"].Value : "" %>" type="WChar">

<mm:pagebind runat="server" postbackbind="true">

<%@ Register TagPrefix="Portal" TagName="ImageCanvas" Src="ImageCanvas.ascx" %>
<%@ import Namespace="System.Drawing" %>


this is me
QuestionHow to retain radio button check (Urgent) Pin
indiaone4-May-06 1:59
indiaone4-May-06 1:59 
AnswerRe: How to retain radio button check (Urgent) Pin
R.Prabha Devi4-May-06 2:39
R.Prabha Devi4-May-06 2:39 
QuestionPopulate input control on external web page? Pin
mattdavies4-May-06 1:19
mattdavies4-May-06 1:19 
AnswerRe: Populate input control on external web page? Pin
minhpc_bk4-May-06 16:15
minhpc_bk4-May-06 16:15 
GeneralRe: Populate input control on external web page? Pin
mattdavies4-May-06 23:46
mattdavies4-May-06 23:46 
GeneralRe: Populate input control on external web page? Pin
minhpc_bk7-May-06 17:36
minhpc_bk7-May-06 17:36 
GeneralRe: Populate input control on external web page? Pin
mattdavies22-May-06 22:58
mattdavies22-May-06 22:58 
QuestionUrgent help with Textboxes!!! Pin
Commickey4-May-06 1:18
Commickey4-May-06 1:18 
AnswerRe: Urgent help with Textboxes!!! Pin
mattdavies4-May-06 1:28
mattdavies4-May-06 1:28 
GeneralRe: Urgent help with Textboxes!!! Pin
Commickey4-May-06 1:31
Commickey4-May-06 1:31 
AnswerRe: Urgent help with Textboxes!!! Pin
Nasums4-May-06 4:23
Nasums4-May-06 4:23 
AnswerRe: Urgent help with Textboxes!!! Pin
RichardGrimmer4-May-06 5:59
RichardGrimmer4-May-06 5:59 
QuestionCookie problem in ASP.NET 2.0 Pin
Flavian Gheorge4-May-06 0:22
Flavian Gheorge4-May-06 0:22 
QuestionWebControl and Designer Display problem Pin
smoitry3-May-06 23:28
smoitry3-May-06 23:28 
QuestionHow to draw a rectangle on a webpage? Pin
KaKa'3-May-06 23:16
KaKa'3-May-06 23:16 
Questionhow to get Server IP Address? Pin
haneen19843-May-06 23:15
haneen19843-May-06 23:15 
AnswerRe: how to get Server IP Address? Pin
R.Prabha Devi4-May-06 1:55
R.Prabha Devi4-May-06 1:55 

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.