Click here to Skip to main content
15,886,745 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: C# in ASP.Net Pin
Suresh Suthar24-Aug-09 21:30
professionalSuresh Suthar24-Aug-09 21:30 
GeneralRe: C# in ASP.Net Pin
darolia.manish24-Aug-09 21:34
darolia.manish24-Aug-09 21:34 
AnswerRe: C# in ASP.Net Pin
geeeeeeeetha25-Aug-09 0:05
geeeeeeeetha25-Aug-09 0:05 
QuestionA grid view from scratch Pin
mrkeivan24-Aug-09 20:32
mrkeivan24-Aug-09 20:32 
AnswerRe: A grid view from scratch Pin
Suresh Suthar24-Aug-09 21:14
professionalSuresh Suthar24-Aug-09 21:14 
Question.net with flex Pin
Amit Patel198524-Aug-09 20:17
Amit Patel198524-Aug-09 20:17 
QuestionIs "string" be the only thing i can send from client to server side Pin
subramanian.rtechconet24-Aug-09 19:53
subramanian.rtechconet24-Aug-09 19:53 
AnswerRe: Is "string" be the only thing i can send from client to server side Pin
SeMartens24-Aug-09 20:26
SeMartens24-Aug-09 20:26 
Hi,

not sure if I got your question right. Which technology do you use? Lowlevel TCP/IP or higher like ASP.NET.

I would say that communicating at a low level (like TCP/IP) everything sent from client to server are bytes. These will be interpreted as string. Since nearly each type has a string representation you can send everything from client to server. It is just a matter of the layer above TCP/IP to build an object from a special type from the received string.

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

QuestionGrid View with null data Pin
Member 426027024-Aug-09 19:39
Member 426027024-Aug-09 19:39 
AnswerRe: Grid View with null data Pin
padmanabhan N24-Aug-09 19:49
padmanabhan N24-Aug-09 19:49 
AnswerRe: Grid View with null data Pin
Amit Patel198524-Aug-09 19:50
Amit Patel198524-Aug-09 19:50 
Questionlogin page Pin
rajni_nanu24-Aug-09 19:18
rajni_nanu24-Aug-09 19:18 
AnswerRe: login page Pin
Christian Graus24-Aug-09 19:27
protectorChristian Graus24-Aug-09 19:27 
GeneralChristian why you are abusing racially with your answer Pin
Mogamboo_Khush_Hua24-Aug-09 20:37
Mogamboo_Khush_Hua24-Aug-09 20:37 
Rant... one of the hordes of unskilled third world programmers ripping off western companies ... Pin
AprNgp24-Aug-09 23:26
AprNgp24-Aug-09 23:26 
Answer[Message Deleted] Pin
haleemasher24-Aug-09 19:45
haleemasher24-Aug-09 19:45 
GeneralRe: login page Pin
N a v a n e e t h24-Aug-09 20:49
N a v a n e e t h24-Aug-09 20:49 
GeneralRe: login page Pin
Ashfield24-Aug-09 21:09
Ashfield24-Aug-09 21:09 
Questiondynamic menu... Pin
RajpootRohan24-Aug-09 19:08
professionalRajpootRohan24-Aug-09 19:08 
AnswerRe: dynamic menu... Pin
Christian Graus24-Aug-09 19:12
protectorChristian Graus24-Aug-09 19:12 
GeneralRe: dynamic menu... Pin
RajpootRohan24-Aug-09 19:30
professionalRajpootRohan24-Aug-09 19:30 
GeneralRe: dynamic menu... Pin
Christian Graus24-Aug-09 19:32
protectorChristian Graus24-Aug-09 19:32 
GeneralRe: dynamic menu... Pin
RajpootRohan24-Aug-09 21:32
professionalRajpootRohan24-Aug-09 21:32 
QuestionCannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
haleemasher24-Aug-09 18:21
haleemasher24-Aug-09 18:21 
AnswerRe: Cannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
Abhijit Jana24-Aug-09 18:34
professionalAbhijit Jana24-Aug-09 18:34 

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.