Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem with foreach loop in MVC 3 Razor View Pin
vicent estevan19-Nov-12 2:11
vicent estevan19-Nov-12 2:11 
QuestionHRM and Payroll Pin
silentspeaker13-Nov-12 19:59
silentspeaker13-Nov-12 19:59 
AnswerRe: HRM and Payroll Pin
Sandeep Mewara13-Nov-12 21:18
mveSandeep Mewara13-Nov-12 21:18 
GeneralRe: HRM and Payroll Pin
jkirkerx14-Nov-12 7:49
professionaljkirkerx14-Nov-12 7:49 
QuestionSaving Files From SQL to a Specific Folder without Prompt Pin
εїзεїзεїз13-Nov-12 19:36
εїзεїзεїз13-Nov-12 19:36 
AnswerRe: Saving Files From SQL to a Specific Folder without Prompt Pin
Sandeep Mewara13-Nov-12 21:24
mveSandeep Mewara13-Nov-12 21:24 
GeneralRe: Saving Files From SQL to a Specific Folder without Prompt Pin
εїзεїзεїз14-Nov-12 0:21
εїзεїзεїз14-Nov-12 0:21 
AnswerRe: Saving Files From SQL to a Specific Folder without Prompt Pin
Bernhard Hiller13-Nov-12 21:36
Bernhard Hiller13-Nov-12 21:36 
As with many people asking questions related to the web here on CP, also you ought to learn to differentiate where what happens! ASP.Net runs on the web server. That is normally not the machine where the user looks at your web pages in a browser - though many developers do both things on the same one computer. The "save file dialog" is opened by the browser on the client - that is not an ASP.Net function.
If a web page wants to write some files onto my hard disk without asking me for permission, I would not trust it: I'd think of malware. Yes, there are security holes in many browsers allowing for such bad things, and they ought to get fixed as soon as possible.
AnswerRe: Saving Files From SQL to a Specific Folder without Prompt Pin
Richard Deeming14-Nov-12 1:58
mveRichard Deeming14-Nov-12 1:58 
GeneralRe: Saving Files From SQL to a Specific Folder without Prompt Pin
εїзεїзεїз14-Nov-12 4:25
εїзεїзεїз14-Nov-12 4:25 
Questionworker process with single to instance Pin
anishkannan13-Nov-12 19:16
anishkannan13-Nov-12 19:16 
AnswerRe: worker process with single to instance Pin
n.podbielski14-Nov-12 6:39
n.podbielski14-Nov-12 6:39 
GeneralRe: worker process with single to instance Pin
anishkannan14-Nov-12 18:05
anishkannan14-Nov-12 18:05 
GeneralRe: worker process with single to instance Pin
n.podbielski14-Nov-12 20:23
n.podbielski14-Nov-12 20:23 
QuestionHide ".aspx" from the page name Pin
mhadef12-Nov-12 23:50
mhadef12-Nov-12 23:50 
AnswerRe: Hide ".aspx" from the page name Pin
Pete O'Hanlon13-Nov-12 0:45
mvePete O'Hanlon13-Nov-12 0:45 
GeneralRe: Hide ".aspx" from the page name Pin
mhadef13-Nov-12 20:56
mhadef13-Nov-12 20:56 
AnswerRe: Hide ".aspx" from the page name Pin
Senaid Maksumic13-Nov-12 10:39
Senaid Maksumic13-Nov-12 10:39 
GeneralRe: Hide ".aspx" from the page name Pin
mhadef13-Nov-12 20:52
mhadef13-Nov-12 20:52 
AnswerRe: Hide ".aspx" from the page name Pin
Sandeep Mewara13-Nov-12 21:27
mveSandeep Mewara13-Nov-12 21:27 
QuestionCreate a Google Chrome New Tab-based content page in ASP.NET Pin
thes@int12-Nov-12 23:21
thes@int12-Nov-12 23:21 
AnswerRe: Create a Google Chrome New Tab-based content page in ASP.NET Pin
Pete O'Hanlon13-Nov-12 0:47
mvePete O'Hanlon13-Nov-12 0:47 
GeneralRe: Create a Google Chrome New Tab-based content page in ASP.NET Pin
thes@int13-Nov-12 2:05
thes@int13-Nov-12 2:05 
AnswerRe: Create a Google Chrome New Tab-based content page in ASP.NET Pin
n.podbielski13-Nov-12 7:24
n.podbielski13-Nov-12 7:24 
AnswerRe: Create a Google Chrome New Tab-based content page in ASP.NET Pin
xut244714-Nov-12 20:18
xut244714-Nov-12 20:18 

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.