Click here to Skip to main content
16,005,241 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Suggestion Required for my Demo Site Pin
sidbaruah23-Jul-07 1:47
sidbaruah23-Jul-07 1:47 
AnswerRe: Suggestion Required for my Demo Site Pin
sidbaruah23-Jul-07 1:51
sidbaruah23-Jul-07 1:51 
QuestionSingle sign on for application in different domain using different validation keyss Pin
sandeep kumar pundhir22-Jul-07 20:55
sandeep kumar pundhir22-Jul-07 20:55 
QuestionPage.FindControl("RadioButtonList" & index) [modified] Pin
BasharatAli22-Jul-07 20:30
BasharatAli22-Jul-07 20:30 
AnswerRe: Page.FindControl("RadioButtonList" & index) Pin
sidbaruah22-Jul-07 21:11
sidbaruah22-Jul-07 21:11 
AnswerRe: Page.FindControl("RadioButtonList" & index) Pin
BasharatAli22-Jul-07 21:59
BasharatAli22-Jul-07 21:59 
GeneralRe: Page.FindControl("RadioButtonList" & index) Pin
sidbaruah22-Jul-07 23:01
sidbaruah22-Jul-07 23:01 
GeneralRe: Page.FindControl("RadioButtonList" & index) Pin
BasharatAli22-Jul-07 23:19
BasharatAli22-Jul-07 23:19 
"Object reference not set to an instance of an object."

i'm getting this exception message before session object at this line of code

Dim rdo As System.Web.UI.WebControls.RadioButtonList

For index As Integer = 1 To dtLevelC.Rows.Count

rdo = CType(Me.FindControl("RadioButtonList1", 1), System.Web.UI.WebControls.RadioButtonList)

dtPFARatingCode = daPFARatingCode.GetDataByTableID(rdo.SelectedValue)<br />
            
If dtPFARatingCode.Rows.Count > 0 Then
GeneralRe: Page.FindControl(&amp;amp;quot;RadioButtonList&amp;amp;quot; &amp;amp;amp; index) Pin
sidbaruah22-Jul-07 23:26
sidbaruah22-Jul-07 23:26 
GeneralRe: Page.FindControl(&amp;amp;quot;RadioButtonList&amp;amp;quot; &amp;amp;amp; index) Pin
BasharatAli22-Jul-07 23:33
BasharatAli22-Jul-07 23:33 
QuestionASP Controls are not showing in the Page : Urgent Pin
Kurian_Kurian22-Jul-07 20:21
Kurian_Kurian22-Jul-07 20:21 
AnswerRe: ASP Controls are not showing in the Page : Urgent Pin
DKalepu22-Jul-07 20:43
DKalepu22-Jul-07 20:43 
GeneralRe: ASP Controls are not showing in the Page : Urgent Pin
Kurian_Kurian22-Jul-07 21:17
Kurian_Kurian22-Jul-07 21:17 
GeneralRe: ASP Controls are not showing in the Page : Urgent Pin
Imran Khan Pathan22-Jul-07 23:32
Imran Khan Pathan22-Jul-07 23:32 
GeneralRe: ASP Controls are not showing in the Page : Urgent Pin
Kurian_Kurian23-Jul-07 1:09
Kurian_Kurian23-Jul-07 1:09 
QuestionReportviewer problem Pin
sidbaruah22-Jul-07 20:13
sidbaruah22-Jul-07 20:13 
AnswerRe: Reportviewer problem Pin
Urs Enzler22-Jul-07 22:48
Urs Enzler22-Jul-07 22:48 
GeneralRe: Reportviewer problem Pin
sidbaruah22-Jul-07 22:54
sidbaruah22-Jul-07 22:54 
QuestionSolution to multiple file upload control Pin
Hari_101022-Jul-07 20:11
Hari_101022-Jul-07 20:11 
AnswerRe: Solution to multiple file upload control Pin
N a v a n e e t h22-Jul-07 22:37
N a v a n e e t h22-Jul-07 22:37 
GeneralRe: Solution to multiple file upload control Pin
Hari_101022-Jul-07 22:42
Hari_101022-Jul-07 22:42 
GeneralRe: Solution to multiple file upload control Pin
N a v a n e e t h22-Jul-07 22:57
N a v a n e e t h22-Jul-07 22:57 
GeneralRe: Solution to multiple file upload control Pin
Hari_101022-Jul-07 23:01
Hari_101022-Jul-07 23:01 
QuestionCaching issue in .NET 1.1 Pin
Vipul Mehta22-Jul-07 19:41
Vipul Mehta22-Jul-07 19:41 
AnswerRe: Caching issue in .NET 1.1 Pin
N a v a n e e t h22-Jul-07 22:27
N a v a n e e t h22-Jul-07 22:27 

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.