Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to pass the values between the datagridview's in different pages Pin
stancrm25-Aug-09 1:12
stancrm25-Aug-09 1:12 
GeneralRe: how to pass the values between the datagridview's in different pages Pin
DaveyM6925-Aug-09 2:53
professionalDaveyM6925-Aug-09 2:53 
GeneralRe: how to pass the values between the datagridview's in different pages Pin
Anjani Poornima25-Aug-09 3:05
Anjani Poornima25-Aug-09 3:05 
AnswerRe: how to pass the values between the datagridview's in different pages Pin
DaveyM6925-Aug-09 2:54
professionalDaveyM6925-Aug-09 2:54 
GeneralRe: how to pass the values between the datagridview's in different pages Pin
Anjani Poornima25-Aug-09 3:05
Anjani Poornima25-Aug-09 3:05 
Questionassign datatable to crystal report Pin
wasifmuneer25-Aug-09 0:18
wasifmuneer25-Aug-09 0:18 
AnswerRe: assign datatable to crystal report Pin
Adam R Harris25-Aug-09 4:59
Adam R Harris25-Aug-09 4:59 
Questionerror background image to a windows form Pin
praveenkumar_vittaboina24-Aug-09 23:35
praveenkumar_vittaboina24-Aug-09 23:35 
QuestionDynamic menu - display the appropritate page based upon menu item selected Pin
Punit Belani24-Aug-09 23:03
Punit Belani24-Aug-09 23:03 
Questionhow can i open an existing excel file as a new document. Pin
amit_8324-Aug-09 22:52
professionalamit_8324-Aug-09 22:52 
Questionnotifyicon help Pin
Erdinc2724-Aug-09 22:37
Erdinc2724-Aug-09 22:37 
AnswerRe: notifyicon help Pin
DaveyM6924-Aug-09 23:08
professionalDaveyM6924-Aug-09 23:08 
GeneralRe: notifyicon help Pin
Erdinc2724-Aug-09 23:37
Erdinc2724-Aug-09 23:37 
GeneralRe: notifyicon help Pin
Erdinc2729-Aug-09 0:56
Erdinc2729-Aug-09 0:56 
Questionam tryin to fill the dropdwn list from the database...but it is not displayin any values..plz help me Pin
ankitjain111024-Aug-09 22:37
ankitjain111024-Aug-09 22:37 
AnswerRe: am tryin to fill the dropdwn list from the database...but it is not displayin any values..plz help me Pin
Nagy Vilmos24-Aug-09 23:09
professionalNagy Vilmos24-Aug-09 23:09 
AnswerRe: am tryin to fill the dropdwn list from the database...but it is not displayin any values..plz help me Pin
Blue_Boy24-Aug-09 23:10
Blue_Boy24-Aug-09 23:10 
AnswerRe: am tryin to fill the dropdwn list from the database...but it is not displayin any values..plz help me Pin
ShineHu24-Aug-09 23:14
ShineHu24-Aug-09 23:14 
QuestionLaunch Browser and pass parameters. Pin
Member 232448324-Aug-09 22:21
Member 232448324-Aug-09 22:21 
AnswerRe: Launch Browser and pass parameters. Pin
Vikram A Punathambekar24-Aug-09 22:29
Vikram A Punathambekar24-Aug-09 22:29 
GeneralRe: Launch Browser and pass parameters. Pin
Member 232448324-Aug-09 22:39
Member 232448324-Aug-09 22:39 
GeneralRe: Launch Browser and pass parameters. Pin
Vikram A Punathambekar25-Aug-09 6:05
Vikram A Punathambekar25-Aug-09 6:05 
Member 2324483 wrote:
If in any case end user have very minimum rights i may not be able to create file even. Here maybe i should think of memory stream?


AFAIK, *every* user will have read + write access to a temp directory. Path.GetTempPath() is your friend. I doubt Word can handle in-memory files.

Member 2324483 wrote:
Are you suggesting to launch directly ms word, excel or acrobat softwares and display docs in them instead of using browser? if yes, the problem with this approach is i need to know and code for all types of docs, if i use browser i no need to bother about this as far as i supply content type and byte array.


Yes, that's what I suggest and it's the cleanest and the easiest. You don't have to handle any extra types, Process.Start("yourfile") will open it with the default program. It's opening with the default browser that is dubious.

Cheers,
Vikram. (Proud to have finally cracked a CCC!)


QuestionMouse move and Opacity Changed problem... Pin
TAFIN24-Aug-09 22:19
TAFIN24-Aug-09 22:19 
Questionhow to pass parameters to an xsd dataset Pin
Jacobus0124-Aug-09 22:12
Jacobus0124-Aug-09 22:12 
Questionwave Format:Mpeg-Layer 3 Pin
javad_200524-Aug-09 21:59
javad_200524-Aug-09 21:59 

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.