Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
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 
Questiondata table in dataset Pin
myinstincts24-Aug-09 21:54
myinstincts24-Aug-09 21:54 
AnswerRe: data table in dataset Pin
dan!sh 24-Aug-09 21:59
professional dan!sh 24-Aug-09 21:59 
GeneralRe: data table in dataset Pin
myinstincts24-Aug-09 22:19
myinstincts24-Aug-09 22:19 
Question[Message Deleted] Pin
darolia.manish24-Aug-09 21:47
darolia.manish24-Aug-09 21:47 
AnswerRe: C# Pin
SeMartens24-Aug-09 21:55
SeMartens24-Aug-09 21:55 
AnswerRe: C# Pin
musefan24-Aug-09 21:56
musefan24-Aug-09 21:56 
AnswerRe: C# Pin
Suresh Suthar24-Aug-09 22:15
professionalSuresh Suthar24-Aug-09 22:15 
AnswerRe: C# Pin
Vikram A Punathambekar24-Aug-09 22:33
Vikram A Punathambekar24-Aug-09 22:33 
QuestionProviding Shortcut key for winform - (Ctrl+S) Pin
Prakash N24-Aug-09 21:32
Prakash N24-Aug-09 21:32 
AnswerRe: Providing Shortcut key for winform - (Ctrl+S) Pin
stancrm24-Aug-09 21:47
stancrm24-Aug-09 21:47 
Questionhey i am tryin to get values from my database into drop down list....but theres some prob wid ma code...can anyone help me out plz Pin
ankitjain111024-Aug-09 21:07
ankitjain111024-Aug-09 21:07 
AnswerRe: hey i am tryin to get values from my database into drop down list....but theres some prob wid ma code...can anyone help me out plz Pin
padmanabhan N24-Aug-09 21:10
padmanabhan N24-Aug-09 21:10 
GeneralRe: hey i am tryin to get values from my database into drop down list....but theres some prob wid ma code...can anyone help me out plz Pin
ankitjain111024-Aug-09 21:21
ankitjain111024-Aug-09 21:21 
GeneralRe: hey i am tryin to get values from my database into drop down list....but theres some prob wid ma code...can anyone help me out plz Pin
Suresh Suthar24-Aug-09 21:26
professionalSuresh Suthar24-Aug-09 21:26 

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.