Click here to Skip to main content
15,899,935 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Ajax Update Panel Pin
Christian Graus28-Oct-09 23:48
protectorChristian Graus28-Oct-09 23:48 
AnswerRe: Ajax Update Panel Pin
Abhishek Sur28-Oct-09 22:10
professionalAbhishek Sur28-Oct-09 22:10 
Questionunable to access the information from the database Pin
Amit Spadez28-Oct-09 20:43
professionalAmit Spadez28-Oct-09 20:43 
AnswerRe: unable to access the information from the database Pin
Christian Graus28-Oct-09 20:54
protectorChristian Graus28-Oct-09 20:54 
GeneralRe: unable to access the information from the database Pin
Amit Spadez28-Oct-09 21:00
professionalAmit Spadez28-Oct-09 21:00 
GeneralRe: unable to access the information from the database Pin
Christian Graus28-Oct-09 21:31
protectorChristian Graus28-Oct-09 21:31 
GeneralRe: unable to access the information from the database Pin
dan!sh 28-Oct-09 21:39
professional dan!sh 28-Oct-09 21:39 
GeneralRe: unable to access the information from the database Pin
Abhishek Sur28-Oct-09 21:54
professionalAbhishek Sur28-Oct-09 21:54 
During Login process place a sessionkey of current userid into session from User table.

If you details Id is UserId you can easily fetch from session :

"SELECT * FROM DETAILS WHERE ID = " + Session["UserID"]

Use SqlCommand object to fire the query and get the output.

Finally Bind the output with any UIElement you want to . Smile | :)

Before you do any code read about ADO.NET first so that you know what you are doing. You might follow this link :
ADO.NET Tutorial[^] Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Microsoft Bing MAP using Javascript
CLR objects in SQL Server 2005
Uncommon C# Keywords
/xml>

GeneralRe: unable to access the information from the database Pin
Nishant Singh29-Oct-09 0:01
Nishant Singh29-Oct-09 0:01 
GeneralRe: unable to access the information from the database Pin
farogh haider29-Oct-09 3:38
farogh haider29-Oct-09 3:38 
QuestionCareer in SEO(Search engine optimizer) Pin
rinku soni 2328-Oct-09 20:09
rinku soni 2328-Oct-09 20:09 
AnswerRe: Career in SEO(Search engine optimizer) Pin
N a v a n e e t h28-Oct-09 20:12
N a v a n e e t h28-Oct-09 20:12 
AnswerRe: Career in SEO(Search engine optimizer) Pin
Christian Graus28-Oct-09 20:25
protectorChristian Graus28-Oct-09 20:25 
AnswerRe: Career in SEO(Search engine optimizer) Pin
sundaramoorthy.b28-Oct-09 21:41
sundaramoorthy.b28-Oct-09 21:41 
GeneralRe: Career in SEO(Search engine optimizer) Pin
Christian Graus28-Oct-09 22:01
protectorChristian Graus28-Oct-09 22:01 
Questionuser control on webform Pin
bhavna432128-Oct-09 18:39
bhavna432128-Oct-09 18:39 
AnswerRe: user control on webform Pin
N a v a n e e t h28-Oct-09 20:09
N a v a n e e t h28-Oct-09 20:09 
GeneralRe: user control on webform Pin
bhavna432128-Oct-09 20:45
bhavna432128-Oct-09 20:45 
AnswerRe: user control on webform Pin
Christian Graus28-Oct-09 20:55
protectorChristian Graus28-Oct-09 20:55 
AnswerRe: user control on webform Pin
Nishant Singh29-Oct-09 0:03
Nishant Singh29-Oct-09 0:03 
Questionavoid scroll bar in text box Pin
deepthy.p.m28-Oct-09 18:39
deepthy.p.m28-Oct-09 18:39 
AnswerRe: avoid scroll bar in text box Pin
Abhishek Sur28-Oct-09 22:04
professionalAbhishek Sur28-Oct-09 22:04 
QuestionFlash Object With Master Page Pin
123chaminda28-Oct-09 17:48
123chaminda28-Oct-09 17:48 
AnswerRe: Flash Object With Master Page Pin
Christian Graus28-Oct-09 20:23
protectorChristian Graus28-Oct-09 20:23 
GeneralRe: Flash Object With Master Page Pin
123chaminda28-Oct-09 23:04
123chaminda28-Oct-09 23:04 

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.