Click here to Skip to main content
16,004,969 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionneel help plz... Pin
pradeep kumarappagari11-Sep-06 1:35
pradeep kumarappagari11-Sep-06 1:35 
AnswerRe: neel help plz... Pin
_AK_11-Sep-06 1:42
_AK_11-Sep-06 1:42 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 1:51
pradeep kumarappagari11-Sep-06 1:51 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 1:52
_AK_11-Sep-06 1:52 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 1:59
pradeep kumarappagari11-Sep-06 1:59 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 2:01
_AK_11-Sep-06 2:01 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 2:08
pradeep kumarappagari11-Sep-06 2:08 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 2:13
_AK_11-Sep-06 2:13 
Actually why you were getting the error because you were not been able to get the control and then was using it that why you getting that object reference.. error.
In you event just set the reference for the dropdownlist and check whether it works or not.
suppose this your method:
public void Test(object sender, System.EventArgs e)
{

DropDownList list = (DropDownList)sender;
string hh = list.SelectedItem.ToString(); //to get the selected string.

}

Best Regards,
Apurva Kaushal

GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 2:29
pradeep kumarappagari11-Sep-06 2:29 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 2:31
_AK_11-Sep-06 2:31 
GeneralRe: neel help plz... [modified] Pin
pradeep kumarappagari11-Sep-06 8:10
pradeep kumarappagari11-Sep-06 8:10 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 19:37
_AK_11-Sep-06 19:37 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 21:30
pradeep kumarappagari11-Sep-06 21:30 
GeneralRe: neel help plz... Pin
_AK_11-Sep-06 21:35
_AK_11-Sep-06 21:35 
AnswerRe: neel help plz... Pin
Amit Kumar Chikara11-Sep-06 1:46
Amit Kumar Chikara11-Sep-06 1:46 
GeneralRe: neel help plz... Pin
pradeep kumarappagari11-Sep-06 1:57
pradeep kumarappagari11-Sep-06 1:57 
Question"Event in Java Script" Pin
SysJey11-Sep-06 1:07
SysJey11-Sep-06 1:07 
AnswerRe: "Event in Java Script" Pin
Guffa11-Sep-06 1:45
Guffa11-Sep-06 1:45 
QuestionWhat`s AJAX exactly ? Please refer me to Better References. . . Pin
Hussein Madani Ghomi11-Sep-06 1:06
Hussein Madani Ghomi11-Sep-06 1:06 
AnswerRe: What`s AJAX exactly ? Please refer me to Better References. . . Pin
Sathesh Sakthivel11-Sep-06 1:35
Sathesh Sakthivel11-Sep-06 1:35 
QuestionParser Error Message: Ambiguous match found. [modified] Pin
Praveen_S11-Sep-06 1:04
Praveen_S11-Sep-06 1:04 
AnswerRe: Parser Error Message: Ambiguous match found. Pin
minhpc_bk11-Sep-06 6:41
minhpc_bk11-Sep-06 6:41 
QuestionNested repeaters Paging problem Pin
MalikRizwan11-Sep-06 0:47
MalikRizwan11-Sep-06 0:47 
Questionfetch data from sql Pin
senthilmca11-Sep-06 0:28
senthilmca11-Sep-06 0:28 
AnswerRe: fetch data from sql Pin
_AK_11-Sep-06 0:35
_AK_11-Sep-06 0:35 

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.