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

ASP.NET

 
GeneralRe: Pop up events Using C# ASP.Net Code Pin
Parwej Ahamad7-Nov-08 5:23
professionalParwej Ahamad7-Nov-08 5:23 
QuestionSearch date range(VBSCRIPT) Pin
Wiekus27-Oct-08 22:05
Wiekus27-Oct-08 22:05 
Questionhow to install asp.net roles n membership database on remote server Pin
dream_liner_7e727-Oct-08 22:01
dream_liner_7e727-Oct-08 22:01 
AnswerRe: how to install asp.net roles n membership database on remote server Pin
meeram39527-Oct-08 22:07
meeram39527-Oct-08 22:07 
QuestionRe: how to install asp.net roles n membership database on remote server Pin
dream_liner_7e727-Oct-08 23:13
dream_liner_7e727-Oct-08 23:13 
AnswerRe: how to install asp.net roles n membership database on remote server Pin
bonkers12328-Oct-08 1:34
bonkers12328-Oct-08 1:34 
GeneralRe: how to install asp.net roles n membership database on remote server Pin
dream_liner_7e728-Oct-08 2:26
dream_liner_7e728-Oct-08 2:26 
QuestionMaster Page Dropdown Problem! Pin
mr_muskurahat27-Oct-08 21:02
mr_muskurahat27-Oct-08 21:02 
can any body please tell me that i m using asp.net 3.5 and i have two pages 1) C# and 2nd vb.net which is master page

i am assigning value to arraylist from C# page and then adding its object to session and then retrieving in master page

while adding those values in vb.net master page dropdownlist it gives me error "object reference not set to an instance of the object" or null referece exception.

Dim bname As New ArrayList()
bname = Session("BranchSName")
Me.DropDownList1.Items.Clear()
Dim i As Integer
For i = 0 To bname.Count
Me.DropDownList1.Items.Add(bname.Item(i)) -> error here
Next

please help where is the problem while same code is working fine in normal pages.

umerumerumer

AnswerRe: Master Page Dropdown Problem! Pin
luckeryin27-Oct-08 21:27
luckeryin27-Oct-08 21:27 
QuestionHow to show bargraph in asp.net webpages Pin
Member 395908427-Oct-08 20:48
professionalMember 395908427-Oct-08 20:48 
AnswerRe: How to show bargraph in asp.net webpages Pin
mr_muskurahat27-Oct-08 21:04
mr_muskurahat27-Oct-08 21:04 
GeneralRe: How to show bargraph in asp.net webpages Pin
LloydA11129-Oct-08 6:49
LloydA11129-Oct-08 6:49 
QuestionOnline shopping using MIGS Pin
Blumen27-Oct-08 19:45
Blumen27-Oct-08 19:45 
QuestionAsp.net 2.0 with MYSQL Database server help is needed Pin
Rameez Raja27-Oct-08 18:46
Rameez Raja27-Oct-08 18:46 
AnswerRe: Asp.net 2.0 with MYSQL Database server help is needed Pin
AhsanS27-Oct-08 20:47
AhsanS27-Oct-08 20:47 
AnswerRe: Asp.net 2.0 with MYSQL Database server help is needed Pin
N a v a n e e t h27-Oct-08 21:59
N a v a n e e t h27-Oct-08 21:59 
QuestionASP Menu Controls and Query Strings Pin
RB@Emphasys27-Oct-08 18:28
RB@Emphasys27-Oct-08 18:28 
QuestionHow prevent duplicate record run update statement else Insert Statement Pin
zjaffary27-Oct-08 16:58
zjaffary27-Oct-08 16:58 
AnswerRe: How prevent duplicate record run update statement else Insert Statement Pin
Kannan Ar27-Oct-08 18:56
professionalKannan Ar27-Oct-08 18:56 
AnswerRe: How prevent duplicate record run update statement else Insert Statement Pin
meeram39527-Oct-08 21:04
meeram39527-Oct-08 21:04 
AnswerRe: How prevent duplicate record run update statement else Insert Statement Pin
Michael Bookatz28-Oct-08 2:17
Michael Bookatz28-Oct-08 2:17 
QuestionJavascript Issue -Not working in Firefox Pin
Ridge Howison27-Oct-08 11:21
Ridge Howison27-Oct-08 11:21 
AnswerRe: Javascript Issue -Not working in Firefox Pin
Guffa27-Oct-08 16:12
Guffa27-Oct-08 16:12 
QuestionFormat the XML file With Asp.net Csharp Pin
zjaffary27-Oct-08 10:36
zjaffary27-Oct-08 10:36 
AnswerCross post and Repost Pin
led mike27-Oct-08 11:02
led mike27-Oct-08 11:02 

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.