Click here to Skip to main content
15,904,934 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: User control - when and why?? Pin
Mike Ellison9-Aug-06 11:46
Mike Ellison9-Aug-06 11:46 
GeneralRe: User control - when and why?? Pin
Shilpa19-Aug-06 11:57
Shilpa19-Aug-06 11:57 
GeneralRe: User control - when and why?? Pin
Christian Graus9-Aug-06 11:56
protectorChristian Graus9-Aug-06 11:56 
AnswerRe: User control - when and why?? Pin
hi_arv10-Aug-06 2:03
hi_arv10-Aug-06 2:03 
QuestionHelp with Set Up Pin
alexfromto9-Aug-06 10:20
alexfromto9-Aug-06 10:20 
AnswerRe: Help with Set Up Pin
Christian Graus9-Aug-06 11:57
protectorChristian Graus9-Aug-06 11:57 
GeneralRe: Help with Set Up Pin
alexfromto10-Aug-06 3:01
alexfromto10-Aug-06 3:01 
QuestionProblems with ASP.NET 2.0 Pin
TheMajorRager9-Aug-06 8:57
TheMajorRager9-Aug-06 8:57 
Hello,

I am trying to convert this application I am working on from ASP.NET 1.1 to 2.0, and certain things are not working as they should. One thing is the code below
<br />
TextBox txtCompleted = new TextBox();<br />
					TextBox txtProjected = new TextBox();<br />
					position = j+1;<br />
					CheckBox chk = Page.FindControl("chk_"+ j + "_" + ContractNum) as CheckBox;<br />
					txtCompleted = Page.FindControl("txtCompleted_"+j+"_"+ContractNum) as TextBox;<br />
					txtProjected = Page.FindControl("txtProjected_"+j+"_"+ContractNum) as TextBox;<br />
<br />
					completed = txtCompleted.Text.Trim();<br />
					projected = txtProjected.Text.Trim();<br />
					CheckList_ID = int.Parse(CheckListID.Rows[j]["ID"].ToString());     <br />
<br />


In .NET 1.1 completed and projected get the values of the text boxes after the user clicks save, but in 2.0 this doesn't seem to work, I was wondering if anyone had any suggestions.

Sincerely,
The Major Rager
AnswerRe: Problems with ASP.NET 2.0 Pin
Not Active9-Aug-06 9:11
mentorNot Active9-Aug-06 9:11 
AnswerRe: Problems with ASP.NET 2.0 Pin
Christian Graus9-Aug-06 11:58
protectorChristian Graus9-Aug-06 11:58 
QuestionSMTP Setting for sending emails Pin
Software_Guy_1239-Aug-06 7:28
Software_Guy_1239-Aug-06 7:28 
AnswerRe: SMTP Setting for sending emails Pin
Not Active9-Aug-06 7:52
mentorNot Active9-Aug-06 7:52 
GeneralRe: SMTP Setting for sending emails Pin
Software_Guy_1239-Aug-06 8:05
Software_Guy_1239-Aug-06 8:05 
GeneralRe: SMTP Setting for sending emails Pin
Not Active9-Aug-06 8:47
mentorNot Active9-Aug-06 8:47 
GeneralRe: SMTP Setting for sending emails Pin
Software_Guy_12310-Aug-06 6:28
Software_Guy_12310-Aug-06 6:28 
AnswerRe: SMTP Setting for sending emails Pin
RaghuSanta21-Aug-06 22:25
RaghuSanta21-Aug-06 22:25 
QuestionPhoto's in Database Pin
Mad M0nk9-Aug-06 6:09
Mad M0nk9-Aug-06 6:09 
AnswerRe: Photo's in Database Pin
Brent Lamborn9-Aug-06 9:05
Brent Lamborn9-Aug-06 9:05 
QuestionASP.NET DataGrid Parameter [modified] Pin
Soot9-Aug-06 5:11
Soot9-Aug-06 5:11 
AnswerRe: ASP.NET DataGrid Parameter Pin
leckey9-Aug-06 7:52
leckey9-Aug-06 7:52 
GeneralRe: ASP.NET DataGrid Parameter [modified] Pin
Soot9-Aug-06 8:01
Soot9-Aug-06 8:01 
GeneralRe: ASP.NET DataGrid Parameter Pin
Not Active9-Aug-06 9:05
mentorNot Active9-Aug-06 9:05 
GeneralRe: ASP.NET DataGrid Parameter Pin
Soot9-Aug-06 9:37
Soot9-Aug-06 9:37 
GeneralRe: ASP.NET DataGrid Parameter Pin
Not Active9-Aug-06 10:13
mentorNot Active9-Aug-06 10:13 
GeneralRe: ASP.NET DataGrid Parameter Pin
Soot9-Aug-06 10:27
Soot9-Aug-06 10:27 

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.