selvi subramanian

selvi subramanian

  • NA
  • 799
  • 572.6k

i need to use if condition

Apr 29 2014 3:41 AM
Purchase
Sales
Return
Balance

in my TextBox4_TextChanged it throw error as

Server Error in '/retrievedata' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: CS0103: The name 'c' does not exist in the current context

Source Error:

Line 85:         } Line 86:  Line 87:         else if (c != 0) Line 88:         { Line 89:             int c = int.Parse(TextBox3.Text) + int.Parse(TextBox4.Text);

Source File: d:\sample tools\retrievedata\Default.aspx.cs    Line: 87 








i need in the balnce field as output as 5.in the textbox

Answers (6)