Click here to Skip to main content
15,922,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAutocomplete textbox in asp.net1.1 Pin
Jagwinder Walia25-Sep-08 20:23
Jagwinder Walia25-Sep-08 20:23 
AnswerRe: Autocomplete textbox in asp.net1.1 Pin
N a v a n e e t h25-Sep-08 21:18
N a v a n e e t h25-Sep-08 21:18 
AnswerRe: Autocomplete textbox in asp.net1.1 Pin
droth1726-Sep-08 1:57
droth1726-Sep-08 1:57 
Questiondropdown box update Pin
UD(IA)25-Sep-08 20:18
UD(IA)25-Sep-08 20:18 
AnswerRe: dropdown box update Pin
N a v a n e e t h25-Sep-08 21:20
N a v a n e e t h25-Sep-08 21:20 
GeneralRe: dropdown box update Pin
UD(IA)25-Sep-08 22:07
UD(IA)25-Sep-08 22:07 
Questiondropdownlist problerm Pin
Kissy1625-Sep-08 20:01
Kissy1625-Sep-08 20:01 
AnswerRe: dropdownlist problerm Pin
N a v a n e e t h25-Sep-08 21:24
N a v a n e e t h25-Sep-08 21:24 
Kissy16 wrote:
I want to display employee name and emailid in a dropdomlist.(like Ram-ram_g@rediffmail.com)


You need to get data from table, iterate each item, combine name with email and add to the drop down box.

Kissy16 wrote:
and when i select one list item i want to store the empcode of perticular selected employee.


While adding items to drop down, assign employee code as item's value. Handle SelectedIndexChanged event and get the current selected item's value, which will be your employee code for the selected item.

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

How to use google | Ask smart questions

AnswerRe: dropdownlist problerm Pin
meeram39525-Sep-08 21:24
meeram39525-Sep-08 21:24 
Questionmulti coulmn combobox Pin
cse.vidhya25-Sep-08 19:11
cse.vidhya25-Sep-08 19:11 
AnswerRe: multi coulmn combobox Pin
ChandraRam26-Sep-08 0:53
ChandraRam26-Sep-08 0:53 
QuestionFromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ [modified] Pin
Linda1st25-Sep-08 18:30
Linda1st25-Sep-08 18:30 
AnswerRe: FromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ Pin
Prasanna Kumar Pete25-Sep-08 18:52
Prasanna Kumar Pete25-Sep-08 18:52 
GeneralRe: FromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ Pin
Linda1st26-Sep-08 3:08
Linda1st26-Sep-08 3:08 
Questionasp.net app_code folder sharing between a web application / web service Pin
Member 155433725-Sep-08 18:03
Member 155433725-Sep-08 18:03 
AnswerRe: asp.net app_code folder sharing between a web application / web service Pin
Prasanna Kumar Pete25-Sep-08 18:13
Prasanna Kumar Pete25-Sep-08 18:13 
GeneralRe: asp.net app_code folder sharing between a web application / web service Pin
Member 155433725-Sep-08 20:46
Member 155433725-Sep-08 20:46 
GeneralRe: asp.net app_code folder sharing between a web application / web service Pin
Prasanna Kumar Pete25-Sep-08 21:04
Prasanna Kumar Pete25-Sep-08 21:04 
GeneralRe: asp.net app_code folder sharing between a web application / web service Pin
Member 155433727-Sep-08 16:15
Member 155433727-Sep-08 16:15 
QuestionTiming the call of a .js file Pin
Cyberpulse25-Sep-08 14:50
Cyberpulse25-Sep-08 14:50 
AnswerRe: Timing the call of a .js file Pin
Steve Echols25-Sep-08 17:55
Steve Echols25-Sep-08 17:55 
GeneralRe: Timing the call of a .js file Pin
Cyberpulse26-Sep-08 7:49
Cyberpulse26-Sep-08 7:49 
QuestionScript manager in masterpage Pin
AlexeiXX325-Sep-08 13:24
AlexeiXX325-Sep-08 13:24 
AnswerRe: Script manager in masterpage Pin
Abhijit Jana25-Sep-08 17:04
professionalAbhijit Jana25-Sep-08 17:04 
Questionstoring data in cache [modified] Pin
geekfromindia25-Sep-08 13:14
geekfromindia25-Sep-08 13:14 

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.