Click here to Skip to main content
15,886,724 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to get value from dropdownlist which is in User Control Pin
Shameel17-Aug-11 1:13
professionalShameel17-Aug-11 1:13 
AnswerRe: How to get value from dropdownlist which is in User Control Pin
Shameel16-Aug-11 22:34
professionalShameel16-Aug-11 22:34 
Questionfailed due to the following error: 80070005 Access is denied. Pin
Vimalsoft(Pty) Ltd16-Aug-11 19:01
professionalVimalsoft(Pty) Ltd16-Aug-11 19:01 
QuestionRe: failed due to the following error: 80070005 Access is denied. Pin
Shameel16-Aug-11 22:41
professionalShameel16-Aug-11 22:41 
AnswerRe: failed due to the following error: 80070005 Access is denied. Pin
Vimalsoft(Pty) Ltd18-Aug-11 1:49
professionalVimalsoft(Pty) Ltd18-Aug-11 1:49 
AnswerRe: failed due to the following error: 80070005 Access is denied. Pin
Robert Bettinelli17-Aug-11 15:05
Robert Bettinelli17-Aug-11 15:05 
QuestionSave state of the applet after the page is reloaded Pin
CodeGust16-Aug-11 14:09
CodeGust16-Aug-11 14:09 
Questionaspx files and their code-behinds Pin
drewbert16-Aug-11 12:58
drewbert16-Aug-11 12:58 
Can I have multiple .aspx files with their own code-behinds?

I have two aspx pages and one works fine, but the other does recognize any of the asp controls in the code-behind. Here's what I got:

One asp page with the code directive:
ASP.NET
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="page1.aspx.vb" Inherits="_class1" SmartNavigation="true" Debug="true" %>


My other page has the code directive:
ASP.NET
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="page2.aspx.vb" Inherits="_class2" SmartNavigation="true" Debug="true" %>


I then have 2 code-behind files:

One labeled page1.aspx.vb with:
VB
Partial Public Class _class1
    Inherits System.Web.UI.Page

    '... all controls are recognized from page1.aspx


One labeled page2.aspx.vb with:
VB
Partial Public Class _class2
    Inherits System.Web.UI.Page


    '... none of the controls are recognized from page2.aspx

AnswerRe: aspx files and their code-behinds Pin
Not Active16-Aug-11 16:27
mentorNot Active16-Aug-11 16:27 
Questiontry/catch Pin
Satish_S15-Aug-11 19:55
Satish_S15-Aug-11 19:55 
AnswerRe: try/catch Pin
Shameel15-Aug-11 21:44
professionalShameel15-Aug-11 21:44 
QuestionInsulting Me Pin
Ashika s15-Aug-11 19:52
Ashika s15-Aug-11 19:52 
AnswerRe: Insulting Me Pin
m@dhu15-Aug-11 20:06
m@dhu15-Aug-11 20:06 
AnswerRe: Insulting Me PinPopular
Richard MacCutchan15-Aug-11 22:28
mveRichard MacCutchan15-Aug-11 22:28 
AnswerRe: Insulting Me Pin
fjdiewornncalwe16-Aug-11 8:41
professionalfjdiewornncalwe16-Aug-11 8:41 
QuestionHow to Preview Image Before Upload Pin
apadana_198915-Aug-11 16:43
apadana_198915-Aug-11 16:43 
AnswerRe: How to Preview Image Before Upload Pin
Anurag Gandhi15-Aug-11 19:04
professionalAnurag Gandhi15-Aug-11 19:04 
QuestionLoad ASP.Net controls from text file / database Pin
econner15-Aug-11 11:42
econner15-Aug-11 11:42 
AnswerRe: Load ASP.Net controls from text file / database Pin
econner15-Aug-11 15:32
econner15-Aug-11 15:32 
Questionrepeater databinding @ server side Pin
fififlowertot15-Aug-11 0:54
fififlowertot15-Aug-11 0:54 
AnswerRe: repeater databinding @ server side Pin
Not Active15-Aug-11 3:12
mentorNot Active15-Aug-11 3:12 
GeneralRe: repeater databinding @ server side Pin
fififlowertot15-Aug-11 3:15
fififlowertot15-Aug-11 3:15 
QuestionValidate jQuery Modal ? Pin
zeego14-Aug-11 18:36
zeego14-Aug-11 18:36 
AnswerRe: Validate jQuery Modal ? Pin
Not Active14-Aug-11 18:50
mentorNot Active14-Aug-11 18:50 
GeneralRe: Validate jQuery Modal ? Pin
zeego14-Aug-11 19:18
zeego14-Aug-11 19:18 

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.