Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: 2 dropdownlist Pin
ptvce4-Jul-08 20:27
ptvce4-Jul-08 20:27 
Questionmay i substract one time to another ? Pin
Rameez Raja4-Jul-08 17:13
Rameez Raja4-Jul-08 17:13 
AnswerRe: may i substract one time to another ? Pin
N a v a n e e t h4-Jul-08 17:52
N a v a n e e t h4-Jul-08 17:52 
GeneralRe: may i substract one time to another ? Pin
Rameez Raja4-Jul-08 20:06
Rameez Raja4-Jul-08 20:06 
QuestionFreeTextBox width Pin
TheEagle4-Jul-08 16:43
TheEagle4-Jul-08 16:43 
AnswerRe: FreeTextBox width Pin
N a v a n e e t h4-Jul-08 18:02
N a v a n e e t h4-Jul-08 18:02 
QuestionSQL connection in Login page using asp.net c#? Pin
katelva4-Jul-08 16:27
katelva4-Jul-08 16:27 
AnswerRe: SQL connection in Login page using asp.net c#? Pin
N a v a n e e t h4-Jul-08 16:53
N a v a n e e t h4-Jul-08 16:53 
Are you using inbuilt login control ?

katelva wrote:
I do not know the SQL connection to connect the SQL and check the username and password?


System.Data.SQLClient is the namespace where ADO.NET classes used for communicating with SQL server are located. Use SQLConnection to create a connection. Use SQLCommand for supplying a query. Use SQLDataReader for reading the data.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: SQL connection in Login page using asp.net c#? Pin
katelva4-Jul-08 19:31
katelva4-Jul-08 19:31 
GeneralRe: SQL connection in Login page using asp.net c#? Pin
katelva4-Jul-08 19:38
katelva4-Jul-08 19:38 
QuestionASP.NET GridView Pin
Socheat.Net4-Jul-08 16:04
Socheat.Net4-Jul-08 16:04 
Questionhow to create user control following requirment ?urgent Pin
kathyani4-Jul-08 2:11
kathyani4-Jul-08 2:11 
AnswerRe: how to create user control following requirment ?urgent Pin
N a v a n e e t h4-Jul-08 2:25
N a v a n e e t h4-Jul-08 2:25 
GeneralRe: how to create user control following requirment ?urgent Pin
kathyani4-Jul-08 2:44
kathyani4-Jul-08 2:44 
AnswerRe: how to create user control following requirment ?urgent Pin
eyeseetee4-Jul-08 2:41
eyeseetee4-Jul-08 2:41 
GeneralRe: how to create user control following requirment ?urgent Pin
kathyani4-Jul-08 2:51
kathyani4-Jul-08 2:51 
GeneralRe: how to create user control following requirment ?urgent Pin
N a v a n e e t h4-Jul-08 3:08
N a v a n e e t h4-Jul-08 3:08 
GeneralRe: how to create user control following requirment ?urgent Pin
kathyani4-Jul-08 3:15
kathyani4-Jul-08 3:15 
QuestionFind the control in the User Control in c#.net [modified] Pin
dwadasi4-Jul-08 1:44
dwadasi4-Jul-08 1:44 
Questionloop selected items in listbox Pin
eyeseetee4-Jul-08 1:05
eyeseetee4-Jul-08 1:05 
AnswerRe: loop selected items in listbox Pin
Christian Graus4-Jul-08 1:14
protectorChristian Graus4-Jul-08 1:14 
GeneralRe: loop selected items in listbox Pin
N a v a n e e t h4-Jul-08 1:20
N a v a n e e t h4-Jul-08 1:20 
GeneralRe: loop selected items in listbox Pin
Christian Graus4-Jul-08 1:36
protectorChristian Graus4-Jul-08 1:36 
GeneralRe: loop selected items in listbox Pin
eyeseetee4-Jul-08 1:37
eyeseetee4-Jul-08 1:37 
GeneralRe: loop selected items in listbox Pin
eyeseetee4-Jul-08 1:23
eyeseetee4-Jul-08 1:23 

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.