Click here to Skip to main content
15,929,721 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDropdown in Gridview Pin
Ballita8-Oct-07 0:51
Ballita8-Oct-07 0:51 
AnswerRe: Dropdown in Gridview Pin
Imran Khan Pathan8-Oct-07 1:29
Imran Khan Pathan8-Oct-07 1:29 
GeneralRe: Dropdown in Gridview Pin
Ballita8-Oct-07 1:36
Ballita8-Oct-07 1:36 
GeneralRe: Dropdown in Gridview Pin
Imran Khan Pathan8-Oct-07 1:49
Imran Khan Pathan8-Oct-07 1:49 
GeneralRe: Dropdown in Gridview Pin
Ballita8-Oct-07 2:01
Ballita8-Oct-07 2:01 
GeneralRe: Dropdown in Gridview Pin
Imran Khan Pathan8-Oct-07 2:12
Imran Khan Pathan8-Oct-07 2:12 
AnswerRe: Dropdown in Gridview Pin
John Gathogo8-Oct-07 2:25
John Gathogo8-Oct-07 2:25 
QuestionDB error Pin
bhattiprolu8-Oct-07 0:39
bhattiprolu8-Oct-07 0:39 
Hi all,
i have developed my application using Asp.Net2.0 and Sql Server2005..
my application is running successfully in my local machine, but when i upload my application to the server i am getting the following error...

Server Error in '/Modules' Application.
--------------------------------------------------------------------------------

Invalid value for key 'attachdbfilename'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Invalid value for key 'attachdbfilename'.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true">



Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[ArgumentException: Invalid value for key 'attachdbfilename'.]
Login.imgbtnSubmit_Click(Object sender, ImageClickEventArgs e) +302
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +105
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +115
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832


how to fix this error?????????
AnswerRe: DB error Pin
Dhyanga11-Oct-07 1:13
Dhyanga11-Oct-07 1:13 
Questionhow can i show a timer in an aspx page? Pin
Big Ralph8-Oct-07 0:37
Big Ralph8-Oct-07 0:37 
AnswerRe: how can i show a timer in an aspx page? Pin
Christian Graus8-Oct-07 0:48
protectorChristian Graus8-Oct-07 0:48 
GeneralRe: how can i show a timer in an aspx page? Pin
Big Ralph8-Oct-07 0:57
Big Ralph8-Oct-07 0:57 
GeneralRe: how can i show a timer in an aspx page? Pin
Christian Graus8-Oct-07 1:05
protectorChristian Graus8-Oct-07 1:05 
QuestionAssign Javascript variable to variable define in .cs file Pin
varshavmane7-Oct-07 23:54
varshavmane7-Oct-07 23:54 
AnswerRe: Assign Javascript variable to variable define in .cs file Pin
Christian Graus8-Oct-07 0:29
protectorChristian Graus8-Oct-07 0:29 
GeneralRe: Assign Javascript variable to variable define in .cs file Pin
varshavmane8-Oct-07 0:38
varshavmane8-Oct-07 0:38 
GeneralRe: Assign Javascript variable to variable define in .cs file Pin
Christian Graus8-Oct-07 0:47
protectorChristian Graus8-Oct-07 0:47 
Questionserver side state mgmt Pin
pavanteja7-Oct-07 23:34
pavanteja7-Oct-07 23:34 
AnswerRe: server side state mgmt Pin
N a v a n e e t h7-Oct-07 23:52
N a v a n e e t h7-Oct-07 23:52 
GeneralRe: server side state mgmt Pin
pavanteja7-Oct-07 23:58
pavanteja7-Oct-07 23:58 
GeneralRe: server side state mgmt Pin
N a v a n e e t h8-Oct-07 0:03
N a v a n e e t h8-Oct-07 0:03 
GeneralRe: server side state mgmt Pin
pavanteja8-Oct-07 0:08
pavanteja8-Oct-07 0:08 
GeneralRe: server side state mgmt Pin
N a v a n e e t h8-Oct-07 0:10
N a v a n e e t h8-Oct-07 0:10 
QuestionBinding List to GridView Pin
sangramkp7-Oct-07 23:16
sangramkp7-Oct-07 23:16 
AnswerRe: Binding List to GridView Pin
Christian Graus7-Oct-07 23:19
protectorChristian Graus7-Oct-07 23:19 

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.