Click here to Skip to main content
15,896,063 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Display in GridView Pin
Blue_Boy11-Apr-08 10:25
Blue_Boy11-Apr-08 10:25 
GeneralRe: Display in GridView Pin
vasini11-Apr-08 10:37
vasini11-Apr-08 10:37 
GeneralRe: Display in GridView Pin
Blue_Boy11-Apr-08 10:59
Blue_Boy11-Apr-08 10:59 
GeneralRe: Display in GridView Pin
AlexeiXX311-Apr-08 17:06
AlexeiXX311-Apr-08 17:06 
Generalclock Pin
bunny.varun11-Apr-08 7:00
bunny.varun11-Apr-08 7:00 
GeneralRe: clock Pin
Blue_Boy11-Apr-08 9:01
Blue_Boy11-Apr-08 9:01 
GeneralObject reference not set to an instance of an object Pin
Farhad Eft11-Apr-08 6:32
Farhad Eft11-Apr-08 6:32 
GeneralRe: Object reference not set to an instance of an object Pin
N a v a n e e t h11-Apr-08 7:12
N a v a n e e t h11-Apr-08 7:12 
Farhad Eft wrote:
drpEditType = (DropDownList)DetailsViewEditLink.FindControl("drpEditType");


If FindControl() is not getting the control, it will return a null value.Always check for null before you do something with that object. This is the way to avoid error.

Farhad Eft wrote:
use the "new" keyword to create an object instance (which i did or didnt i?!)


Here no need to use the new keyword. You are assigning the reference here.

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

How to use google | Ask smart questions

GeneralRe: Object reference not set to an instance of an object Pin
Farhad Eft11-Apr-08 8:32
Farhad Eft11-Apr-08 8:32 
GeneralRe: Object reference not set to an instance of an object Pin
AlexeiXX311-Apr-08 17:09
AlexeiXX311-Apr-08 17:09 
GeneralException Handling in General Pin
Brady Kelly11-Apr-08 5:09
Brady Kelly11-Apr-08 5:09 
GeneralRe: Exception Handling in General Pin
led mike11-Apr-08 5:55
led mike11-Apr-08 5:55 
GeneralAJAX Set focus + User Control Pin
tomwilliams11-Apr-08 4:19
tomwilliams11-Apr-08 4:19 
GeneralRe: AJAX Set focus + User Control Pin
tomwilliams11-Apr-08 5:16
tomwilliams11-Apr-08 5:16 
GeneralDatagrid Problem Pin
Devkranth Kishore Vanja11-Apr-08 4:13
Devkranth Kishore Vanja11-Apr-08 4:13 
GeneralRe: Datagrid Problem Pin
Herman<T>.Instance14-Apr-08 0:19
Herman<T>.Instance14-Apr-08 0:19 
GeneralRather bizarre databinding problem... Pin
RichardGrimmer11-Apr-08 3:49
RichardGrimmer11-Apr-08 3:49 
GeneralRe: Rather bizarre databinding problem... Pin
Brady Kelly11-Apr-08 5:10
Brady Kelly11-Apr-08 5:10 
QuestionCreating Multilingual Web page? Pin
Sam.M11-Apr-08 2:25
Sam.M11-Apr-08 2:25 
AnswerRe: Creating Multilingual Web page? Pin
its.rajendra11-Apr-08 2:46
its.rajendra11-Apr-08 2:46 
Generalsmtp.gmail.com Pin
Piyush Vardhan Singh11-Apr-08 2:18
Piyush Vardhan Singh11-Apr-08 2:18 
GeneralRe: smtp.gmail.com Pin
Sam.M11-Apr-08 2:26
Sam.M11-Apr-08 2:26 
GeneralRe: smtp.gmail.com Pin
Piyush Vardhan Singh11-Apr-08 2:29
Piyush Vardhan Singh11-Apr-08 2:29 
GeneralRe: smtp.gmail.com Pin
Sam.M11-Apr-08 2:31
Sam.M11-Apr-08 2:31 
GeneralRe: smtp.gmail.com Pin
Piyush Vardhan Singh11-Apr-08 2:37
Piyush Vardhan Singh11-Apr-08 2:37 

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.