Click here to Skip to main content
15,917,456 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: throws an error that the cursor already exists: How to sholve this problem Pin
Paddy Boyd22-Oct-08 2:17
Paddy Boyd22-Oct-08 2:17 
GeneralRe: throws an error that the cursor already exists: How to sholve this problem Pin
Member 465900122-Oct-08 2:34
Member 465900122-Oct-08 2:34 
GeneralRe: throws an error that the cursor already exists: How to sholve this problem Pin
Ashfield22-Oct-08 3:14
Ashfield22-Oct-08 3:14 
QuestionCreating a .txt file in a web form (Urgent) Pin
srinivaskonijeti22-Oct-08 0:13
srinivaskonijeti22-Oct-08 0:13 
AnswerRe: Creating a .txt file in a web form (Urgent) Pin
Shyam Bharath22-Oct-08 0:28
Shyam Bharath22-Oct-08 0:28 
AnswerRe: Creating a .txt file in a web form (Urgent) Pin
N a v a n e e t h22-Oct-08 2:02
N a v a n e e t h22-Oct-08 2:02 
QuestionMultiple add/delete/update on a Gridview Pin
samerh22-Oct-08 0:13
samerh22-Oct-08 0:13 
Questionhow to access .cs page values in aspx page???? Pin
sarala.s21-Oct-08 23:44
sarala.s21-Oct-08 23:44 
This is my first.cs page.....

namespace testvalueobject
{
/// <summary>
/// Summary description for first
/// </summary>
[Serializable]
public class first
{

int a, b, c;
public first()
{
a = 10;
b = 20;
}
[XmlAttribute]
public int add()
{
c = a + b;
return c;

}

}
}
this is my default.aspx.cs page....

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using App_Data.testvalueobject;
using App_Data.testvalueobject.first;


public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{



}
}

i can't access the methods of cs page in aspx.cs page......

kindly help me soon

sarala.s
AnswerRe: how to access .cs page values in aspx page???? Pin
meeram39521-Oct-08 23:48
meeram39521-Oct-08 23:48 
AnswerRe: how to access .cs page values in aspx page???? Pin
Abhijit Jana21-Oct-08 23:58
professionalAbhijit Jana21-Oct-08 23:58 
QuestionHow to Retrieving data to DropDownLists in the UpdatePanel? Pin
meeram39521-Oct-08 23:44
meeram39521-Oct-08 23:44 
AnswerRe: How to Retrieving data to DropDownLists in the UpdatePanel? Pin
Sandeep Akhare22-Oct-08 1:28
Sandeep Akhare22-Oct-08 1:28 
GeneralRe: How to Retrieving data to DropDownLists in the UpdatePanel? Pin
meeram39522-Oct-08 1:44
meeram39522-Oct-08 1:44 
Questionsetting the columns width of a gridview Pin
johland21-Oct-08 23:36
johland21-Oct-08 23:36 
AnswerRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 0:45
NeverHeardOfMe22-Oct-08 0:45 
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 1:42
johland22-Oct-08 1:42 
GeneralRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 2:18
NeverHeardOfMe22-Oct-08 2:18 
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 2:36
johland22-Oct-08 2:36 
GeneralRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 2:52
NeverHeardOfMe22-Oct-08 2:52 
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 3:43
johland22-Oct-08 3:43 
QuestionMail Sending Failed Pin
yogesh_kumar_agarwal21-Oct-08 22:50
yogesh_kumar_agarwal21-Oct-08 22:50 
AnswerRe: Mail Sending Failed Pin
eyeseetee21-Oct-08 22:52
eyeseetee21-Oct-08 22:52 
AnswerRe: Mail Sending Failed Pin
AhsanS21-Oct-08 22:59
AhsanS21-Oct-08 22:59 
AnswerRe: Mail Sending Failed Pin
Abhijit Jana21-Oct-08 23:39
professionalAbhijit Jana21-Oct-08 23:39 
QuestionRetrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Pin
blakshmi21-Oct-08 22:46
blakshmi21-Oct-08 22:46 

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.