Click here to Skip to main content
15,888,026 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Asp Pages on differnert resolution Pin
Hammad Arshad12-Jul-06 1:54
Hammad Arshad12-Jul-06 1:54 
QuestionHOT keys Pin
peter rankel12-Jul-06 1:28
peter rankel12-Jul-06 1:28 
AnswerRe: HOT keys Pin
minhpc_bk12-Jul-06 15:05
minhpc_bk12-Jul-06 15:05 
Questionvery very Urgent one plz....... Pin
peter rankel12-Jul-06 1:15
peter rankel12-Jul-06 1:15 
AnswerRe: very very Urgent one plz....... Pin
Hammad Arshad12-Jul-06 2:05
Hammad Arshad12-Jul-06 2:05 
GeneralRe: very very Urgent one plz....... Pin
peter rankel12-Jul-06 2:13
peter rankel12-Jul-06 2:13 
GeneralRe: very very Urgent one plz....... Pin
Hammad Arshad12-Jul-06 21:20
Hammad Arshad12-Jul-06 21:20 
QuestionObject reference not set to an instance of an object. error Pin
Jai Prakash Singh12-Jul-06 1:02
Jai Prakash Singh12-Jul-06 1:02 
Hello members,
I am getting "Object reference not set to an instance of an object." error when i am clicking one of my buttons AddPupil_Click to add pupils from the selected pupils checkbox from a grid.
My code goes as follows :

on front page
<asp:button runat="server" id="AddPupil" cssclass="" text="Add ticked pupils to group" onclick="AddPupil_Click">

on cs page :
protected void AddPupil_Click(object sender, EventArgs e)
{
String[] IDs = Request["pupilIDs"].Split('#');
}

i had also instantaited the variable but , all in vain.
Can anybody please help me asap.
Thanks in advance .
Jai
AnswerRe: Object reference not set to an instance of an object. error Pin
J4amieC12-Jul-06 1:23
J4amieC12-Jul-06 1:23 
QuestionHow to make Click event on Image control Pin
Edd4812-Jul-06 0:38
Edd4812-Jul-06 0:38 
AnswerRe: How to make Click event on Image control Pin
minhpc_bk12-Jul-06 14:57
minhpc_bk12-Jul-06 14:57 
GeneralRe: How to make Click event on Image control Pin
Edd4812-Jul-06 20:27
Edd4812-Jul-06 20:27 
QuestionINSERT INTO and SELECT statements... pls help urgently Pin
For_IT12-Jul-06 0:20
For_IT12-Jul-06 0:20 
AnswerRe: INSERT INTO and SELECT statements... pls help urgently Pin
postmaster@programmingknowledge.com12-Jul-06 1:24
postmaster@programmingknowledge.com12-Jul-06 1:24 
AnswerRe: INSERT INTO and SELECT statements... pls help urgently Pin
minhpc_bk12-Jul-06 15:00
minhpc_bk12-Jul-06 15:00 
Questionhow to get value on Server Pin
nabeelkhan12-Jul-06 0:00
nabeelkhan12-Jul-06 0:00 
AnswerRe: how to get value on Server Pin
minhpc_bk12-Jul-06 0:21
minhpc_bk12-Jul-06 0:21 
GeneralRe: how to get value on Server Pin
nabeelkhan12-Jul-06 0:36
nabeelkhan12-Jul-06 0:36 
GeneralRe: how to get value on Server Pin
minhpc_bk12-Jul-06 4:16
minhpc_bk12-Jul-06 4:16 
QuestionHelp me!! Pin
cloudking1196611-Jul-06 23:07
cloudking1196611-Jul-06 23:07 
AnswerRe: Help me!! Pin
Guffa11-Jul-06 23:23
Guffa11-Jul-06 23:23 
GeneralRe: Help me!! Pin
cloudking1196612-Jul-06 0:36
cloudking1196612-Jul-06 0:36 
QuestionFormView mode (pls urgent help) [modified] Pin
srinandan..11-Jul-06 22:38
srinandan..11-Jul-06 22:38 
AnswerRe: FormView mode (pls urgent help) Pin
minhpc_bk12-Jul-06 0:12
minhpc_bk12-Jul-06 0:12 
QuestionHTML production Pin
Harvey Turtle11-Jul-06 22:31
Harvey Turtle11-Jul-06 22:31 

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.