Click here to Skip to main content
15,915,501 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Input string was not in a correct format. in Rowcommand of a GridView Pin
Christian Graus8-Feb-09 19:56
protectorChristian Graus8-Feb-09 19:56 
GeneralRe: Input string was not in a correct format. in Rowcommand of a GridView Pin
.NET- India 8-Feb-09 20:55
.NET- India 8-Feb-09 20:55 
AnswerRe: Input string was not in a correct format. in Rowcommand of a GridView Pin
sepel9-Feb-09 4:45
sepel9-Feb-09 4:45 
QuestionWMI Remote Connection between Windows 2003 server and windows XP sp2... Pin
siva4558-Feb-09 18:43
siva4558-Feb-09 18:43 
QuestionProblem of using Globalization Pin
slSoftware8-Feb-09 17:32
slSoftware8-Feb-09 17:32 
AnswerRe: Problem of using Globalization Pin
Christian Graus8-Feb-09 18:18
protectorChristian Graus8-Feb-09 18:18 
Questionweb application architecture design ask for advice Pin
George_George8-Feb-09 16:13
George_George8-Feb-09 16:13 
AnswerRe: web application architecture design ask for advice Pin
N a v a n e e t h8-Feb-09 17:14
N a v a n e e t h8-Feb-09 17:14 
1 - Separating the data access to web service make sense for stand-alone applications as it will be distributed to client machines. You can do changes to the WS without redeploying application. But in ASP.NET, since everything is in server, you don't need a WS for data access. You can do it in separate project and refer the assembly in your ASP.NET project.

2 - Personally, I don't prefer using DataSet or DataTable. Use strongly typed DTOs. It will help you to produce clean code.

Smile | :)


GeneralRe: web application architecture design ask for advice Pin
George_George8-Feb-09 18:21
George_George8-Feb-09 18:21 
GeneralRe: web application architecture design ask for advice Pin
N a v a n e e t h8-Feb-09 21:00
N a v a n e e t h8-Feb-09 21:00 
GeneralRe: web application architecture design ask for advice Pin
Hamid_RT15-Feb-09 21:40
Hamid_RT15-Feb-09 21:40 
AnswerRe: web application architecture design ask for advice Pin
Christian Graus8-Feb-09 17:32
protectorChristian Graus8-Feb-09 17:32 
GeneralRe: web application architecture design ask for advice Pin
George_George8-Feb-09 18:18
George_George8-Feb-09 18:18 
GeneralRe: web application architecture design ask for advice Pin
Christian Graus8-Feb-09 18:20
protectorChristian Graus8-Feb-09 18:20 
GeneralRe: web application architecture design ask for advice Pin
George_George8-Feb-09 18:25
George_George8-Feb-09 18:25 
GeneralRe: web application architecture design ask for advice Pin
Christian Graus8-Feb-09 18:27
protectorChristian Graus8-Feb-09 18:27 
GeneralRe: web application architecture design ask for advice Pin
George_George8-Feb-09 18:57
George_George8-Feb-09 18:57 
GeneralRe: web application architecture design ask for advice Pin
Christian Graus8-Feb-09 19:00
protectorChristian Graus8-Feb-09 19:00 
GeneralRe: web application architecture design ask for advice Pin
N a v a n e e t h8-Feb-09 21:12
N a v a n e e t h8-Feb-09 21:12 
AnswerRe: web application architecture design ask for advice Pin
Hamid_RT15-Feb-09 21:46
Hamid_RT15-Feb-09 21:46 
QuestionOrder and PayPall Pin
Sarfaraj Ahmed8-Feb-09 12:51
Sarfaraj Ahmed8-Feb-09 12:51 
AnswerRe: Order and PayPall Pin
Ranjit Viswakumar8-Feb-09 13:51
Ranjit Viswakumar8-Feb-09 13:51 
QuestionFace tagging library Pin
cfoxtrot8-Feb-09 12:12
cfoxtrot8-Feb-09 12:12 
AnswerRe: Face tagging library Pin
Christian Graus8-Feb-09 14:35
protectorChristian Graus8-Feb-09 14:35 
QuestionHow to add flash object in asp.net page with source code or by design Pin
somasekhara7778-Feb-09 9:08
somasekhara7778-Feb-09 9:08 

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.