Click here to Skip to main content
15,893,381 members
Home / Discussions / Web Development
   

Web Development

 
Question? firefox bookmarket script to list urls across frames Pin
halsboss24-Dec-09 0:32
halsboss24-Dec-09 0:32 
QuestionJavascript related question Pin
Tina P23-Dec-09 17:18
Tina P23-Dec-09 17:18 
AnswerRe: Javascript related question Pin
R. Giskard Reventlov24-Dec-09 0:06
R. Giskard Reventlov24-Dec-09 0:06 
QuestionMinimizing the traffic Pin
msn9222-Dec-09 9:16
msn9222-Dec-09 9:16 
AnswerRe: Minimizing the traffic Pin
Marc Firth23-Dec-09 2:00
Marc Firth23-Dec-09 2:00 
GeneralRe: Minimizing the traffic Pin
msn9224-Dec-09 16:41
msn9224-Dec-09 16:41 
GeneralRe: Minimizing the traffic Pin
Marc Firth3-Jan-10 21:47
Marc Firth3-Jan-10 21:47 
QuestionCannot create instance in a partial class Pin
TALHAKOSEN22-Dec-09 1:33
TALHAKOSEN22-Dec-09 1:33 
(in visual studio 2008, website project)

I cant create instance of a partial class in a another partial class, why ????
Please look at below;

test.aspx
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="test.aspx.vb" Inherits="test" %>

test.aspx.vb
Partial Class test
Inherits System.Web.UI.Page

End Class


profile.aspx
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="profile.aspx.vb" Inherits="profile" %>

profile.aspx.vb
Partial Class profile
Inherits System.Web.UI.Page

' doesnt work
Dim _test as new test

End Class


i couldnt understand what is the problem ?? thanks...

thanks for everything i have...

GeneralRe: Cannot create instance in a partial class Pin
Estys22-Dec-09 5:21
Estys22-Dec-09 5:21 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN22-Dec-09 8:54
TALHAKOSEN22-Dec-09 8:54 
GeneralRe: Cannot create instance in a partial class Pin
Estys22-Dec-09 9:52
Estys22-Dec-09 9:52 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN22-Dec-09 20:32
TALHAKOSEN22-Dec-09 20:32 
GeneralRe: Cannot create instance in a partial class Pin
Estys22-Dec-09 23:20
Estys22-Dec-09 23:20 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN22-Dec-09 23:43
TALHAKOSEN22-Dec-09 23:43 
GeneralRe: Cannot create instance in a partial class Pin
Estys23-Dec-09 0:04
Estys23-Dec-09 0:04 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN23-Dec-09 0:34
TALHAKOSEN23-Dec-09 0:34 
GeneralRe: Cannot create instance in a partial class Pin
Estys23-Dec-09 1:45
Estys23-Dec-09 1:45 
GeneralRe: Cannot create instance in a partial class Pin
TALHAKOSEN24-Dec-09 20:27
TALHAKOSEN24-Dec-09 20:27 
QuestionEditable Attributes in Expression Web Pin
Randal Vance Cunanan20-Dec-09 14:12
Randal Vance Cunanan20-Dec-09 14:12 
QuestionSending SMS through my website Pin
srikantha_nagaraj19-Dec-09 19:59
srikantha_nagaraj19-Dec-09 19:59 
AnswerRe: Sending SMS through my website Pin
Aman Bhullar20-Dec-09 18:44
Aman Bhullar20-Dec-09 18:44 
AnswerRe: Sending SMS through my website Pin
Vimalsoft(Pty) Ltd22-Dec-09 2:49
professionalVimalsoft(Pty) Ltd22-Dec-09 2:49 
GeneralRe: Sending SMS through my website Pin
Ashfield22-Dec-09 4:19
Ashfield22-Dec-09 4:19 
GeneralRe: Sending SMS through my website Pin
Vimalsoft(Pty) Ltd22-Dec-09 4:21
professionalVimalsoft(Pty) Ltd22-Dec-09 4:21 
GeneralRe: Sending SMS through my website Pin
Vasudevan Deepak Kumar22-Dec-09 20:29
Vasudevan Deepak Kumar22-Dec-09 20:29 

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.