Click here to Skip to main content
15,925,782 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: forms authentication Pin
Mike Ellison20-Apr-06 2:40
Mike Ellison20-Apr-06 2:40 
QuestionThread was being aborted Pin
sohne20-Apr-06 0:06
sohne20-Apr-06 0:06 
AnswerRe: Thread was being aborted Pin
minhpc_bk20-Apr-06 16:13
minhpc_bk20-Apr-06 16:13 
Questiontwo headers for datagrid Pin
luckyv19-Apr-06 23:55
luckyv19-Apr-06 23:55 
AnswerRe: two headers for datagrid Pin
Mike Ellison20-Apr-06 2:39
Mike Ellison20-Apr-06 2:39 
Questionhow to create " help " Pin
scarfaced19-Apr-06 23:52
scarfaced19-Apr-06 23:52 
QuestionHow I can Restrict my user to dont save documet file on his/her local machine Pin
khurram mukhtar19-Apr-06 23:38
khurram mukhtar19-Apr-06 23:38 
AnswerRe: How I can Restrict my user to dont save documet file on his/her local machine Pin
Mike Ellison20-Apr-06 3:13
Mike Ellison20-Apr-06 3:13 
You can't restrict the user that way, and I'm not sure you want to.

The only way I can think of for the user to send your server a Word file through an ASP.NET application would be through a file upload control, which would necessitate the user saving the file on his/her machine first, then browsing for it in the file upload control.

I would think another approach would be to have a special Word 2003 toolbar installed for your users that would have a "save to server" button which could (perhaps? I've never tried this, so I'm guessing here) use VBA code to send the current document to your server...
QuestionCatch differences between 2 DataTables Pin
ZiggY8119-Apr-06 23:12
ZiggY8119-Apr-06 23:12 
QuestionDownload and save File from Server Pin
dumser119-Apr-06 22:39
dumser119-Apr-06 22:39 
AnswerRe: Download and save File from Server Pin
minhpc_bk19-Apr-06 23:12
minhpc_bk19-Apr-06 23:12 
GeneralRe: Download and save File from Server Pin
Vishnu vardhan rao20-Apr-06 1:51
Vishnu vardhan rao20-Apr-06 1:51 
QuestionDates and validation Pin
Uma Kameswari19-Apr-06 22:38
Uma Kameswari19-Apr-06 22:38 
AnswerRe: Dates and validation Pin
varshavmane19-Apr-06 22:46
varshavmane19-Apr-06 22:46 
GeneralRe: Dates and validation Pin
Vishnu vardhan rao20-Apr-06 1:48
Vishnu vardhan rao20-Apr-06 1:48 
AnswerRe: Dates and validation Pin
minhpc_bk19-Apr-06 23:14
minhpc_bk19-Apr-06 23:14 
AnswerRe: Dates and validation Pin
chakkara200320-Apr-06 21:14
chakkara200320-Apr-06 21:14 
QuestionDataGrid in POPUP dialog and get the selected Value. Pin
varshavmane19-Apr-06 22:32
varshavmane19-Apr-06 22:32 
QuestionMail sending Pin
kirthikirthi19-Apr-06 22:00
kirthikirthi19-Apr-06 22:00 
AnswerRe: Mail sending Pin
Vasudevan Deepak Kumar19-Apr-06 23:24
Vasudevan Deepak Kumar19-Apr-06 23:24 
QuestionDouble header in datagrid Pin
luckyv19-Apr-06 21:08
luckyv19-Apr-06 21:08 
AnswerRe: Double header in datagrid Pin
Miguel_TX29-Apr-06 19:09
Miguel_TX29-Apr-06 19:09 
QuestionAdd Controls in runtime Pin
nesaraja19-Apr-06 21:07
nesaraja19-Apr-06 21:07 
AnswerRe: Add Controls in runtime Pin
minhpc_bk19-Apr-06 21:54
minhpc_bk19-Apr-06 21:54 
GeneralRe: Add Controls in runtime Pin
nesaraja19-Apr-06 22:32
nesaraja19-Apr-06 22:32 

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.