Click here to Skip to main content
16,008,719 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncalender control in asp.net2.0 Pin
Malay Mukherjee7-Jul-07 8:29
Malay Mukherjee7-Jul-07 8:29 
AnswerRe: calender control in asp.net2.0 Pin
Not Active7-Jul-07 12:33
mentorNot Active7-Jul-07 12:33 
QuestionQuery Tracker.... Pin
Amit Kumar G7-Jul-07 6:53
Amit Kumar G7-Jul-07 6:53 
QuestionProblem regarding dropdownlist unable to explain Pin
rahul.net117-Jul-07 4:24
rahul.net117-Jul-07 4:24 
AnswerRe: Problem regarding dropdownlist unable to explain Pin
Sathesh Sakthivel7-Jul-07 4:32
Sathesh Sakthivel7-Jul-07 4:32 
GeneralRe: Problem regarding dropdownlist unable to explain Pin
rahul.net117-Jul-07 5:01
rahul.net117-Jul-07 5:01 
QuestionRe: Problem regarding dropdownlist unable to explain Pin
Venkatesh Mookkan8-Jul-07 20:38
Venkatesh Mookkan8-Jul-07 20:38 
AnswerRe: Problem regarding dropdownlist unable to explain Pin
sidbaruah8-Jul-07 23:10
sidbaruah8-Jul-07 23:10 
if the item is already existing then check whether whether u are calling these lines

ddlist.SelectedValue=session("name")\\it gives null
ddlist.SelectedItem.Text=session("name")\\\it gives object reference not set to instance of object error.


before the dropdownlist is populated or after!!!

if you are running it before the population then it cannot find the dropdownlist and it will give a null reference exception!!!

I was born dumb!!
Laugh | :laugh: Programming made me laughLaugh | :laugh: !!!
--sid--

QuestionSQL Data Reader Pin
Amit Kumar G7-Jul-07 3:46
Amit Kumar G7-Jul-07 3:46 
AnswerRe: SQL Data Reader Pin
Sathesh Sakthivel7-Jul-07 4:04
Sathesh Sakthivel7-Jul-07 4:04 
GeneralRe: SQL Data Reader Pin
Amit Kumar G7-Jul-07 4:11
Amit Kumar G7-Jul-07 4:11 
GeneralRe: SQL Data Reader Pin
Sathesh Sakthivel7-Jul-07 4:16
Sathesh Sakthivel7-Jul-07 4:16 
GeneralRe: SQL Data Reader Pin
Amit Kumar G7-Jul-07 4:19
Amit Kumar G7-Jul-07 4:19 
GeneralRe: SQL Data Reader Pin
Sathesh Sakthivel7-Jul-07 4:29
Sathesh Sakthivel7-Jul-07 4:29 
GeneralRe: SQL Data Reader Pin
Not Active7-Jul-07 12:30
mentorNot Active7-Jul-07 12:30 
AnswerRe: SQL Data Reader Pin
Guffa7-Jul-07 6:19
Guffa7-Jul-07 6:19 
GeneralRe: SQL Data Reader Pin
eggsovereasy7-Jul-07 19:04
eggsovereasy7-Jul-07 19:04 
AnswerRe: SQL Data Reader Pin
Guffa8-Jul-07 1:06
Guffa8-Jul-07 1:06 
GeneralRe: SQL Data Reader Pin
eggsovereasy8-Jul-07 7:14
eggsovereasy8-Jul-07 7:14 
GeneralRe: SQL Data Reader Pin
Guffa8-Jul-07 8:51
Guffa8-Jul-07 8:51 
GeneralRe: SQL Data Reader Pin
eggsovereasy8-Jul-07 9:50
eggsovereasy8-Jul-07 9:50 
QuestionRepeater Control Pin
Amit Kumar G7-Jul-07 2:41
Amit Kumar G7-Jul-07 2:41 
AnswerRe: Repeater Control Pin
Not Active7-Jul-07 2:46
mentorNot Active7-Jul-07 2:46 
GeneralRe: Repeater Control Pin
Amit Kumar G7-Jul-07 2:46
Amit Kumar G7-Jul-07 2:46 
GeneralRe: Repeater Control Pin
Not Active7-Jul-07 5:54
mentorNot Active7-Jul-07 5:54 

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.