Click here to Skip to main content
15,880,725 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to get data back from client side to the server side Pin
Dhruvil10-Jul-06 2:26
Dhruvil10-Jul-06 2:26 
AnswerRe: How to get data back from client side to the server side Pin
Not Active10-Jul-06 2:51
mentorNot Active10-Jul-06 2:51 
GeneralRe: How to get data back from client side to the server side Pin
Dhruvil10-Jul-06 3:07
Dhruvil10-Jul-06 3:07 
GeneralRe: How to get data back from client side to the server side Pin
Not Active10-Jul-06 3:17
mentorNot Active10-Jul-06 3:17 
GeneralRe: How to get data back from client side to the server side Pin
Dhruvil10-Jul-06 9:18
Dhruvil10-Jul-06 9:18 
GeneralRe: How to get data back from client side to the server side Pin
Not Active10-Jul-06 9:28
mentorNot Active10-Jul-06 9:28 
GeneralRe: How to get data back from client side to the server side Pin
Dhruvil10-Jul-06 15:32
Dhruvil10-Jul-06 15:32 
GeneralRe: How to get data back from client side to the server side Pin
RichardGrimmer11-Jul-06 5:19
RichardGrimmer11-Jul-06 5:19 
To add to outlook, you need to drive the object model. The difficulty will come if in an environment with Exchange SErver, which stores all this stuff centrally. If you're happy just to use the client's Outlook, then google for "Outlook Object Model"...there WILL be version issues as will all office object models however.

In terms of pushing data from the client to the server, the usual way to do this is with a postback (or AJAX if a postback is not desirable). Just post the form to the server, and ypu'll have access to all the bits you need.

(Though if you're feeling brave, you COULD do it all client side with some fairly heavy-duty Javascript!)

"Now I guess I'll sit back and watch people misinterpret what I just said......"
Christian Graus At The Soapbox

QuestionRepitition of records Pin
rais patel10-Jul-06 1:14
rais patel10-Jul-06 1:14 
AnswerRe: Repitition of records Pin
cloudking1196610-Jul-06 1:50
cloudking1196610-Jul-06 1:50 
GeneralRe: Repitition of records Pin
rais patel10-Jul-06 2:05
rais patel10-Jul-06 2:05 
GeneralRe: Repitition of records Pin
Not Active10-Jul-06 2:13
mentorNot Active10-Jul-06 2:13 
GeneralRe: Repitition of records Pin
RichardGrimmer11-Jul-06 5:20
RichardGrimmer11-Jul-06 5:20 
GeneralRe: Repitition of records Pin
Brent Lamborn10-Jul-06 7:02
Brent Lamborn10-Jul-06 7:02 
Questionhow to do this Pin
Sandeep Akhare10-Jul-06 0:48
Sandeep Akhare10-Jul-06 0:48 
AnswerRe: how to do this Pin
_AK_10-Jul-06 0:59
_AK_10-Jul-06 0:59 
AnswerRe: how to do this Pin
Amit Agarrwal10-Jul-06 1:04
Amit Agarrwal10-Jul-06 1:04 
QuestionDropdownlist List items collection from database Pin
For_IT10-Jul-06 0:35
For_IT10-Jul-06 0:35 
AnswerRe: Dropdownlist List items collection from database Pin
_AK_10-Jul-06 0:38
_AK_10-Jul-06 0:38 
GeneralRe: Dropdownlist List items collection from database Pin
For_IT10-Jul-06 4:16
For_IT10-Jul-06 4:16 
GeneralRe: Dropdownlist List items collection from database Pin
_AK_10-Jul-06 20:20
_AK_10-Jul-06 20:20 
GeneralRe: Dropdownlist List items collection from database Pin
Amit Agarrwal11-Jul-06 21:10
Amit Agarrwal11-Jul-06 21:10 
Questionhow to use subdomain Pin
Amit Agarrwal10-Jul-06 0:31
Amit Agarrwal10-Jul-06 0:31 
AnswerRe: how to use subdomain [modified] Pin
Guffa10-Jul-06 3:11
Guffa10-Jul-06 3:11 
GeneralRe: how to use subdomain Pin
Amit Agarrwal10-Jul-06 19:21
Amit Agarrwal10-Jul-06 19:21 

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.