Click here to Skip to main content
15,886,110 members
Home / Discussions / Web Development
   

Web Development

 
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 
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 
Estys, Thanks for your attention and sorry for my poor english ,
i couldnt explain what i wanna say excatly. Ok, i try to explain it clearly at this time,

I gave a simple sample to tell my problem before, but now i wanna give you my real project's page example.
so
I want to take a values of a textbox.text or name of a button which are in another page.

TariheGore.aspx

Imports System
Imports System.Globalization
Imports System.Threading
Imports System.Data.SqlClient
Imports System.Data
Imports System.Drawing
Imports System.Drawing.Color
Imports System.Drawing.Font

Partial Class TariheGore
Inherits System.Web.UI.Page
Public fp1 As TariheGoreDuzelt ' there are problem it says "type TariheGoreDuzelt is not defined"
Public fp2 As TariheGoreGiris ' there are problem it says "type TariheGoreGiris is not defined"
Protected WithEvents Form2 As System.Web.UI.HtmlControls.HtmlForm

Public ReadOnly Property GetBtnName() As String ' i will use this in TariheGoreGiris.aspx
Get
Return ButtonName
End Get
End Property



TariheGoreGiris.aspx

Imports System.Data.SqlClient
Imports System.Data
Imports System
Imports System.Globalization
Imports System.Threading

Partial Class TariheGoreGiris
Inherits System.Web.UI.Page
Public fpTariheGore As TariheGore
Protected WithEvents Form1 As System.Web.UI.HtmlControls.HtmlForm
Protected WithEvents CikBtn As System.Web.UI.HtmlControls.HtmlButton
Dim utl As New Utils

.
.
.

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Thread.CurrentThread.CurrentCulture = New CultureInfo("tr-TR")
if Not IsPostBack Then
Try
fpTariheGore = CType(Context.Handler, TariheGore)
BtnName = fpTariheGore.GetBtnName




i hope i could explain my problem Frown | :(

thanks for everything i have...

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 
GeneralRe: Sending SMS through my website Pin
Vimalsoft(Pty) Ltd22-Dec-09 20:50
professionalVimalsoft(Pty) Ltd22-Dec-09 20:50 
QuestionHow to open ms word document in asp.net? Pin
JC.KaNNaN19-Dec-09 3:46
JC.KaNNaN19-Dec-09 3:46 
AnswerRe: How to open ms word document in asp.net? Pin
Aman Bhullar20-Dec-09 18:39
Aman Bhullar20-Dec-09 18:39 
QuestionURL Redirect using httpredirectfilter.xml [modified] Pin
R@hul198518-Dec-09 22:41
R@hul198518-Dec-09 22:41 
Questionuser account activation Pin
kirankumar123118-Dec-09 14:24
kirankumar123118-Dec-09 14:24 
AnswerRe: user account activation [modified] Pin
plecco22-Dec-09 9:04
plecco22-Dec-09 9:04 

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.