Click here to Skip to main content
15,901,853 members
Home / Discussions / Web Development
   

Web Development

 
GeneralAsp Split and Join Pin
mjaywoods214-Aug-05 23:23
sussmjaywoods214-Aug-05 23:23 
GeneralRe: Asp Split and Join Pin
Member 55690214-Aug-05 23:49
Member 55690214-Aug-05 23:49 
GeneralRe: Asp Split and Join Pin
Guffa15-Aug-05 0:41
Guffa15-Aug-05 0:41 
GeneralRe: Asp Split and Join Pin
mjaywoods215-Aug-05 0:51
sussmjaywoods215-Aug-05 0:51 
GeneralRe: Asp Split and Join Pin
Guffa15-Aug-05 7:29
Guffa15-Aug-05 7:29 
GeneralRe: Asp Split and Join Pin
Anonymous15-Aug-05 4:08
Anonymous15-Aug-05 4:08 
GeneralWeb App Storing Documents in SQL Server Pin
Mike L.14-Aug-05 21:37
Mike L.14-Aug-05 21:37 
GeneralRe: Web App Storing Documents in SQL Server Pin
minhpc_bk14-Aug-05 23:50
minhpc_bk14-Aug-05 23:50 
Hi Mike,
+ To display a dialog box which allows the user to select a document on the client machine and upload it to the server, you can use an input file element. You can find the article posted on CP as an example:
http://www.codeproject.com/aspnet/fileupload.asp[^]

+ To store the Word document in SQL, you can define a column of the image type.

+ To insert/retrieve the content of the word document, you can use the ADO.NET[^] to implement the functionality. In addition to the above example, you can check out tons of examples in MSDN[^], CP and the internet.

+ To display the word document in the browser, you can save the content to disk and simply use a link to point to the file. You can also write out the content to the output stream of the Reponse object. Again, the above fileupload article can give you an idea on the issue.
GeneralISAPI extension with non browser apps Pin
balu chettri13-Aug-05 21:31
balu chettri13-Aug-05 21:31 
GeneralRe: ISAPI extension with non browser apps Pin
Vasudevan Deepak Kumar14-Aug-05 1:59
Vasudevan Deepak Kumar14-Aug-05 1:59 
GeneralJavascript problem Pin
fakefur12-Aug-05 13:54
fakefur12-Aug-05 13:54 
GeneralRe: Javascript problem Pin
Guffa12-Aug-05 22:23
Guffa12-Aug-05 22:23 
GeneralRe: Javascript problem Pin
fakefur14-Aug-05 16:24
fakefur14-Aug-05 16:24 
GeneralRe: Javascript problem Pin
Guffa14-Aug-05 19:08
Guffa14-Aug-05 19:08 
GeneralVery newb question Pin
Esmo200012-Aug-05 9:17
Esmo200012-Aug-05 9:17 
GeneralRe: Very newb question Pin
fakefur12-Aug-05 15:01
fakefur12-Aug-05 15:01 
GeneralUser controlled auto refresh Pin
RadioButton12-Aug-05 6:32
RadioButton12-Aug-05 6:32 
GeneralRe: User controlled auto refresh Pin
Vasudevan Deepak Kumar14-Aug-05 2:01
Vasudevan Deepak Kumar14-Aug-05 2:01 
GeneralHELP!! UREGENT. with publishing my ASP on APACHE Pin
evlxtc12-Aug-05 2:02
evlxtc12-Aug-05 2:02 
GeneralRe: HELP!! UREGENT. with publishing my ASP on APACHE Pin
fakefur12-Aug-05 13:59
fakefur12-Aug-05 13:59 
GeneralRe: HELP!! UREGENT. with publishing my ASP on APACHE Pin
evlxtc12-Aug-05 21:04
evlxtc12-Aug-05 21:04 
GeneralRe: HELP!! UREGENT. with publishing my ASP on APACHE Pin
Vasudevan Deepak Kumar14-Aug-05 2:04
Vasudevan Deepak Kumar14-Aug-05 2:04 
GeneralRe: HELP!! UREGENT. with publishing my ASP on APACHE Pin
evlxtc15-Aug-05 0:53
evlxtc15-Aug-05 0:53 
Generalpassing anchor to parent page with javascript Pin
playout12-Aug-05 0:55
playout12-Aug-05 0:55 
GeneralRe: passing anchor to parent page with javascript Pin
Guffa12-Aug-05 5:39
Guffa12-Aug-05 5:39 

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.