Click here to Skip to main content
16,016,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDatagrid or gridview whith insert button Pin
amina8921-Sep-08 23:58
amina8921-Sep-08 23:58 
AnswerRe: Datagrid or gridview whith insert button Pin
Prashant B. Lavate22-Sep-08 1:25
Prashant B. Lavate22-Sep-08 1:25 
AnswerRe: Datagrid or gridview whith insert button Pin
amina8922-Sep-08 1:43
amina8922-Sep-08 1:43 
QuestionRe: Datagrid or gridview whith insert button Pin
amina8922-Sep-08 3:31
amina8922-Sep-08 3:31 
QuestionRe: Datagrid or gridview whith insert button Pin
amina8924-Sep-08 2:34
amina8924-Sep-08 2:34 
QuestionChange Password Policy thru .NET Pin
Tripathi Swati21-Sep-08 23:52
Tripathi Swati21-Sep-08 23:52 
AnswerRe: Change Password Policy thru .NET Pin
Paddy Boyd22-Sep-08 0:39
Paddy Boyd22-Sep-08 0:39 
Questiondatagrid problem Pin
Kissy1621-Sep-08 23:37
Kissy1621-Sep-08 23:37 
Here i am trying to convert grid data into pdf format.
when i am running i am getting the following error.

Acrobat reader
'File does not begin with %PDF-'

Here is my code on button click event,on page load i am filling datagrid(dg) with data

Response.ContentType = "application/pdf"
Response.Charset = ""
Me.EnableViewState = False
Dim tw As System.IO.StringWriter = New System.IO.StringWriter
Dim hw As System.Web.UI.HtmlTextWriter = New HtmlTextWriter(tw)
dg.RenderControl(hw)
Response.Write(tw.ToString())
Response.End()

Can anybody solve my problem.
i want to write griddata into pdf format.
i am using .net 1.1.

kissy

AnswerRe: datagrid problem Pin
Karan_TN21-Sep-08 23:53
Karan_TN21-Sep-08 23:53 
GeneralRe: datagrid problem Pin
Kissy1621-Sep-08 23:55
Kissy1621-Sep-08 23:55 
AnswerRe: datagrid problem Pin
Prashant B. Lavate22-Sep-08 1:31
Prashant B. Lavate22-Sep-08 1:31 
GeneralRe: datagrid problem Pin
Kissy1622-Sep-08 1:49
Kissy1622-Sep-08 1:49 
QuestionImage Pin
mary_sa21-Sep-08 23:23
mary_sa21-Sep-08 23:23 
AnswerRe: Image Pin
Prashant B. Lavate21-Sep-08 23:24
Prashant B. Lavate21-Sep-08 23:24 
GeneralRe: Image Pin
mary_sa21-Sep-08 23:36
mary_sa21-Sep-08 23:36 
GeneralRe: Image Pin
Prashant B. Lavate22-Sep-08 1:20
Prashant B. Lavate22-Sep-08 1:20 
GeneralRe: Image Pin
mary_sa22-Sep-08 1:43
mary_sa22-Sep-08 1:43 
QuestionImporing Contacts from Orkut,facebook. Pin
Prashant B. Lavate21-Sep-08 23:13
Prashant B. Lavate21-Sep-08 23:13 
QuestionHyperlink in gridview (columns are created dynamically) [modified] Pin
Karan_TN21-Sep-08 22:38
Karan_TN21-Sep-08 22:38 
Questionchanging header text in the accordian control dynamically Pin
Krazy Programmer21-Sep-08 22:22
Krazy Programmer21-Sep-08 22:22 
AnswerRe: changing header text in the accordian control dynamically Pin
Prashant B. Lavate21-Sep-08 23:31
Prashant B. Lavate21-Sep-08 23:31 
GeneralRe: changing header text in the accordian control dynamically Pin
Krazy Programmer22-Sep-08 0:37
Krazy Programmer22-Sep-08 0:37 
GeneralRe: changing header text in the accordian control dynamically Pin
Prashant B. Lavate22-Sep-08 1:21
Prashant B. Lavate22-Sep-08 1:21 
Questionnew row in girdView using JavaScript Pin
Amr M. K.21-Sep-08 22:20
Amr M. K.21-Sep-08 22:20 
QuestionFlash Border Pin
mehrdadc4821-Sep-08 22:18
mehrdadc4821-Sep-08 22:18 

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.