Click here to Skip to main content
15,917,793 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Images not retriving from Db Pin
N a v a n e e t h20-Nov-07 22:13
N a v a n e e t h20-Nov-07 22:13 
Questionasp.net 2.0 hosting problem Pin
saravanan0520-Nov-07 19:34
saravanan0520-Nov-07 19:34 
AnswerRe: asp.net 2.0 hosting problem Pin
Michael Sync20-Nov-07 19:41
Michael Sync20-Nov-07 19:41 
QuestionAbout Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 19:10
Rajeshwar Code- Developer20-Nov-07 19:10 
AnswerRe: About Dropdownlist.. Pin
N a v a n e e t h20-Nov-07 19:13
N a v a n e e t h20-Nov-07 19:13 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 19:17
Rajeshwar Code- Developer20-Nov-07 19:17 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 19:20
Rajeshwar Code- Developer20-Nov-07 19:20 
AnswerRe: About Dropdownlist.. Pin
Imran Khan Pathan20-Nov-07 19:14
Imran Khan Pathan20-Nov-07 19:14 
Rajeshwar Developer wrote:
string strStateId = ddlStateID.SelectedItem.ToString();


string strStateId = ddlStateID.SelectedItem.Text;
or
string strStateId = ddlStateID.SelectedItem.value;

Rajeshwar Developer wrote:
if i selected fifth item but it is taking as first item only.. plz..tell me how can i do this..


May be possible your dropdownlist will be bind again when you are trying to get selected value.
Check It

bEst rEgard
pAthan

please don't forget to vote on the post that helped you.

AnswerRe: About Dropdownlist.. Pin
Gandalf_TheWhite20-Nov-07 19:33
professionalGandalf_TheWhite20-Nov-07 19:33 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 20:21
Rajeshwar Code- Developer20-Nov-07 20:21 
GeneralRe: About Dropdownlist.. Pin
John-ph20-Nov-07 20:46
John-ph20-Nov-07 20:46 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 20:54
Rajeshwar Code- Developer20-Nov-07 20:54 
GeneralRe: About Dropdownlist.. Pin
John-ph20-Nov-07 21:07
John-ph20-Nov-07 21:07 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 21:28
Rajeshwar Code- Developer20-Nov-07 21:28 
GeneralRe: About Dropdownlist.. Pin
John-ph20-Nov-07 21:31
John-ph20-Nov-07 21:31 
GeneralRe: About Dropdownlist.. Pin
Rajeshwar Code- Developer20-Nov-07 21:49
Rajeshwar Code- Developer20-Nov-07 21:49 
GeneralRe: About Dropdownlist.. Pin
John-ph20-Nov-07 22:15
John-ph20-Nov-07 22:15 
QuestionHow to implement google addon in asp.net Pin
rahul.net1120-Nov-07 19:06
rahul.net1120-Nov-07 19:06 
AnswerRe: How to implement google addon in asp.net Pin
Michael Sync20-Nov-07 19:40
Michael Sync20-Nov-07 19:40 
GeneralRe: How to implement google addon in asp.net Pin
rahul.net1120-Nov-07 19:51
rahul.net1120-Nov-07 19:51 
GeneralRe: How to implement google addon in asp.net Pin
Michael Sync20-Nov-07 19:55
Michael Sync20-Nov-07 19:55 
GeneralRe: How to implement google addon in asp.net [modified] Pin
rahul.net1120-Nov-07 20:01
rahul.net1120-Nov-07 20:01 
GeneralRe: How to implement google addon in asp.net Pin
Michael Sync20-Nov-07 20:30
Michael Sync20-Nov-07 20:30 
GeneralRe: How to implement google addon in asp.net Pin
rahul.net1120-Nov-07 21:12
rahul.net1120-Nov-07 21:12 
AnswerRe: keyboard navigation in grid/table Pin
N a v a n e e t h20-Nov-07 19:24
N a v a n e e t h20-Nov-07 19:24 

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.