Click here to Skip to main content
15,881,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNew to ASP Pin
KirkNew2ASP20-Jun-08 4:59
KirkNew2ASP20-Jun-08 4:59 
AnswerRe: New to ASP Pin
Jay Royall20-Jun-08 5:38
Jay Royall20-Jun-08 5:38 
QuestionDisable Copy Slide, Edit Slide and Print Slide options in .pps file. Pin
VivekNema20-Jun-08 4:39
VivekNema20-Jun-08 4:39 
Questiontextbox value addition Pin
ManiMughal20-Jun-08 4:36
ManiMughal20-Jun-08 4:36 
AnswerRe: textbox value addition Pin
windhopper20-Jun-08 4:45
windhopper20-Jun-08 4:45 
GeneralRe: textbox value addition Pin
ManiMughal20-Jun-08 4:51
ManiMughal20-Jun-08 4:51 
GeneralRe: textbox value addition Pin
tina->newcoder20-Jun-08 8:04
tina->newcoder20-Jun-08 8:04 
GeneralRe: textbox value addition Pin
windhopper22-Jun-08 22:07
windhopper22-Jun-08 22:07 
Try this:

val2 = textBox1.Text;
val3 = textBox2.Text;

protected void btnSum_Click(object sender, EventArgs e)
{
Sum(val1 + val2) = val3;
lblSum.Text = val3;
}
QuestionServer Control help? Code attached Pin
windhopper20-Jun-08 4:01
windhopper20-Jun-08 4:01 
AnswerRe: Server Control help? Code attached Pin
Abhijit Jana20-Jun-08 4:04
professionalAbhijit Jana20-Jun-08 4:04 
GeneralRe: Server Control help? Code attached Pin
windhopper20-Jun-08 4:17
windhopper20-Jun-08 4:17 
QuestionThe solution to our ASP.NET page timeout problems... Pin
AndyBrew7020-Jun-08 3:53
AndyBrew7020-Jun-08 3:53 
QuestionJavaScript Help?? Pin
Imran Adam20-Jun-08 3:16
Imran Adam20-Jun-08 3:16 
AnswerRe: JavaScript Help?? Pin
Abhijit Jana20-Jun-08 3:22
professionalAbhijit Jana20-Jun-08 3:22 
GeneralRe: JavaScript Help?? Pin
Imran Adam20-Jun-08 5:56
Imran Adam20-Jun-08 5:56 
QuestionGood free Wiki, intranet implementation in ASP.NET - suggestions? Pin
m3ntat_20-Jun-08 2:57
m3ntat_20-Jun-08 2:57 
AnswerRe: Good free Wiki, intranet implementation in ASP.NET - suggestions? Pin
Abhijit Jana20-Jun-08 2:59
professionalAbhijit Jana20-Jun-08 2:59 
GeneralRe: Good free Wiki, intranet implementation in ASP.NET - suggestions? Pin
m3ntat_20-Jun-08 3:14
m3ntat_20-Jun-08 3:14 
GeneralRe: Good free Wiki, intranet implementation in ASP.NET - suggestions? Pin
Abhijit Jana20-Jun-08 3:44
professionalAbhijit Jana20-Jun-08 3:44 
AnswerRe: Good free Wiki, intranet implementation in ASP.NET - suggestions? Pin
N a v a n e e t h20-Jun-08 4:13
N a v a n e e t h20-Jun-08 4:13 
Questionmaintaining a site Pin
vijaylumar20-Jun-08 2:44
vijaylumar20-Jun-08 2:44 
QuestionHow to create weather control in Asp.Net Pin
Johndas20-Jun-08 1:45
Johndas20-Jun-08 1:45 
AnswerDuplicate Post : Please iGnOre Pin
Abhijit Jana20-Jun-08 1:48
professionalAbhijit Jana20-Jun-08 1:48 
QuestionHow to create Weather Control in Asp.Net Pin
Johndas20-Jun-08 1:42
Johndas20-Jun-08 1:42 
AnswerRe: How to create Weather Control in Asp.Net Pin
Abhijit Jana20-Jun-08 1:44
professionalAbhijit Jana20-Jun-08 1: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.