Click here to Skip to main content
15,902,198 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGridview Edit can not bind check box Pin
Sarfaraj Ahmed18-Jun-08 0:32
Sarfaraj Ahmed18-Jun-08 0:32 
AnswerRe: Gridview Edit can not bind check box Pin
Venkatesh Mookkan18-Jun-08 1:01
Venkatesh Mookkan18-Jun-08 1:01 
AnswerRe: Gridview Edit can not bind check box Pin
Imran Khan Pathan18-Jun-08 1:04
Imran Khan Pathan18-Jun-08 1:04 
QuestionFreeze Header in Gridview Pin
SathyaSiva18-Jun-08 0:10
SathyaSiva18-Jun-08 0:10 
AnswerRe: Freeze Header in Gridview Pin
meeram39518-Jun-08 2:14
meeram39518-Jun-08 2:14 
GeneralRe: Freeze Header in Gridview Pin
SathyaSiva18-Jun-08 2:31
SathyaSiva18-Jun-08 2:31 
QuestionI am not getting id value Pin
r aa j18-Jun-08 0:10
r aa j18-Jun-08 0:10 
Questiondownloading error while using ajax Pin
Pankaj Garg17-Jun-08 23:45
Pankaj Garg17-Jun-08 23:45 
i was tryig to download the file through the gridview link button.The gridview is in the update panel.
on cliking the link button it showed the followig error
"Sys.Webforms.PageRequestParserErrorException: The message received from the server could not be parsed. Errors parsing near
there were few square boxes after this.
I am writing the following code.


string filename = f.Name;<br />
            Response.ContentType = "application/octet-stream";<br />
            Response.AddHeader("content-disposition", "attachment; filename = " + str);<br />
            Response.BinaryWrite(b);<br />
            Response.End();

Please help.

If you have an apple & I have an apple and we exchange our apples, then each of us will still have only one apple but if you have an idea & I have an idea and we exchange our ideas, then each of us will have two ideas!

AnswerRe: downloading error while using ajax Pin
Imran Khan Pathan18-Jun-08 1:21
Imran Khan Pathan18-Jun-08 1:21 
GeneralRe: downloading error while using ajax Pin
Pankaj Garg18-Jun-08 1:40
Pankaj Garg18-Jun-08 1:40 
QuestionPasswordRecovery Control Pin
jason_mf17-Jun-08 23:37
jason_mf17-Jun-08 23:37 
AnswerRe: PasswordRecovery Control Pin
Sam Xavier18-Jun-08 9:11
Sam Xavier18-Jun-08 9:11 
Questionconnection to database using asp.net with vb Pin
harish.k1217-Jun-08 23:37
harish.k1217-Jun-08 23:37 
AnswerRe: connection to database using asp.net with vb Pin
Masood Kochi,SSF17-Jun-08 23:42
Masood Kochi,SSF17-Jun-08 23:42 
AnswerRe: connection to database using asp.net with vb Pin
Imran Khan Pathan18-Jun-08 1:13
Imran Khan Pathan18-Jun-08 1:13 
QuestionAJAX Modal Popup Extender Pin
immu517-Jun-08 23:36
immu517-Jun-08 23:36 
AnswerRe: AJAX Modal Popup Extender Pin
Imran Khan Pathan18-Jun-08 1:09
Imran Khan Pathan18-Jun-08 1:09 
QuestionMOSS / Reporting Services integrated - object model [modified] Pin
6o'clock17-Jun-08 23:25
6o'clock17-Jun-08 23:25 
QuestionWindow Positioning in webpage? Pin
Masood Kochi,SSF17-Jun-08 23:11
Masood Kochi,SSF17-Jun-08 23:11 
AnswerRe: Window Positioning in webpage? Pin
Sam Xavier18-Jun-08 9:13
Sam Xavier18-Jun-08 9:13 
Questionreading a file Pin
Ebube17-Jun-08 23:10
Ebube17-Jun-08 23:10 
AnswerRe: reading a file Pin
J a a n s18-Jun-08 1:27
professionalJ a a n s18-Jun-08 1:27 
QuestionhOW TO WRITE IN EXCEL Pin
Raghvendra Kumar Roy17-Jun-08 23:10
Raghvendra Kumar Roy17-Jun-08 23:10 
QuestionProblem with Word component for spell checking Pin
Vsree17-Jun-08 23:03
Vsree17-Jun-08 23:03 
QuestionCheck change in page values during post Pin
imsathy17-Jun-08 21:28
imsathy17-Jun-08 21:28 

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.