Click here to Skip to main content
15,891,976 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: setAttribute property in javascript Pin
Spunky Coder7-May-08 20:44
Spunky Coder7-May-08 20:44 
GeneralRe: setAttribute property in javascript Pin
webtips9-May-08 4:49
webtips9-May-08 4:49 
QuestionHow to assing a value to alt from class file? Pin
Sam.M7-May-08 19:16
Sam.M7-May-08 19:16 
AnswerRe: How to assing a value to alt from class file? Pin
Christian Graus7-May-08 19:24
protectorChristian Graus7-May-08 19:24 
GeneralRe: How to assing a value to alt from class file? Pin
Sam.M7-May-08 19:27
Sam.M7-May-08 19:27 
GeneralRe: How to assing a value to alt from class file? Pin
Christian Graus7-May-08 19:46
protectorChristian Graus7-May-08 19:46 
GeneralRe: How to assing a value to alt from class file? Pin
Sam.M7-May-08 19:51
Sam.M7-May-08 19:51 
GeneralRe: How to assing a value to alt from class file? Pin
Christian Graus7-May-08 19:54
protectorChristian Graus7-May-08 19:54 
In your ASPX

replace

<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Request.Master" CodeBehind="CaseNotes.aspx.cs" Inherits="CaseNotes" %>

with

<%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/Request.Master" CodeBehind="CaseNotes.aspx.cs" Inherits="MyNamespace.CaseNotes" %>

and in your code behind replace

public partial class CaseNotes : Page

with

namespace MyNamespace
{
public partial class CaseNotes : Page

Now, make sure that MyNamespace is the same as the namespace for your HardCodedValues class.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

Questionhow to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 19:11
vidhyap7-May-08 19:11 
AnswerRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 19:26
protectorChristian Graus7-May-08 19:26 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 20:18
vidhyap7-May-08 20:18 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 20:26
protectorChristian Graus7-May-08 20:26 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 20:36
vidhyap7-May-08 20:36 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
Christian Graus7-May-08 20:51
protectorChristian Graus7-May-08 20:51 
GeneralRe: how to populate dropdownlist with font names as its list items Pin
vidhyap7-May-08 21:08
vidhyap7-May-08 21:08 
QuestionPassing Values to Payment Gatway Pin
sjs4u7-May-08 18:38
sjs4u7-May-08 18:38 
AnswerRe: Passing Values to Payment Gatway Pin
Christian Graus7-May-08 19:06
protectorChristian Graus7-May-08 19:06 
GeneralRe: Passing Values to Payment Gatway Pin
sjs4u7-May-08 19:11
sjs4u7-May-08 19:11 
GeneralRe: Passing Values to Payment Gatway Pin
Christian Graus7-May-08 19:15
protectorChristian Graus7-May-08 19:15 
QuestionProblem with dll Pin
Deepak Nigam7-May-08 8:34
Deepak Nigam7-May-08 8:34 
AnswerRe: Problem with dll Pin
JimmyRopes7-May-08 10:15
professionalJimmyRopes7-May-08 10:15 
AnswerRe: Problem with dll Pin
Abhijit Jana7-May-08 18:25
professionalAbhijit Jana7-May-08 18:25 
QuestionSession state in SharePoint Web parts Pin
JimmyRopes7-May-08 8:29
professionalJimmyRopes7-May-08 8:29 
QuestionProblem With Back Button Pin
mehrdadc487-May-08 7:51
mehrdadc487-May-08 7:51 
AnswerRe: Problem With Back Button Pin
Deepak Nigam7-May-08 8:37
Deepak Nigam7-May-08 8:37 

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.