Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Asp.Net Window Pop Up Pin
J Liang24-Apr-07 17:43
J Liang24-Apr-07 17:43 
GeneralRe: Asp.Net Window Pop Up Pin
enjoycrack24-Apr-07 17:53
enjoycrack24-Apr-07 17:53 
GeneralRe: Asp.Net Window Pop Up Pin
J Liang24-Apr-07 18:35
J Liang24-Apr-07 18:35 
Questionmultiple scripts __doPostBack problem Pin
Russell Jones23-Apr-07 22:10
Russell Jones23-Apr-07 22:10 
QuestionLogin control [modified] Pin
daviperke23-Apr-07 21:57
daviperke23-Apr-07 21:57 
AnswerRe: Login control Pin
szukuro23-Apr-07 22:25
szukuro23-Apr-07 22:25 
GeneralRe: Login control Pin
daviperke23-Apr-07 22:57
daviperke23-Apr-07 22:57 
GeneralRe: Login control Pin
szukuro23-Apr-07 23:18
szukuro23-Apr-07 23:18 
daviperke wrote:
Is it possible to work with a OleDbConnection to connect to a SQL database?


Yes it is, but it's not recommended.
Note that in your new code problems 2 and 4 still remain. To solve 2 use a parametrized query and SqlParamaters. To solve 4 in the finally block write:
C#
if (dr != null) dr.Close();
Also I don't recommend writing out any exception info. Use user-friendly messages to hide technical details.
GeneralRe: Login control Pin
daviperke23-Apr-07 23:40
daviperke23-Apr-07 23:40 
GeneralRe: Login control Pin
szukuro24-Apr-07 1:04
szukuro24-Apr-07 1:04 
GeneralRe: Login control Pin
daviperke24-Apr-07 1:33
daviperke24-Apr-07 1:33 
GeneralRe: Login control Pin
szukuro24-Apr-07 3:35
szukuro24-Apr-07 3:35 
GeneralRe: Login control Pin
daviperke25-Apr-07 23:02
daviperke25-Apr-07 23:02 
GeneralRe: Login control Pin
szukuro26-Apr-07 1:28
szukuro26-Apr-07 1:28 
GeneralRe: Login control Pin
daviperke26-Apr-07 1:36
daviperke26-Apr-07 1:36 
GeneralRe: Login control Pin
szukuro26-Apr-07 2:31
szukuro26-Apr-07 2:31 
GeneralRe: Login control Pin
daviperke26-Apr-07 2:38
daviperke26-Apr-07 2:38 
Questionchat window Pin
saravanan0523-Apr-07 21:54
saravanan0523-Apr-07 21:54 
AnswerRe: chat window Pin
Shuaib wasif khan23-Apr-07 22:36
Shuaib wasif khan23-Apr-07 22:36 
AnswerRe: chat window Pin
enjoycrack23-Apr-07 23:45
enjoycrack23-Apr-07 23:45 
QuestionVideo streaming in asp.net web application Pin
gouravverma23-Apr-07 21:48
gouravverma23-Apr-07 21:48 
QuestionURGENT>>>>>>>ASP Logging!!! Pin
mabrar23-Apr-07 21:35
mabrar23-Apr-07 21:35 
AnswerRe: URGENT>>>>>>>ASP Logging!!! Pin
enjoycrack23-Apr-07 23:53
enjoycrack23-Apr-07 23:53 
QuestionProblem in data saving Pin
Care Career23-Apr-07 21:30
Care Career23-Apr-07 21:30 
AnswerRe: Problem in data saving Pin
Care Career23-Apr-07 21:38
Care Career23-Apr-07 21:38 

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.