Click here to Skip to main content
15,894,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to enable paging in FormView control? Pin
enjoycrack16-May-07 23:55
enjoycrack16-May-07 23:55 
QuestionSetting timeout property in asp.net page Pin
anujose16-May-07 23:00
anujose16-May-07 23:00 
AnswerRe: Setting timeout property in asp.net page Pin
Sandeep Akhare16-May-07 23:07
Sandeep Akhare16-May-07 23:07 
AnswerRe: Setting timeout property in asp.net page Pin
enjoycrack16-May-07 23:59
enjoycrack16-May-07 23:59 
Questiontrapping a click on calendar control Pin
Senseicads16-May-07 22:40
Senseicads16-May-07 22:40 
QuestionASP .NET Custom Controls Pin
jkp250516-May-07 22:14
jkp250516-May-07 22:14 
AnswerRe: ASP .NET Custom Controls Pin
N a v a n e e t h16-May-07 22:55
N a v a n e e t h16-May-07 22:55 
GeneralRe: ASP .NET Custom Controls Pin
jkp250516-May-07 23:05
jkp250516-May-07 23:05 
Hi,

Yes, I have tried using the following within the relevant page:

<br />
<%@ Register TagPrefix="cust" Namespace="myControls" %><br />


I also tried modifying the Web.config file like so:

<br />
<pages><br />
<br />
  <controls><br />
<br />
    <add tagPrefix="cust" namespace="myControls"/><br />
<br />
  </controls><br />
<br />
</pages><br />


myControls matches the namespace containing the control. The author of the article suggests that doing either of these should be enough. Intellisense correctly recognises the tag and the pages compile OK. But I get the error I mentioned in the first post. I suspect that the code compiled for the control is not being sent to the server for some reason.
GeneralRe: ASP .NET Custom Controls Pin
N a v a n e e t h16-May-07 23:18
N a v a n e e t h16-May-07 23:18 
GeneralRe: ASP .NET Custom Controls Pin
Sandeep Akhare16-May-07 23:23
Sandeep Akhare16-May-07 23:23 
GeneralRe: ASP .NET Custom Controls Pin
jkp250516-May-07 23:45
jkp250516-May-07 23:45 
Questiontrapping errors in asynchronous page Pin
willsgeorge16-May-07 21:17
willsgeorge16-May-07 21:17 
AnswerRe: trapping errors in asynchronous page Pin
N a v a n e e t h16-May-07 22:53
N a v a n e e t h16-May-07 22:53 
GeneralRe: trapping errors in asynchronous page Pin
willsgeorge16-May-07 23:09
willsgeorge16-May-07 23:09 
QuestionPublish Asp,net Pages Pin
BINOVAR16-May-07 21:02
BINOVAR16-May-07 21:02 
AnswerRe: Publish Asp,net Pages Pin
Atif Ali Bhatti16-May-07 22:13
Atif Ali Bhatti16-May-07 22:13 
GeneralRe: Publish Asp,net Pages Pin
BINOVAR16-May-07 22:35
BINOVAR16-May-07 22:35 
Questionquiz with pie chart Pin
saravanan0516-May-07 20:44
saravanan0516-May-07 20:44 
QuestionAccept only one decimal in textbox Pin
varshavmane16-May-07 20:24
varshavmane16-May-07 20:24 
AnswerRe: Accept only one decimal in textbox Pin
Sandeep Akhare16-May-07 21:10
Sandeep Akhare16-May-07 21:10 
AnswerRe: Accept only one decimal in textbox Pin
Sandeep Akhare16-May-07 22:06
Sandeep Akhare16-May-07 22:06 
GeneralRe: Accept only one decimal in textbox Pin
varshavmane16-May-07 23:54
varshavmane16-May-07 23:54 
QuestionPassing Formula Fields to Crystal Report: Pin
Shahzad.Aslam16-May-07 20:10
Shahzad.Aslam16-May-07 20:10 
Questionerror while changing user info pls help Pin
neodeaths16-May-07 20:00
neodeaths16-May-07 20:00 
QuestionValidation Controls Pin
yaminilatha16-May-07 19:46
yaminilatha16-May-07 19:46 

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.