Click here to Skip to main content
15,900,719 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Fast Access of DATA Pin
Colin Angus Mackay30-Nov-06 0:16
Colin Angus Mackay30-Nov-06 0:16 
Generalacknoledgment Pin
Shriya Kapoor30-Nov-06 0:37
Shriya Kapoor30-Nov-06 0:37 
GeneralRe: Fast Access of DATA Pin
InsDev30-Nov-06 0:22
InsDev30-Nov-06 0:22 
GeneralRe: Fast Access of DATA Pin
Shriya Kapoor30-Nov-06 0:35
Shriya Kapoor30-Nov-06 0:35 
GeneralRe: Fast Access of DATA Pin
Parwej Ahamad30-Nov-06 1:22
professionalParwej Ahamad30-Nov-06 1:22 
QuestionRebind usercontrol on button click event Pin
Imran Khan Pathan29-Nov-06 23:24
Imran Khan Pathan29-Nov-06 23:24 
Questionno datagrid updating Pin
K edar V29-Nov-06 22:39
K edar V29-Nov-06 22:39 
QuestionProblem Creating Obejct Pin
asprajesh29-Nov-06 22:36
asprajesh29-Nov-06 22:36 
hello All ,,
I am very New For C# and Asp.net programming..I have Made Two C# Files..One Is First.cs having Class Name FirstClass On Public Access Level ..
Such As

**First.cs**
public class FirstClass : System.Web.UI..Page
{
//Some variable n Properties--
}

And another File Second.cs Having Class SecondClass On Public Access level..
Such As...

**Second.cs**
public class SecondClass : System.Web.UI.Page
{
// Some Code here;
FirstClass obj = new FirstClass(); ///// Error On this Line

}


And i have Made One aspx file. Which IS user.aspx
Such As ..
**user.aspx**

<%@ Inherits="SecondClass" Src="Second.cs" Language="C#"%>

....
...
...



My Problem Is That..
I have Included Second.cs file in user.aspx

How I can Create Object of FirstClass From First.cs In
The SecondClass Which is in Second.cs File..

I am Making Inline Program in asp.net ...
How i come over from this problem..
plzz Let me Soooon.

Thanx in Advance

Life is not easy ,let's make it.

Questionpassing from one form to another Pin
ameen baig mirru29-Nov-06 22:36
ameen baig mirru29-Nov-06 22:36 
AnswerRe: passing from one form to another Pin
iamrashida8329-Nov-06 22:44
iamrashida8329-Nov-06 22:44 
GeneralRe: passing from one form to another Pin
ednrgc30-Nov-06 4:53
ednrgc30-Nov-06 4:53 
QuestionCOM+ transaction attribute setting error Pin
bigeyed29-Nov-06 22:02
bigeyed29-Nov-06 22:02 
Questioncall javascript and server function in a server button in a datagrid Pin
yesu prakash29-Nov-06 22:02
yesu prakash29-Nov-06 22:02 
AnswerRe: call javascript and server function in a server button in a datagrid Pin
InsDev30-Nov-06 1:06
InsDev30-Nov-06 1:06 
GeneralRe: call javascript and server function in a server button in a datagrid Pin
yesu prakash3-Dec-06 18:53
yesu prakash3-Dec-06 18:53 
QuestionHost Unavailable error Pin
payback29-Nov-06 21:36
payback29-Nov-06 21:36 
AnswerRe: Host Unavailable error Pin
iamrashida8329-Nov-06 22:46
iamrashida8329-Nov-06 22:46 
GeneralRe: Host Unavailable error Pin
payback29-Nov-06 22:52
payback29-Nov-06 22:52 
QuestionRuntime event Pin
monika_vasvani29-Nov-06 20:58
monika_vasvani29-Nov-06 20:58 
AnswerRe: Runtime event Pin
payback29-Nov-06 21:49
payback29-Nov-06 21:49 
GeneralRe: Runtime event Pin
monika_vasvani29-Nov-06 22:32
monika_vasvani29-Nov-06 22:32 
GeneralRe: Runtime event Pin
payback29-Nov-06 22:56
payback29-Nov-06 22:56 
GeneralRe: Runtime event Pin
monika_vasvani29-Nov-06 23:50
monika_vasvani29-Nov-06 23:50 
QuestionDelete Row Of dataview Pin
Imran Khan Pathan29-Nov-06 20:29
Imran Khan Pathan29-Nov-06 20:29 
AnswerRe: Delete Row Of dataview Pin
Khan.Bangash29-Nov-06 21:03
Khan.Bangash29-Nov-06 21:03 

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.