Click here to Skip to main content
15,889,403 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to import/Grab Contact List from email accounts..?? Pin
Michael Sync26-Aug-07 16:36
Michael Sync26-Aug-07 16:36 
AnswerRe: how to import/Grab Contact List from email accounts..?? Pin
Sandeep Nathan21-Apr-09 20:37
Sandeep Nathan21-Apr-09 20:37 
Questionretrive image from database (urgent!) Pin
Milind Panchal26-Aug-07 7:19
Milind Panchal26-Aug-07 7:19 
AnswerRe: retrive image from database (urgent!) Pin
mr.mohsen26-Aug-07 8:17
mr.mohsen26-Aug-07 8:17 
QuestionNewbie stuck with simple ASP.NET and CSS question Pin
Infernojericho26-Aug-07 3:38
Infernojericho26-Aug-07 3:38 
AnswerRe: Newbie stuck with simple ASP.NET and CSS question Pin
Michael Sync26-Aug-07 4:11
Michael Sync26-Aug-07 4:11 
QuestionData Transfer Pin
Amit Kumar G26-Aug-07 2:34
Amit Kumar G26-Aug-07 2:34 
AnswerRe: Data Transfer Pin
Colin Angus Mackay26-Aug-07 3:00
Colin Angus Mackay26-Aug-07 3:00 
Amit Kumar G wrote:
a) How data is trasnfered from client to server and vice versa on Internet.? Is it binary format or something else....


Data is transferred on HTTP (Hyper Text Transfer Protocol) which sits on top of TCP/IP. As the name suggests it is a text based protocol.

Amit Kumar G wrote:
b) Where viewstate is stored? Is it on server memory?


On the page. While the server is processing the page a copy be held in the ViewState property.


Amit Kumar G wrote:
c) Type are stored in which namespaces? Is it system?


Types in general? Or the Type type. There is a class called System.Type. But types, in general, are placed in the namespace in which they were defined.



-- Always write code as if the maintenance programmer were an axe murderer who knows where you live.

Upcoming FREE developer events:
* Glasgow: Agile in the Enterprise Vs. ISVs, Mock Objects, SQL Server CLR Integration, Reporting Services, db4o ...
* Reading: SQL Bits


My website

QuestionHow to Use Words in Unicode Fonts Pin
Kurian_Kurian26-Aug-07 2:11
Kurian_Kurian26-Aug-07 2:11 
Questionsimple text editor Pin
bhuraasif26-Aug-07 1:57
bhuraasif26-Aug-07 1:57 
AnswerRe: simple text editor Pin
Colin Angus Mackay26-Aug-07 2:04
Colin Angus Mackay26-Aug-07 2:04 
AnswerRe: simple text editor Pin
Colin Angus Mackay26-Aug-07 2:05
Colin Angus Mackay26-Aug-07 2:05 
Questionwebpart in gridview Pin
ysunil_7425-Aug-07 20:35
ysunil_7425-Aug-07 20:35 
QuestionOffice Web Components 11 and Vista Pin
Mitch F.25-Aug-07 11:02
Mitch F.25-Aug-07 11:02 
QuestionEmail cheack Pin
Milind Panchal25-Aug-07 6:38
Milind Panchal25-Aug-07 6:38 
AnswerRe: Email cheack Pin
Colin Angus Mackay25-Aug-07 7:00
Colin Angus Mackay25-Aug-07 7:00 
GeneralRe: Email cheack Pin
Milind Panchal25-Aug-07 19:12
Milind Panchal25-Aug-07 19:12 
AnswerRe: Email cheack Pin
Christian Graus25-Aug-07 20:52
protectorChristian Graus25-Aug-07 20:52 
QuestionReversing Hashed Password to plain text Pin
aransiola25-Aug-07 6:27
aransiola25-Aug-07 6:27 
AnswerRe: Reversing Hashed Password to plain text Pin
Colin Angus Mackay25-Aug-07 6:59
Colin Angus Mackay25-Aug-07 6:59 
AnswerRe: Reversing Hashed Password to plain text Pin
Mark Churchill25-Aug-07 20:56
Mark Churchill25-Aug-07 20:56 
Questionweb.config error in Cassini 2.0 Pin
yccheok25-Aug-07 3:33
yccheok25-Aug-07 3:33 
QuestionHelp Regarding Microsoft WSE 3.0 Pin
fadee25-Aug-07 1:57
fadee25-Aug-07 1:57 
AnswerRe: Help Regarding Microsoft WSE 3.0 Pin
Christian Graus25-Aug-07 2:16
protectorChristian Graus25-Aug-07 2:16 
QuestionHow to access Functions in UserControls? Pin
dhulipudi24-Aug-07 23:53
dhulipudi24-Aug-07 23:53 

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.