Click here to Skip to main content
15,907,001 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: memory leak? Pin
RichardGrimmer27-Jun-07 5:48
RichardGrimmer27-Jun-07 5:48 
GeneralRe: memory leak? Pin
todd.0101110127-Jun-07 6:00
todd.0101110127-Jun-07 6:00 
Questioncan't get value from asp.net textbox inside wizard control using vb Pin
JTok5926-Jun-07 12:20
JTok5926-Jun-07 12:20 
AnswerRe: can't get value from asp.net textbox inside wizard control using vb Pin
devil8526-Jun-07 12:47
devil8526-Jun-07 12:47 
GeneralRe: can't get value from asp.net textbox inside wizard control using vb Pin
JTok5926-Jun-07 13:13
JTok5926-Jun-07 13:13 
AnswerRe: can't get value from asp.net textbox inside wizard control using vb Pin
devil8526-Jun-07 13:01
devil8526-Jun-07 13:01 
GeneralRe: can't get value from asp.net textbox inside wizard control using vb Pin
JTok5926-Jun-07 13:21
JTok5926-Jun-07 13:21 
QuestionURGENT: Cannot access vars from code behind file (with code) Pin
devil8526-Jun-07 10:50
devil8526-Jun-07 10:50 
Hi there

I've been working on this problem for ages now and it makes no sense. I have a create user wizard and wish to put variable within it, the problem is that i cannot for some reason see these variables from the code behind file. Below is a basic example of the aspx file:

<asp:CreateUserWizard runat="server" ID="CreateUserWizard1" AutoGeneratePassword="False"
ContinueDestinationPageUrl="../GeneralForms/Default.aspx" FinishDestinationPageUrl="../GeneralForms/Default.aspx">
<WizardSteps>
<asp:CreateUserWizardStep ID="CreateUserWizardStep1" runat="server">
<ContentTemplate>
<b><asp:textbox runat="server" id="txtTest"/></b>
</ContentTemplate>
</asp:CreateUserWizardStep>
</WizardSteps>
</CreateUserWizard>

Now the bolded text box for some reason cannot be seen by this web pages code behind file. Does anyone know why or have a solution.

Thank you so much in advance for any help. I'm going CrAzY!! Dead | X|

Devin
AnswerRe: URGENT: Cannot access vars from code behind file (with code) Pin
Christian Graus26-Jun-07 11:08
protectorChristian Graus26-Jun-07 11:08 
GeneralRe: URGENT: Cannot access vars from code behind file (with code) Pin
devil8526-Jun-07 11:29
devil8526-Jun-07 11:29 
GeneralRe: URGENT: Cannot access vars from code behind file (with code) Pin
Christian Graus26-Jun-07 12:27
protectorChristian Graus26-Jun-07 12:27 
QuestionRe: URGENT: Cannot access vars from code behind file (with code) Pin
devil8526-Jun-07 12:45
devil8526-Jun-07 12:45 
AnswerRe: URGENT: Cannot access vars from code behind file (with code) Pin
devil8526-Jun-07 12:58
devil8526-Jun-07 12:58 
QuestionButtons and plaintext in DataGrid column? Pin
dwreck_stg26-Jun-07 10:47
dwreck_stg26-Jun-07 10:47 
AnswerRe: Buttons and plaintext in DataGrid column? Pin
Steve Echols26-Jun-07 17:47
Steve Echols26-Jun-07 17:47 
QuestionRegular Expression Pin
VK-Cadec26-Jun-07 10:01
VK-Cadec26-Jun-07 10:01 
AnswerRe: Regular Expression Pin
Ed.Poore26-Jun-07 10:37
Ed.Poore26-Jun-07 10:37 
GeneralRe: Regular Expression Pin
VK-Cadec27-Jun-07 1:15
VK-Cadec27-Jun-07 1:15 
QuestionLocal Client printin using .net Pin
jeguzmanv26-Jun-07 9:01
jeguzmanv26-Jun-07 9:01 
AnswerRe: Local Client printin using .net Pin
Ed.Poore26-Jun-07 10:38
Ed.Poore26-Jun-07 10:38 
AnswerRe: Local Client printin using .net Pin
Christian Graus26-Jun-07 11:05
protectorChristian Graus26-Jun-07 11:05 
QuestionFill gridview with other form's data Pin
kjosh26-Jun-07 8:49
kjosh26-Jun-07 8:49 
AnswerRe: Fill gridview with other form's data Pin
Christian Graus26-Jun-07 11:06
protectorChristian Graus26-Jun-07 11:06 
QuestionUpdatePanel with Radio buttons Pin
cisco210326-Jun-07 7:54
cisco210326-Jun-07 7:54 
QuestionLarge Stored Proceedure Pin
oskardiazdeleon26-Jun-07 5:57
oskardiazdeleon26-Jun-07 5:57 

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.