Click here to Skip to main content
15,925,081 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncomponent is in disabled state Pin
IamPoojaa14-May-07 18:17
IamPoojaa14-May-07 18:17 
QuestionUse of unassigned local variable trying to pass a sql statment through a var. Pin
Ibuprofen14-May-07 10:22
Ibuprofen14-May-07 10:22 
AnswerRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
trooper081414-May-07 10:38
trooper081414-May-07 10:38 
GeneralRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Ibuprofen14-May-07 10:41
Ibuprofen14-May-07 10:41 
GeneralRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Colin Angus Mackay14-May-07 11:35
Colin Angus Mackay14-May-07 11:35 
GeneralRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Christian Graus14-May-07 13:24
protectorChristian Graus14-May-07 13:24 
GeneralRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Ibuprofen15-May-07 2:50
Ibuprofen15-May-07 2:50 
AnswerRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Christian Graus14-May-07 13:26
protectorChristian Graus14-May-07 13:26 
1 - all your code is ripe for SQL injection attacks

2 - As has been said, you should never have DB code in your presentation layer

3 - As has been said, why catch exceptions and do nothing ?

4 - use string.Empty over "", as it's more efficient

5 - Give your controls meaningful names. When someone else looks at the code, how do they know which button was button1 ?


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Guffa14-May-07 20:49
Guffa14-May-07 20:49 
GeneralRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Ibuprofen15-May-07 2:48
Ibuprofen15-May-07 2:48 
GeneralRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Ibuprofen15-May-07 3:09
Ibuprofen15-May-07 3:09 
GeneralRe: Use of unassigned local variable trying to pass a sql statment through a var. Pin
Ibuprofen15-May-07 3:21
Ibuprofen15-May-07 3:21 
QuestionOpening the hyperlink in a pop up window from grid view Pin
just3ala214-May-07 9:00
just3ala214-May-07 9:00 
AnswerRe: Opening the hyperlink in a pop up window from grid view Pin
kubben14-May-07 9:06
kubben14-May-07 9:06 
GeneralRe: Opening the hyperlink in a pop up window from grid view Pin
just3ala214-May-07 21:51
just3ala214-May-07 21:51 
QuestionDEBUG help, System.NullReferenceException Pin
Ibuprofen14-May-07 8:18
Ibuprofen14-May-07 8:18 
AnswerRe: DEBUG help, System.NullReferenceException Pin
Tarakeshwar Reddy14-May-07 8:39
professionalTarakeshwar Reddy14-May-07 8:39 
GeneralRe: DEBUG help, System.NullReferenceException Pin
Ibuprofen14-May-07 8:54
Ibuprofen14-May-07 8:54 
GeneralRe: DEBUG help, System.NullReferenceException Pin
Ibuprofen14-May-07 9:03
Ibuprofen14-May-07 9:03 
QuestionAdvance Screen Scrapping..! Pin
wEb GuRu...14-May-07 7:46
wEb GuRu...14-May-07 7:46 
AnswerRe: Advance Screen Scrapping..! Pin
PSK_14-May-07 17:57
PSK_14-May-07 17:57 
QuestionASP.Net 2.0 Menu Control Pin
Rhys Gravell14-May-07 7:20
professionalRhys Gravell14-May-07 7:20 
AnswerRe: ASP.Net 2.0 Menu Control Pin
martin_hughes14-May-07 11:59
martin_hughes14-May-07 11:59 
QuestionRewriteUrl results in blank page? Pin
eggsovereasy14-May-07 6:33
eggsovereasy14-May-07 6:33 
QuestionText box to from address in contact form Pin
archangel71714-May-07 4:15
archangel71714-May-07 4:15 

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.