Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondelete a table data&structure Pin
Member 870181322-Feb-13 3:25
Member 870181322-Feb-13 3:25 
QuestionRe: delete a table data&structure Pin
Richard MacCutchan22-Feb-13 4:01
mveRichard MacCutchan22-Feb-13 4:01 
AnswerRe: delete a table data&structure Pin
Member 870181322-Feb-13 4:30
Member 870181322-Feb-13 4:30 
GeneralRe: delete a table data&structure Pin
Richard MacCutchan22-Feb-13 4:45
mveRichard MacCutchan22-Feb-13 4:45 
GeneralRe: delete a table data&structure Pin
Member 870181322-Feb-13 5:53
Member 870181322-Feb-13 5:53 
GeneralRe: delete a table data&structure Pin
Richard MacCutchan22-Feb-13 6:07
mveRichard MacCutchan22-Feb-13 6:07 
AnswerDROP TABLE Pin
David Mujica22-Feb-13 4:20
David Mujica22-Feb-13 4:20 
GeneralRe: DROP TABLE Pin
Member 870181322-Feb-13 4:31
Member 870181322-Feb-13 4:31 
QuestionMVC and Web.config(ssssss)???!!!!!?? Pin
Super Lloyd21-Feb-13 14:14
Super Lloyd21-Feb-13 14:14 
AnswerRe: MVC and Web.config(ssssss)???!!!!!?? Pin
Sandeep Mewara21-Feb-13 19:06
mveSandeep Mewara21-Feb-13 19:06 
GeneralRe: MVC and Web.config(ssssss)???!!!!!?? Pin
Super Lloyd21-Feb-13 21:49
Super Lloyd21-Feb-13 21:49 
GeneralRe: MVC and Web.config(ssssss)???!!!!!?? Pin
Sandeep Mewara21-Feb-13 22:09
mveSandeep Mewara21-Feb-13 22:09 
QuestionHandling application settings in Virtual path provider Pin
Mark hafel21-Feb-13 13:33
Mark hafel21-Feb-13 13:33 
Questionasp.net app with c#, vb, and fortran Pin
ryan johnson21-Feb-13 12:53
ryan johnson21-Feb-13 12:53 
AnswerRe: asp.net app with c#, vb, and fortran Pin
Richard Deeming22-Feb-13 1:54
mveRichard Deeming22-Feb-13 1:54 
QuestionDynamically update price based on exchange rate Pin
Deepa420-Feb-13 20:06
Deepa420-Feb-13 20:06 
AnswerRe: Dynamically update price based on exchange rate Pin
Sandeep Mewara20-Feb-13 21:49
mveSandeep Mewara20-Feb-13 21:49 
GeneralRe: Dynamically update price based on exchange rate Pin
Deepa420-Feb-13 22:00
Deepa420-Feb-13 22:00 
GeneralRe: Dynamically update price based on exchange rate Pin
Sandeep Mewara20-Feb-13 22:59
mveSandeep Mewara20-Feb-13 22:59 
AnswerRe: Dynamically update price based on exchange rate Pin
Richard MacCutchan20-Feb-13 23:02
mveRichard MacCutchan20-Feb-13 23:02 
AnswerUse webservice for exchange rate Pin
David Mujica21-Feb-13 3:04
David Mujica21-Feb-13 3:04 
QuestionASP.NET 4.0 How to make session values alive still user logout. Pin
VishwaKL20-Feb-13 19:36
VishwaKL20-Feb-13 19:36 
AnswerRe: ASP.NET 4.0 How to make session values alive still user logout. Pin
Sandeep Mewara20-Feb-13 21:46
mveSandeep Mewara20-Feb-13 21:46 
QuestionUser control variable not declared in .aspx page Pin
queenmichelle20-Feb-13 14:16
queenmichelle20-Feb-13 14:16 
I have a variable that is declared in a user control. It is the value of a drop down list in the user control. When I try to use it in an If statement on an aspx page it says that the variable is not declared. Is there a way to declare the variable on the aspx page or make it recognize that it is declared on the user control page?

I'm calling the code at the top of the aspx page

<%@ Register src="pType.ascx" tagname="pType" tagprefix="uc2" %>
I'm using the if statement

<%If pt.SelectedValue = "1" Then%>
\\do things
<%End If%>
In the control pt is defined by

<asp:dropdownlist id="pt" runat="server">

Thank you!
AnswerRe: User control variable not declared in .aspx page Pin
Karthik Harve20-Feb-13 17:45
professionalKarthik Harve20-Feb-13 17:45 

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.