Click here to Skip to main content
15,915,702 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: wysiwyg editor in asp.net 2.0 c# Pin
Vasudevan Deepak Kumar4-Mar-07 2:09
Vasudevan Deepak Kumar4-Mar-07 2:09 
QuestionRRS Pin
fridon2-Mar-07 18:20
fridon2-Mar-07 18:20 
AnswerRe: RSS Pin
fridon2-Mar-07 18:23
fridon2-Mar-07 18:23 
GeneralRe: RSS Pin
Vasudevan Deepak Kumar6-Mar-07 9:46
Vasudevan Deepak Kumar6-Mar-07 9:46 
Questionhow to send sms in asp.net without any third party sms gateway.How to create own sms gateway.i want a code or any reference website address.i know if its possible to create own sms gateway.please tell me everyone and help me . Pin
Member 38771892-Mar-07 17:48
Member 38771892-Mar-07 17:48 
Questionhow to send sms in asp.net without any third party sms gateway.How to create own sms gateway.i want a code or any reference website address.i know if its possible to create own sms gateway.please tell me everyone and help me . Pin
Member 38771892-Mar-07 17:47
Member 38771892-Mar-07 17:47 
AnswerRe: how to send sms in asp.net without any third party sms gateway.How to create own sms gateway.i want a code or any reference website address.i know if its possible to create own sms gateway.please tell me everyone and help me . Pin
Vasudevan Deepak Kumar6-Mar-07 9:47
Vasudevan Deepak Kumar6-Mar-07 9:47 
QuestionError in Creating Structs Pin
chitra4sat2-Mar-07 16:21
chitra4sat2-Mar-07 16:21 
Hey All,

i am new to programming and they asked me to create a struct for calculating Area with the length and width.

I have coded but it shows error and please help me to correct the error and i will paste my code here.

<br />
Struct Area<br />
<br />
{<br />
<br />
     Public int length;<br />
<br />
     Public int width;<br />
<br />
     Public int area;<br />
<br />
 <br />
<br />
Public  Area(int _length, int _width)<br />
<br />
{<br />
<br />
     this.length=_length;<br />
<br />
     this.width=_width;<br />
<br />
     this.area=(_length* _width);<br />
<br />
}<br />
<br />
Public int GetArea()<br />
<br />
{<br />
<br />
    return area;<br />
<br />
}<br />
<br />
static void main(int[] args)<br />
<br />
  {<br />
<br />
      Area area=new Area();<br />
<br />
      Console.Writeline(area.GetArea());<br />
<br />
  }<br />
<br />
}<br />
<br />
<br />


Chitra
AnswerRe: Error in Creating Structs Pin
Rhys Gravell4-Mar-07 20:57
professionalRhys Gravell4-Mar-07 20:57 
Questiontruncate strings Pin
nikneem20052-Mar-07 13:32
nikneem20052-Mar-07 13:32 
AnswerRe: truncate strings Pin
Harini N K2-Mar-07 13:51
Harini N K2-Mar-07 13:51 
GeneralRe: truncate strings Pin
nikneem20052-Mar-07 13:57
nikneem20052-Mar-07 13:57 
GeneralRe: truncate strings Pin
Harini N K2-Mar-07 14:05
Harini N K2-Mar-07 14:05 
QuestionControling Child Window Pin
Jonathan Gibbs2-Mar-07 13:06
Jonathan Gibbs2-Mar-07 13:06 
AnswerRe: Controling Child Window Pin
nikneem20052-Mar-07 13:34
nikneem20052-Mar-07 13:34 
AnswerRe: Controling Child Window Pin
Haissam3-Mar-07 14:42
Haissam3-Mar-07 14:42 
QuestionMissing partial modifier on declaration of type 'DataSet1' Pin
duaatul2-Mar-07 12:30
duaatul2-Mar-07 12:30 
AnswerRe: Missing partial modifier on declaration of type 'DataSet1' Pin
nikneem20052-Mar-07 13:40
nikneem20052-Mar-07 13:40 
QuestionSample Asp.net application Pin
umashankergr82-Mar-07 7:55
umashankergr82-Mar-07 7:55 
AnswerRe: Sample Asp.net application Pin
Rakheesh Chalil2-Mar-07 8:38
Rakheesh Chalil2-Mar-07 8:38 
AnswerRe: Sample Asp.net application Pin
umashankergr86-Mar-07 19:09
umashankergr86-Mar-07 19:09 
Questionimage views Pin
vamsivs2-Mar-07 5:02
vamsivs2-Mar-07 5:02 
AnswerRe: image views Pin
Frank Kerrigan2-Mar-07 5:57
Frank Kerrigan2-Mar-07 5:57 
QuestionRedirecting parent page Pin
Khan.Bangash2-Mar-07 4:57
Khan.Bangash2-Mar-07 4:57 
AnswerRe: Redirecting parent page Pin
Guffa2-Mar-07 8:26
Guffa2-Mar-07 8:26 

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.