Click here to Skip to main content
15,900,108 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Can i put semicomma seperated emailid in To using System.Net.Mail namespace Pin
Krishnraj27-Mar-09 21:10
Krishnraj27-Mar-09 21:10 
GeneralRe: Can i put semicomma seperated emailid in To using System.Net.Mail namespace Pin
Colin Angus Mackay28-Mar-09 9:49
Colin Angus Mackay28-Mar-09 9:49 
QuestionError while executing .aspx in web browser [modified] Pin
a.hamidy27-Mar-09 20:14
a.hamidy27-Mar-09 20:14 
AnswerRe: Error while executing .aspx in web browser Pin
Ravi Mori27-Mar-09 20:24
Ravi Mori27-Mar-09 20:24 
QuestionConnect to database between postback [modified] Pin
Civic0627-Mar-09 14:12
Civic0627-Mar-09 14:12 
AnswerRe: Connect to database between postback Pin
tech60327-Mar-09 19:10
tech60327-Mar-09 19:10 
GeneralRe: Connect to database between postback Pin
Civic0628-Mar-09 3:37
Civic0628-Mar-09 3:37 
Questionwhats do i need to do and how do i do it?? Pin
learningman27-Mar-09 10:51
learningman27-Mar-09 10:51 
my gridview has image and when i try to edit and click update i get this

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

Implicit conversion from data type nvarchar to varbinary(max) is not allowed. Use the CONVERT function to run this query.
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.Data.SqlClient.SqlException: Implicit conversion from data type nvarchar to varbinary(max) is not allowed. Use the CONVERT function to run this query.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException (0x80131904): Implicit conversion from data type nvarchar to varbinary(max) is not allowed. Use the CONVERT function to run this query.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +177
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +68
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +199
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2305
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +147
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +1021
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +314
System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) +413
System.Data.SqlClient.SqlCommand.ExecuteNonQuery() +115
System.Web.UI.WebControls.SqlDataSourceView.ExecuteDbCommand(DbCommand command, DataSourceOperation operation) +392
System.Web.UI.WebControls.SqlDataSourceView.ExecuteUpdate(IDictionary keys, IDictionary values, IDictionary oldValues) +643
System.Web.UI.DataSourceView.Update(IDictionary keys, IDictionary values, IDictionary oldValues, DataSourceViewOperationCallback callback) +78
System.Web.UI.WebControls.GridView.HandleUpdate(GridViewRow row, Int32 rowIndex, Boolean causesValidation) +1217
System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +853
System.Web.UI.WebControls.GridView.OnBubbleEvent(Object source, EventArgs e) +87
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.GridViewRow.OnBubbleEvent(Object source, EventArgs e) +117
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +35
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +86
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +155
System.Web.UI.WebControls.LinkButton.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) +172
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4921




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

Can someone guide me????
AnswerRe: whats do i need to do and how do i do it?? Pin
Yusuf27-Mar-09 13:22
Yusuf27-Mar-09 13:22 
AnswerRe: whats do i need to do and how do i do it?? Pin
Colin Angus Mackay27-Mar-09 13:43
Colin Angus Mackay27-Mar-09 13:43 
QuestionThe source ListBox lost its item selections when a target ListBox item selection is cleared Pin
Tomz_KV27-Mar-09 10:49
Tomz_KV27-Mar-09 10:49 
AnswerRe: The source ListBox lost its item selections when a target ListBox item selection is cleared Pin
Ravi Mori27-Mar-09 19:54
Ravi Mori27-Mar-09 19:54 
GeneralRe: The source ListBox lost its item selections when a target ListBox item selection is cleared Pin
Tomz_KV28-Mar-09 3:23
Tomz_KV28-Mar-09 3:23 
AnswerRe: The source ListBox lost its item selections when a target ListBox item selection is cleared Pin
Tomz_KV30-Mar-09 4:14
Tomz_KV30-Mar-09 4:14 
QuestionVisual Studio 2008 with crystal reports 11.5 Pin
Battlehammer27-Mar-09 9:10
Battlehammer27-Mar-09 9:10 
AnswerRe: Visual Studio 2008 with crystal reports 11.5 Pin
Battlehammer7-Apr-09 5:09
Battlehammer7-Apr-09 5:09 
QuestionManiupulating information from a dataset to save it into an array ???? [modified] Pin
lued27-Mar-09 8:28
lued27-Mar-09 8:28 
AnswerRe: Maniupulating information from a dataset to save it into an array ???? Pin
Jörgen Andersson27-Mar-09 11:39
professionalJörgen Andersson27-Mar-09 11:39 
AnswerRe: Maniupulating information from a dataset to save it into an array ???? Pin
a.hamidy27-Mar-09 20:50
a.hamidy27-Mar-09 20:50 
QuestionHighlight and Select Row (clicking anywhere on it) Pin
alvarog0127-Mar-09 7:18
alvarog0127-Mar-09 7:18 
AnswerRe: Highlight and Select Row (clicking anywhere on it) Pin
Jörgen Andersson27-Mar-09 11:28
professionalJörgen Andersson27-Mar-09 11:28 
GeneralRe: Highlight and Select Row (clicking anywhere on it) Pin
alvarog0127-Mar-09 11:36
alvarog0127-Mar-09 11:36 
QuestionComplete ASP.NET Website Template with Security/Roles/Membership etc. Pin
Jasmine Pomelo27-Mar-09 7:00
Jasmine Pomelo27-Mar-09 7:00 
AnswerMicrosoft Website Templates Pin
David Mujica27-Mar-09 7:43
David Mujica27-Mar-09 7:43 
QuestionAjax based web application breaks on html tag in text field Pin
meenakumar27-Mar-09 6:01
meenakumar27-Mar-09 6:01 

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.