473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Data Format from Client to Server

Hi,

Can anyone tell me the format of the data sent to the server (from the
client) on a Postback.

For example, when a button is press on a form what is actual sent back to
the server.

Cheers

gwc
Aug 7 '06 #1
2 877
Gary,

Check http://www.w3.org/Protocols/HTTP/Request.html for the format of a http
request.

To answer your question, the http request will contain details of the events
(includign cached events like TextChanged for a textbox, selectedindexchanged
for a dropwdown) as hidden types.

Regards,
Augustin

"Gary Coutts" wrote:
Hi,

Can anyone tell me the format of the data sent to the server (from the
client) on a Postback.

For example, when a button is press on a form what is actual sent back to
the server.

Cheers

gwc
Aug 7 '06 #2
Augustin,

Thanks for the reply.

Do you know where I could get some real world examples of the request
message.

Best Regards

Gary
"Augustin Prasanna" <Au**************@discussions.microsoft.comwrote in
message news:6F**********************************@microsof t.com...
Gary,

Check http://www.w3.org/Protocols/HTTP/Request.html for the format of a
http
request.

To answer your question, the http request will contain details of the
events
(includign cached events like TextChanged for a textbox,
selectedindexchanged
for a dropwdown) as hidden types.

Regards,
Augustin

"Gary Coutts" wrote:
Hi,

Can anyone tell me the format of the data sent to the server (from the
client) on a Postback.

For example, when a button is press on a form what is actual sent back
to
the server.

Cheers

gwc


Aug 7 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Pavils Jurjans | last post by:
Hello, I have a fairly complex project with server-side written in C# (.NET), and client-side heavily relying on the presence on JavaScript-compatible scripting engine. One of the features thie...
5
by: localhost | last post by:
Network socket client code works correctly: byte nameBytes = new byte; recvData = inStream.Read( nameBytes , 0 , 1024 ); string fileNameRaw = System.Text.Encoding.UTF8.GetString( nameBytes );...
41
by: laimis | last post by:
Hey guys, I just recently got introduced to data mappers (DTO mapper). So now I have a SqlHelper being used by DTOMapper and then business layer is using DTOMapper when it needs to persist...
2
by: Dnna | last post by:
I have a table which is bound to an Internet Explorer XML data island. I'm using ASP.NET's client-side validators for an input field in the table. The problem is that if the input fields are in...
7
by: Crirus | last post by:
Hi all! I use a webClient for requesting data from a server of mine. Should I worry about long ammount of data sent by server in the client side? Or, another way, should I send some kind of a...
9
by: MR | last post by:
I get the following Exception "The data at the root level is invalid. Line 1, position 642" whenever I try to deserialize an incoming SOAP message. The incoming message is formed well and its...
11
by: E.T. Grey | last post by:
Hi, I have an interesting problem. I have a (LARGE) set of historical data that I want to keep on a central server, as several separate files. I want a client process to be able to request the...
9
by: David Harris | last post by:
Ok, so I'm semi-new to .NET, having done everything manually with SQL code back in VB6. So before I program this up completely manually again, I thought I'd ask for better ways to think through...
1
by: Terrance | last post by:
I'm trying to create a small messenger program that uses the tcpclient and tcplistenter objects. When I start the application and run the thread that fires the tcplistener; once the client sends...
3
by: xhe | last post by:
I found Jason is a very handy data format for client/server communication. But I just met a problem as follows: I want to read the data replied from server in Jason format, the reply is like...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.