Click here to Skip to main content
15,893,381 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Webservice fileupload timeout Pin
circle-driver8-Apr-09 22:52
circle-driver8-Apr-09 22:52 
GeneralRe: Webservice fileupload timeout Pin
circle-driver8-Apr-09 22:45
circle-driver8-Apr-09 22:45 
GeneralRe: Webservice fileupload timeout Pin
Rajeesh MP8-Apr-09 23:47
Rajeesh MP8-Apr-09 23:47 
AnswerSolved! Pin
circle-driver12-Apr-09 23:24
circle-driver12-Apr-09 23:24 
GeneralRe: Solved! Pin
Yusuf13-Apr-09 13:56
Yusuf13-Apr-09 13:56 
AnswerRe: Webservice fileupload timeout [modified] Pin
circle-driver9-Apr-09 1:25
circle-driver9-Apr-09 1:25 
Questionasp.net, ado.net, c# question Pin
jboyd1118-Apr-09 11:17
jboyd1118-Apr-09 11:17 
AnswerRe: asp.net, ado.net, c# question Pin
Christian Graus8-Apr-09 11:26
protectorChristian Graus8-Apr-09 11:26 
Good question. In fact, your database queries SHOULD come from a seperate dll which encapsulates DB code. Microsoft have added ways to do database stuff in the ASPX, but no-one uses them except hobbyists and people who don't know/don't care about writing good code. You should run from any control that has you typing SQL into your aspx. You should try to wrap your database code into a seperate layer. Ideally, your database layer would not return database objects but take and return lists of classes in your project.

Christian Graus

Driven to the arms of OSX by Vista.

"I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )

AnswerRe: asp.net, ado.net, c# question Pin
Yusuf8-Apr-09 12:38
Yusuf8-Apr-09 12:38 
GeneralRe: asp.net, ado.net, c# question Pin
jboyd1119-Apr-09 3:18
jboyd1119-Apr-09 3:18 
GeneralRe: asp.net, ado.net, c# question Pin
Yusuf9-Apr-09 5:32
Yusuf9-Apr-09 5:32 
GeneralRe: asp.net, ado.net, c# question Pin
jboyd1119-Apr-09 5:53
jboyd1119-Apr-09 5:53 
GeneralRe: asp.net, ado.net, c# question Pin
Yusuf9-Apr-09 6:12
Yusuf9-Apr-09 6:12 
GeneralRe: asp.net, ado.net, c# question Pin
jboyd1119-Apr-09 6:19
jboyd1119-Apr-09 6:19 
GeneralRe: asp.net, ado.net, c# question Pin
Yusuf9-Apr-09 6:25
Yusuf9-Apr-09 6:25 
QuestionCitrix and IE Pin
Jamie Nordmeyer8-Apr-09 9:44
Jamie Nordmeyer8-Apr-09 9:44 
AnswerRe: Citrix and IE Pin
Yusuf8-Apr-09 14:34
Yusuf8-Apr-09 14:34 
GeneralRe: Citrix and IE Pin
Jamie Nordmeyer8-Apr-09 15:44
Jamie Nordmeyer8-Apr-09 15:44 
QuestionButton Press Simulation... [modified] Pin
KEL38-Apr-09 9:36
KEL38-Apr-09 9:36 
GeneralRe: Button Press Simulation... Pin
KEL38-Apr-09 10:40
KEL38-Apr-09 10:40 
GeneralRe: Button Press Simulation... Pin
Yusuf8-Apr-09 14:37
Yusuf8-Apr-09 14:37 
GeneralRe: Button Press Simulation... Pin
KEL38-Apr-09 17:31
KEL38-Apr-09 17:31 
QuestionCalling a batch file from web application Pin
alchong8-Apr-09 9:20
alchong8-Apr-09 9:20 
AnswerRe: Calling a batch file from web application Pin
Yusuf8-Apr-09 14:45
Yusuf8-Apr-09 14:45 
GeneralRe: Calling a batch file from web application [modified] Pin
alchong9-Apr-09 5:35
alchong9-Apr-09 5:35 

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.