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

ASP.NET

 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
skhan173-Sep-09 9:49
skhan173-Sep-09 9:49 
GeneralRe: How to insert/update a row/cell in datagrid? Pin
Not Active3-Sep-09 10:10
mentorNot Active3-Sep-09 10:10 
QuestionRedirect URL problem Pin
zeeShan anSari3-Sep-09 7:10
zeeShan anSari3-Sep-09 7:10 
AnswerRe: Redirect URL problem Pin
Abhishek Sur3-Sep-09 9:28
professionalAbhishek Sur3-Sep-09 9:28 
GeneralRe: Redirect URL problem Pin
zeeShan anSari3-Sep-09 11:10
zeeShan anSari3-Sep-09 11:10 
AnswerRe: Redirect URL problem Pin
Edbert P3-Sep-09 16:33
Edbert P3-Sep-09 16:33 
QuestionSetting x-microsoftajax: Delta=true header is giving http error 400 Pin
Ash_VCPP3-Sep-09 4:31
Ash_VCPP3-Sep-09 4:31 
AnswerRe: Setting x-microsoftajax: Delta=true header is giving http error 400 Pin
Abhishek Sur3-Sep-09 7:42
professionalAbhishek Sur3-Sep-09 7:42 
Are you using XmlHttpRequest for this??

I think what asp.NET does... from within the updatepanel.. if a request is made. the postback is suppressed and AJAX page creates an XMLHttpRequest object and places the special request with x-microsoft: Delta=true and receives only the part of data which corresponds to the update panel..

This is purely an AJAX request and the output you get from those request will not hold the entire page. If are putting your custom request by making an object of XMLHttpRequest yourself, you need to know what are the other things that the request must contain before this could get an output. This is purely a custom request made by Microsoft. 400 means bad request or Page doesnt exists...

Thus rather than making this type of request, it is always better to expose the data in one page and make a call normally to it. Tweaking between custom forms and viewstate entries is not always good... (At least who knows this internal form structure might change in next version of UpdatePanel)

Cool | :cool:

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: Setting x-microsoftajax: Delta=true header is giving http error 400 Pin
Ash_VCPP3-Sep-09 21:35
Ash_VCPP3-Sep-09 21:35 
Question[Message Deleted] Pin
ToddHileHoffer3-Sep-09 3:06
ToddHileHoffer3-Sep-09 3:06 
AnswerRe: Entity Model Insert Pin
Not Active3-Sep-09 3:35
mentorNot Active3-Sep-09 3:35 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer3-Sep-09 3:53
ToddHileHoffer3-Sep-09 3:53 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer3-Sep-09 4:09
ToddHileHoffer3-Sep-09 4:09 
GeneralRe: Entity Model Insert Pin
Not Active3-Sep-09 4:46
mentorNot Active3-Sep-09 4:46 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer3-Sep-09 4:51
ToddHileHoffer3-Sep-09 4:51 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer3-Sep-09 4:52
ToddHileHoffer3-Sep-09 4:52 
GeneralRe: Entity Model Insert Pin
Edbert P3-Sep-09 16:46
Edbert P3-Sep-09 16:46 
GeneralRe: Entity Model Insert Pin
ToddHileHoffer4-Sep-09 3:48
ToddHileHoffer4-Sep-09 3:48 
QuestionDynamically populate dropdown dependent on another dropdown using SqlDataSource Pin
rikhav3-Sep-09 2:28
rikhav3-Sep-09 2:28 
AnswerRe: Dynamically populate dropdown dependent on another dropdown using SqlDataSource Pin
Arun Jacob3-Sep-09 2:35
Arun Jacob3-Sep-09 2:35 
QuestionGridView inside UpdatePanel not Uploading Image Pin
.NET- India 3-Sep-09 1:55
.NET- India 3-Sep-09 1:55 
AnswerRe: GridView inside UpdatePanel not Uploading Image Pin
Abhishek Sur3-Sep-09 7:48
professionalAbhishek Sur3-Sep-09 7:48 
GeneralRe: GridView inside UpdatePanel not Uploading Image Pin
.NET- India 3-Sep-09 21:38
.NET- India 3-Sep-09 21:38 
GeneralRe: GridView inside UpdatePanel not Uploading Image [modified] Pin
Abhishek Sur4-Sep-09 7:45
professionalAbhishek Sur4-Sep-09 7:45 
GeneralRe: GridView inside UpdatePanel not Uploading Image Pin
macupryk28-Oct-09 14:58
macupryk28-Oct-09 14:58 

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.