Click here to Skip to main content
15,916,463 members
Home / Discussions / C#
   

C#

 
GeneralRe: Array of Hashes Pin
CBoland22-May-03 8:24
CBoland22-May-03 8:24 
GeneralRe: Array of Hashes Pin
Arjan Einbu22-May-03 8:28
Arjan Einbu22-May-03 8:28 
GeneralRe: Array of Hashes Pin
JJF00722-May-03 22:40
JJF00722-May-03 22:40 
GeneralRe: Array of Hashes Pin
Burt Harris23-May-03 19:00
Burt Harris23-May-03 19:00 
GeneralToolbar HotKey Pin
STW22-May-03 1:54
STW22-May-03 1:54 
QuestionDoes C# have Template like C++ ?? Pin
JeffSayHi21-May-03 23:10
JeffSayHi21-May-03 23:10 
AnswerRe: Does C# have Template like C++ ?? Pin
Giles22-May-03 2:20
Giles22-May-03 2:20 
AnswerRe: Does C# have Template like C++ ?? Pin
Jon Newman22-May-03 5:12
Jon Newman22-May-03 5:12 
QuestionDBF File Read in DataGrid? Pin
bania21-May-03 21:54
bania21-May-03 21:54 
AnswerRe: DBF File Read in DataGrid? Pin
Rocky Moore21-May-03 23:02
Rocky Moore21-May-03 23:02 
GeneralButtons not firing Click event after OpenFileDialog Pin
Arun Bhalla21-May-03 17:38
Arun Bhalla21-May-03 17:38 
GeneralRe: Buttons not firing Click event after OpenFileDialog Pin
Arun Bhalla21-May-03 18:47
Arun Bhalla21-May-03 18:47 
GeneralNode searching in TreeView Pin
azusakt21-May-03 16:17
azusakt21-May-03 16:17 
GeneralRe: Node searching in TreeView Pin
Jose Fco Bonnin22-May-03 3:22
Jose Fco Bonnin22-May-03 3:22 
GeneralRe: Node searching in TreeView Pin
azusakt22-May-03 19:57
azusakt22-May-03 19:57 
Questionusing reflection to get version number..?? Pin
Anonymous21-May-03 12:32
Anonymous21-May-03 12:32 
AnswerRe: using reflection to get version number..?? Pin
leppie21-May-03 13:11
leppie21-May-03 13:11 
Generalproblem with spanComment.InnerHtml Pin
Anonymous21-May-03 10:41
Anonymous21-May-03 10:41 
hi there,
I am a new kid in the block Smile | :) . Today, I have tried my very first program in ASP.NET using C# language. Let me try explaining what am i doing here. I have created 2 text boxes and one text area in a webform and entering values in those fields and trying to display those values in the same web page. But it is displaying an error on the internet explorer.
You can see the error discription underneath

Compiler Error Message: CS0246: The type or namespace name 'spanComment' could not be found (are you missing a using directive or an assembly reference?)

Source Error:



Line 4:
Line 5: void Submitbtn_click(Object sender, EventArgs e){
Line 6: spanComment.InnerHtml = "Here are the details we received:<BR/><BR/>" +
Line 7: "First Name : " + firstname.text + "</br>" +
Line 8: "Last Name : " + lastname.text + "</br>" +


Source File: C:\Inetpub\wwwroot\asp.net\submitreceivecomments.aspx Line: 6

I am very bad in explaining things but i tried my best explaining where am i strucking at Smile | :) . Please help me solving this .
thanks in advance.
Dev
GeneralRe: problem with spanComment.InnerHtml Pin
Paul Lyons21-May-03 17:42
Paul Lyons21-May-03 17:42 
GeneralRe: problem with spanComment.InnerHtml Pin
Slow Learner22-May-03 4:11
Slow Learner22-May-03 4:11 
GeneralInheritance Question Pin
Bugoy21-May-03 10:10
Bugoy21-May-03 10:10 
GeneralRe: Inheritance Question Pin
J. Dunlap21-May-03 10:40
J. Dunlap21-May-03 10:40 
GeneralInteraction between Forms !!! Pin
DuongNguyen21-May-03 9:57
DuongNguyen21-May-03 9:57 
GeneralRe: Interaction between Forms !!! Pin
Tomas Petricek21-May-03 11:05
Tomas Petricek21-May-03 11:05 
GeneralRe: Interaction between Forms !!! Pin
DuongNguyen21-May-03 11:33
DuongNguyen21-May-03 11:33 

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.