Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Using ajax view only current week date......, Pin
Member 387988123-Jun-08 23:54
Member 387988123-Jun-08 23:54 
GeneralRe: Using ajax view only current week date......, Pin
eyeseetee24-Jun-08 0:15
eyeseetee24-Jun-08 0:15 
QuestionDropDown: display fields on selectitem Pin
Member 278944423-Jun-08 22:16
Member 278944423-Jun-08 22:16 
AnswerRe: DropDown: display fields on selectitem Pin
Christian Graus23-Jun-08 22:19
protectorChristian Graus23-Jun-08 22:19 
GeneralRe: DropDown: display fields on selectitem Pin
Member 278944423-Jun-08 22:27
Member 278944423-Jun-08 22:27 
AnswerRe: DropDown: display fields on selectitem Pin
windhopper23-Jun-08 23:30
windhopper23-Jun-08 23:30 
GeneralRe: DropDown: display fields on selectitem Pin
Member 278944424-Jun-08 0:49
Member 278944424-Jun-08 0:49 
GeneralRe: DropDown: display fields on selectitem Pin
windhopper24-Jun-08 1:01
windhopper24-Jun-08 1:01 
You then use that selected person's id to access the database and retrieve the value as such:

int id = ddlPerson.SelectedValue.ToString()
UserInfo ui = con.GetUserByID(id);
tbPerson_Address.Text = ui.Person_Address;

Make sure that the people databound to the list are databound by their id value and this code should work just right.

"Sex is not the answer, it's the question and the answer is yes"

GeneralRe: DropDown: display fields on selectitem Pin
windhopper24-Jun-08 1:44
windhopper24-Jun-08 1:44 
GeneralRe: DropDown: display fields on selectitem Pin
Member 278944424-Jun-08 4:06
Member 278944424-Jun-08 4:06 
QuestionHow do I? Pin
SSN23-Jun-08 21:15
SSN23-Jun-08 21:15 
AnswerRe: How do I? Pin
Christian Graus23-Jun-08 21:19
protectorChristian Graus23-Jun-08 21:19 
AnswerRe: How do I? Pin
eyeseetee23-Jun-08 21:43
eyeseetee23-Jun-08 21:43 
QuestionWindows.Onunload() Event Pin
jems007a23-Jun-08 21:13
jems007a23-Jun-08 21:13 
AnswerRe: Windows.Onunload() Event Pin
Christian Graus23-Jun-08 21:15
protectorChristian Graus23-Jun-08 21:15 
Questiongridview cell alignment? Pin
Member 387988123-Jun-08 21:12
Member 387988123-Jun-08 21:12 
AnswerRe: gridview cell alignment? Pin
Christian Graus23-Jun-08 21:14
protectorChristian Graus23-Jun-08 21:14 
QuestionNeed Help with Asp.net, C# and jquery and Handlers Pin
chobo223-Jun-08 21:03
chobo223-Jun-08 21:03 
AnswerRe: Need Help with Asp.net, C# and jquery and Handlers Pin
Christian Graus23-Jun-08 21:15
protectorChristian Graus23-Jun-08 21:15 
QuestionStand alone Application Pin
pavanip23-Jun-08 21:02
pavanip23-Jun-08 21:02 
AnswerRe: Stand alone Application Pin
Christian Graus23-Jun-08 21:10
protectorChristian Graus23-Jun-08 21:10 
AnswerRe: Stand alone Application Pin
eyeseetee23-Jun-08 21:45
eyeseetee23-Jun-08 21:45 
Questionhow to access data of gridview outside of gridview Pin
mohd imran abdul aziz23-Jun-08 20:52
mohd imran abdul aziz23-Jun-08 20:52 
AnswerRe: how to access data of gridview outside of gridview Pin
Masood Kochi,SSF23-Jun-08 21:08
Masood Kochi,SSF23-Jun-08 21:08 
QuestionUsing itextShart.dll in server throws some error. Pin
Kodeeswaran23-Jun-08 20:20
Kodeeswaran23-Jun-08 20:20 

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.