Click here to Skip to main content
16,004,406 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Excel Conversion Error Pin
Sathesh Sakthivel12-Jun-07 20:51
Sathesh Sakthivel12-Jun-07 20:51 
GeneralRe: Excel Conversion Error Pin
_AK_12-Jun-07 20:53
_AK_12-Jun-07 20:53 
GeneralRe: Excel Conversion Error Pin
Sathesh Sakthivel12-Jun-07 20:56
Sathesh Sakthivel12-Jun-07 20:56 
AnswerRe: Excel Conversion Error Pin
DKalepu12-Jun-07 20:57
DKalepu12-Jun-07 20:57 
GeneralRe: Excel Conversion Error Pin
_AK_12-Jun-07 20:59
_AK_12-Jun-07 20:59 
GeneralRe: Excel Conversion Error Pin
DKalepu12-Jun-07 21:04
DKalepu12-Jun-07 21:04 
GeneralRe: Excel Conversion Error Pin
_AK_12-Jun-07 21:10
_AK_12-Jun-07 21:10 
GeneralRe: Excel Conversion Error Pin
DKalepu12-Jun-07 21:15
DKalepu12-Jun-07 21:15 
hmm...but whats wrong from my side:

I executed it again but still the same error persists

here is the error::

Control 'myGridView' of type 'GridView' must be placed inside a form tag with runat=server.
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.Web.HttpException: Control 'myGridView' of type 'GridView' must be placed inside a form tag with runat=server.

Source Error:


Line 63: System.IO.StringWriter stringWrite = new System.IO.StringWriter();
Line 64: System.Web.UI.HtmlTextWriter htmlWrite = new HtmlTextWriter(stringWrite);
Line 65: myGridView.RenderControl(htmlWrite);
Line 66: Response.Write(stringWrite.ToString());
Line 67: Response.End();


GeneralRe: Excel Conversion Error Pin
DKalepu12-Jun-07 21:17
DKalepu12-Jun-07 21:17 
AnswerRe: Excel Conversion Error Pin
Jay_se12-Jun-07 21:22
Jay_se12-Jun-07 21:22 
GeneralRe: Excel Conversion Error Pin
Venkatesh Mookkan12-Jun-07 22:23
Venkatesh Mookkan12-Jun-07 22:23 
GeneralRe: Excel Conversion Error [modified] Pin
Jay_se12-Jun-07 23:29
Jay_se12-Jun-07 23:29 
AnswerRe: Excel Conversion Error Pin
Venkatesh Mookkan12-Jun-07 21:31
Venkatesh Mookkan12-Jun-07 21:31 
GeneralRe: Excel Conversion Error Pin
Jay_se12-Jun-07 21:37
Jay_se12-Jun-07 21:37 
GeneralRe: Excel Conversion Error Pin
Venkatesh Mookkan12-Jun-07 21:41
Venkatesh Mookkan12-Jun-07 21:41 
AnswerRe: Excel Conversion Error Pin
DKalepu12-Jun-07 21:47
DKalepu12-Jun-07 21:47 
Questiontree page map Pin
kvijayajyothy12-Jun-07 20:45
kvijayajyothy12-Jun-07 20:45 
QuestionSession Pin
ShuklaGirish12-Jun-07 20:45
ShuklaGirish12-Jun-07 20:45 
AnswerRe: Session Pin
_AK_12-Jun-07 20:48
_AK_12-Jun-07 20:48 
GeneralRe: Session Pin
ShuklaGirish13-Jun-07 20:14
ShuklaGirish13-Jun-07 20:14 
GeneralRe: Session Pin
_AK_13-Jun-07 20:17
_AK_13-Jun-07 20:17 
AnswerRe: Session Pin
Chetan Ranpariya12-Jun-07 20:48
Chetan Ranpariya12-Jun-07 20:48 
AnswerRe: Session Pin
Sathesh Sakthivel12-Jun-07 20:49
Sathesh Sakthivel12-Jun-07 20:49 
Questionasp.net Pin
ling_luv12-Jun-07 20:21
ling_luv12-Jun-07 20:21 
AnswerRe: asp.net Pin
Chetan Ranpariya12-Jun-07 20:23
Chetan Ranpariya12-Jun-07 20:23 

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.