Click here to Skip to main content
15,888,251 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondatagridview Pin
ptvce24-Jul-10 19:59
ptvce24-Jul-10 19:59 
AnswerRe: datagridview Pin
thatraja24-Jul-10 20:08
professionalthatraja24-Jul-10 20:08 
GeneralRe: datagridview Pin
ptvce24-Jul-10 21:20
ptvce24-Jul-10 21:20 
GeneralRe: datagridview Pin
nagendrathecoder25-Jul-10 19:57
nagendrathecoder25-Jul-10 19:57 
Answer[Cross Post] Re: datagridview Pin
Sandeep Mewara24-Jul-10 22:21
mveSandeep Mewara24-Jul-10 22:21 
AnswerRe: datagridview Pin
raju melveetilpurayil25-Jul-10 0:05
professionalraju melveetilpurayil25-Jul-10 0:05 
AnswerRe: datagridview Pin
Tej Aj25-Jul-10 20:36
Tej Aj25-Jul-10 20:36 
QuestionProblems using UserControl Pin
FJJCENTU23-Jul-10 23:21
FJJCENTU23-Jul-10 23:21 
Hallo everybody, I am using using a Custom control inside an aspx page and such user control includes a public property, so I need to access from the aspx.cs to the object created and stablish a value for the public property, but I have problem because the page doesn't recognize the object, the register data is:

<%@ Register TagPrefix="Data" TagName="Navegador" Src="~/Controles_Usuario/Navegador.ascx" %>

and the inclusion sentence: <data:navegador id="NV1" runat="Server">

later from the aspx.cs code I try to access to NV1.Property1 = 1;

and it yields an error telling that the page doesn't recognize NV1 and if I define it with protected Navegador NV1, the error is JUST REDEFINED

So Please where is the error, because I find this kind of errors each time when I use Custom Controls.
QuestionEntity framework Pin
future383923-Jul-10 21:47
future383923-Jul-10 21:47 
AnswerRe: Entity framework Pin
Peace ON23-Jul-10 21:58
Peace ON23-Jul-10 21:58 
AnswerRe: Entity framework Pin
Gil Fink23-Jul-10 22:51
Gil Fink23-Jul-10 22:51 
QuestionObject relation mapping Pin
future383923-Jul-10 21:44
future383923-Jul-10 21:44 
AnswerRe: Object relation mapping Pin
Sandeep Mewara23-Jul-10 21:50
mveSandeep Mewara23-Jul-10 21:50 
AnswerRe: Object relation mapping Pin
Sathesh Sakthivel24-Jul-10 2:27
Sathesh Sakthivel24-Jul-10 2:27 
AnswerRe: Object relation mapping PinPopular
Ankur\m/24-Jul-10 2:59
professionalAnkur\m/24-Jul-10 2:59 
Questionxmldatasource + rss + retrieve image Pin
Thommie.h23-Jul-10 8:06
Thommie.h23-Jul-10 8:06 
AnswerRe: xmldatasource + rss + retrieve image Pin
Peace ON23-Jul-10 19:22
Peace ON23-Jul-10 19:22 
GeneralRe: xmldatasource + rss + retrieve image Pin
Thommie.h24-Jul-10 10:05
Thommie.h24-Jul-10 10:05 
QuestionRichtextbox Pin
4anusha423-Jul-10 2:31
4anusha423-Jul-10 2:31 
AnswerRe: Richtextbox Pin
Yusuf23-Jul-10 3:55
Yusuf23-Jul-10 3:55 
AnswerRe: Richtextbox [modified] Pin
raju melveetilpurayil23-Jul-10 3:59
professionalraju melveetilpurayil23-Jul-10 3:59 
GeneralRe: Richtextbox Pin
Sandeep Mewara23-Jul-10 21:37
mveSandeep Mewara23-Jul-10 21:37 
GeneralRe: Richtextbox Pin
raju melveetilpurayil23-Jul-10 21:44
professionalraju melveetilpurayil23-Jul-10 21:44 
GeneralRe: Richtextbox Pin
Sandeep Mewara23-Jul-10 21:47
mveSandeep Mewara23-Jul-10 21:47 
GeneralRe: Richtextbox Pin
raju melveetilpurayil23-Jul-10 21:54
professionalraju melveetilpurayil23-Jul-10 21:54 

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.