Click here to Skip to main content
15,910,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: Image Cropping Pin
Image_Processing17-Oct-06 19:05
Image_Processing17-Oct-06 19:05 
GeneralRe: Image Cropping Pin
sam#17-Oct-06 19:22
sam#17-Oct-06 19:22 
GeneralRe: Image Cropping Pin
Nader Elshehabi17-Oct-06 20:47
Nader Elshehabi17-Oct-06 20:47 
AnswerRe: Image Cropping Pin
mav.northwind17-Oct-06 22:12
mav.northwind17-Oct-06 22:12 
QuestionHow Highlight Selected Row in DataGridView Pin
vinutha kempanna17-Oct-06 18:35
vinutha kempanna17-Oct-06 18:35 
AnswerRe: How Highlight Selected Row in DataGridView Pin
sam#17-Oct-06 18:50
sam#17-Oct-06 18:50 
AnswerRe: How Highlight Selected Row in DataGridView Pin
sathish s17-Oct-06 22:08
sathish s17-Oct-06 22:08 
QuestionBeginners question Pin
digsy_17-Oct-06 12:13
digsy_17-Oct-06 12:13 
I have a method in a separate class file that I'd like to call.

The separate file is called dataaccessclass.cs is structured like:

using System;

namespace aspnetcsharpdemo
{
/// <summary>
/// Summary description for Class1.
/// </summary>
public class Class1
{
public static string Class11()
{
// this is the method that would do the select

string result = "test";
return result;


}
}
}


When I try the following code it fails with - C:\Inetpub\wwwroot\aspnetcsharpdemo\test5.aspx.cs(52): The type or namespace name 'DataAccessSelectClass' could not be found (are you missing a using directive or an assembly reference?)

Label1.Text = DataAccessSelectClass.Class11();

Whats the proper way to call the method ?
AnswerRe: Beginners question Pin
Steve :)17-Oct-06 12:23
Steve :)17-Oct-06 12:23 
GeneralRe: Beginners question Pin
digsy_17-Oct-06 13:57
digsy_17-Oct-06 13:57 
AnswerRe: Beginners question Pin
Christian Graus17-Oct-06 14:22
protectorChristian Graus17-Oct-06 14:22 
AnswerRe: Beginners question Pin
Guffa17-Oct-06 20:21
Guffa17-Oct-06 20:21 
AnswerRe: Beginners question Pin
saqib8217-Oct-06 21:30
saqib8217-Oct-06 21:30 
GeneralRe: Beginners question Pin
saqib8217-Oct-06 21:31
saqib8217-Oct-06 21:31 
GeneralRe: Beginners question Pin
saqib8217-Oct-06 21:31
saqib8217-Oct-06 21:31 
QuestionWebResponse Problem! Please help! Pin
Rojan Gh.17-Oct-06 10:37
professionalRojan Gh.17-Oct-06 10:37 
Questionmultiple selected checkboxes Pin
Yustme17-Oct-06 10:29
Yustme17-Oct-06 10:29 
AnswerRe: multiple selected checkboxes Pin
Dan Neely17-Oct-06 10:38
Dan Neely17-Oct-06 10:38 
GeneralRe: multiple selected checkboxes Pin
Yustme17-Oct-06 10:43
Yustme17-Oct-06 10:43 
GeneralRe: multiple selected checkboxes Pin
User 665817-Oct-06 10:55
User 665817-Oct-06 10:55 
GeneralRe: multiple selected checkboxes Pin
Yustme17-Oct-06 11:03
Yustme17-Oct-06 11:03 
GeneralRe: multiple selected checkboxes Pin
User 665817-Oct-06 11:04
User 665817-Oct-06 11:04 
GeneralRe: multiple selected checkboxes Pin
Yustme17-Oct-06 11:06
Yustme17-Oct-06 11:06 
QuestionProgrammatically resize ListView columns to view all text Pin
kozu17-Oct-06 9:40
kozu17-Oct-06 9:40 
AnswerRe: Programmatically resize ListView columns to view all text Pin
mav.northwind17-Oct-06 9:44
mav.northwind17-Oct-06 9:44 

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.