Click here to Skip to main content
15,886,873 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question.net with flex Pin
Amit Patel198524-Aug-09 20:17
Amit Patel198524-Aug-09 20:17 
QuestionIs "string" be the only thing i can send from client to server side Pin
subramanian.rtechconet24-Aug-09 19:53
subramanian.rtechconet24-Aug-09 19:53 
AnswerRe: Is "string" be the only thing i can send from client to server side Pin
SeMartens24-Aug-09 20:26
SeMartens24-Aug-09 20:26 
QuestionGrid View with null data Pin
Member 426027024-Aug-09 19:39
Member 426027024-Aug-09 19:39 
AnswerRe: Grid View with null data Pin
padmanabhan N24-Aug-09 19:49
padmanabhan N24-Aug-09 19:49 
AnswerRe: Grid View with null data Pin
Amit Patel198524-Aug-09 19:50
Amit Patel198524-Aug-09 19:50 
Questionlogin page Pin
rajni_nanu24-Aug-09 19:18
rajni_nanu24-Aug-09 19:18 
AnswerRe: login page Pin
Christian Graus24-Aug-09 19:27
protectorChristian Graus24-Aug-09 19:27 
If you're new to ASP.NET, you should NOT be writing security based code. I can only assume this is paid work and that you're one of the hordes of unskilled third world programmers ripping off western companies ( although they deserve it to think they can get real code for what they pay you ).

It's really trivial - you have a username and a password. You write sql to check them in the database. You use the session to store if someone is logged in, so other pages can refer to the login page if the user is not logged in. There's a component in ASP.NET that does it, but I never use it, when I did it was more hassle than it was worth.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralChristian why you are abusing racially with your answer Pin
Mogamboo_Khush_Hua24-Aug-09 20:37
Mogamboo_Khush_Hua24-Aug-09 20:37 
Rant... one of the hordes of unskilled third world programmers ripping off western companies ... Pin
AprNgp24-Aug-09 23:26
AprNgp24-Aug-09 23:26 
Answer[Message Deleted] Pin
haleemasher24-Aug-09 19:45
haleemasher24-Aug-09 19:45 
GeneralRe: login page Pin
N a v a n e e t h24-Aug-09 20:49
N a v a n e e t h24-Aug-09 20:49 
GeneralRe: login page Pin
Ashfield24-Aug-09 21:09
Ashfield24-Aug-09 21:09 
Questiondynamic menu... Pin
RajpootRohan24-Aug-09 19:08
professionalRajpootRohan24-Aug-09 19:08 
AnswerRe: dynamic menu... Pin
Christian Graus24-Aug-09 19:12
protectorChristian Graus24-Aug-09 19:12 
GeneralRe: dynamic menu... Pin
RajpootRohan24-Aug-09 19:30
professionalRajpootRohan24-Aug-09 19:30 
GeneralRe: dynamic menu... Pin
Christian Graus24-Aug-09 19:32
protectorChristian Graus24-Aug-09 19:32 
GeneralRe: dynamic menu... Pin
RajpootRohan24-Aug-09 21:32
professionalRajpootRohan24-Aug-09 21:32 
QuestionCannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
haleemasher24-Aug-09 18:21
haleemasher24-Aug-09 18:21 
AnswerRe: Cannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
Abhijit Jana24-Aug-09 18:34
professionalAbhijit Jana24-Aug-09 18:34 
GeneralRe: Cannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
haleemasher24-Aug-09 18:46
haleemasher24-Aug-09 18:46 
GeneralRe: Cannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
Sendilkumar.M24-Aug-09 19:28
Sendilkumar.M24-Aug-09 19:28 
AnswerRe: Cannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
ali_reza_zareian24-Aug-09 18:46
ali_reza_zareian24-Aug-09 18:46 
GeneralRe: Cannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
haleemasher24-Aug-09 18:54
haleemasher24-Aug-09 18:54 
AnswerRe: Cannot implicitly convert type 'string' to 'System.Web.UI.WebControls.TextBox' Pin
Christian Graus24-Aug-09 19:01
protectorChristian Graus24-Aug-09 19:01 

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.