Click here to Skip to main content
15,915,508 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Server.Transfer vs Response.Redirect Pin
John-ph9-Nov-07 20:37
John-ph9-Nov-07 20:37 
GeneralRe: Server.Transfer vs Response.Redirect Pin
danasegaranea9-Nov-07 21:11
danasegaranea9-Nov-07 21:11 
GeneralRe: Server.Transfer vs Response.Redirect Pin
Christian Graus9-Nov-07 21:19
protectorChristian Graus9-Nov-07 21:19 
GeneralRe: Server.Transfer vs Response.Redirect Pin
danasegaranea9-Nov-07 22:11
danasegaranea9-Nov-07 22:11 
GeneralRe: Server.Transfer vs Response.Redirect Pin
John-ph9-Nov-07 22:16
John-ph9-Nov-07 22:16 
QuestionException on browsing a web form Pin
monafr819-Nov-07 12:37
monafr819-Nov-07 12:37 
AnswerRe: Exception on browsing a web form Pin
Michael Sync9-Nov-07 20:31
Michael Sync9-Nov-07 20:31 
QuestionCustomizing Web Form Designer Generated Code Pin
tsramkumar9-Nov-07 11:25
tsramkumar9-Nov-07 11:25 
Hi I have a ASP.Net 1.1 website with VB as code behind and the aspx pages inherit from certain business objects which in turn inherit from the System.Web.UI.Page class. In the business object, they have go the declaration for a couple of third party controls present in all the pages. The problem is that every time, I switch to design mode for the pages, Visual Studio inserts a property declaration for those controls present in the page and now it is duplicated. Is there a way I can trick Visual Studio not to insert declarations for all those controls which are already defined in any of the classes in the inheritance chain?
This is how the structure is:

Page1.aspx has a third party control with id set to 'crtl1'.
Here is how the inheritance chain is:
Page1 inherits BusinessObjectA
BusinessObjectA inherits BusinessObjectB
BusinessObjectB inherits System.Web.UI.Page.

BusinessObjectB already contains the declaration for crtl1.

Now, if I view Page1.aspx in design mode and then view the code, Visual Sutido inserts a declaration for crtl in Page1's code behind file.

Any suggestions would be greatly appreciated.

Thanks
tsr.
QuestionNavigate to Html page How's a resource Pin
Epsilone39-Nov-07 8:38
Epsilone39-Nov-07 8:38 
QuestionPossibility of Exception? (With Code) Pin
Mitch F.9-Nov-07 8:05
Mitch F.9-Nov-07 8:05 
AnswerRe: Possibility of Exception? (With Code) Pin
pmarfleet9-Nov-07 10:22
pmarfleet9-Nov-07 10:22 
GeneralRe: Possibility of Exception? (With Code) Pin
Mitch F.9-Nov-07 10:30
Mitch F.9-Nov-07 10:30 
Questionlog -in with administration tools ?? Pin
sofy20089-Nov-07 7:48
sofy20089-Nov-07 7:48 
AnswerRe: log -in with administration tools ?? Pin
Sam Xavier12-Nov-07 0:14
Sam Xavier12-Nov-07 0:14 
Questiondata grid ..edit n update !! Pin
rocky8119-Nov-07 5:41
rocky8119-Nov-07 5:41 
AnswerRe: data grid ..edit n update !! Pin
Michael Sync9-Nov-07 20:24
Michael Sync9-Nov-07 20:24 
GeneralRe: data grid ..edit n update !! Pin
rocky81114-Nov-07 5:50
rocky81114-Nov-07 5:50 
GeneralRe: data grid ..edit n update !! Pin
Michael Sync14-Nov-07 15:33
Michael Sync14-Nov-07 15:33 
Question"Operation could not be completed" error on save Pin
Kevin McFarlane9-Nov-07 5:41
Kevin McFarlane9-Nov-07 5:41 
QuestionHow to control the list shown under a textbox ? Pin
Big Ralph9-Nov-07 4:12
Big Ralph9-Nov-07 4:12 
AnswerRe: How to control the list shown under a textbox ? Pin
Michael Sync11-Nov-07 0:13
Michael Sync11-Nov-07 0:13 
QuestionGridView Edit.. Pin
Dio229-Nov-07 4:03
Dio229-Nov-07 4:03 
AnswerRe: GridView Edit.. Pin
Dio229-Nov-07 4:19
Dio229-Nov-07 4:19 
Questionasp.net project info. Pin
i gr89-Nov-07 1:33
i gr89-Nov-07 1:33 
AnswerRe: asp.net project info. Pin
Paddy Boyd9-Nov-07 4:17
Paddy Boyd9-Nov-07 4:17 

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.