Click here to Skip to main content
15,920,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: bind multiple XMLDataSource to one Repeater Pin
Anurag Gandhi15-Nov-12 21:20
professionalAnurag Gandhi15-Nov-12 21:20 
QuestionAspx control Pin
rakeshs31214-Nov-12 21:07
rakeshs31214-Nov-12 21:07 
AnswerRe: Aspx control Pin
Robert Bettinelli3-Dec-12 15:30
Robert Bettinelli3-Dec-12 15:30 
QuestionCould not load file or assembly Pin
xut244714-Nov-12 20:11
xut244714-Nov-12 20:11 
AnswerRe: Could not load file or assembly Pin
ZurdoDev16-Nov-12 7:42
professionalZurdoDev16-Nov-12 7:42 
QuestionProblem with foreach loop in MVC 3 Razor View Pin
solomon20114-Nov-12 4:09
solomon20114-Nov-12 4:09 
AnswerRe: Problem with foreach loop in MVC 3 Razor View Pin
n.podbielski14-Nov-12 6:34
n.podbielski14-Nov-12 6:34 
GeneralRe: Problem with foreach loop in MVC 3 Razor View Pin
Mayank_Gupta_28-Nov-12 15:28
professionalMayank_Gupta_28-Nov-12 15:28 
GeneralRe: Problem with foreach loop in MVC 3 Razor View Pin
n.podbielski29-Nov-12 6:22
n.podbielski29-Nov-12 6:22 
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 

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.