Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: collection editor problem Pin
N a v a n e e t h9-Oct-07 21:23
N a v a n e e t h9-Oct-07 21:23 
GeneralRe: collection editor problem Pin
Ujjaval Modi9-Oct-07 21:35
Ujjaval Modi9-Oct-07 21:35 
QuestionWhere can I find .config file? Pin
NanaAM9-Oct-07 19:38
NanaAM9-Oct-07 19:38 
AnswerRe: Where can I find .config file? Pin
Spunky Coder9-Oct-07 19:48
Spunky Coder9-Oct-07 19:48 
QuestionWin32 events in Webforms Pin
honeyss9-Oct-07 19:18
honeyss9-Oct-07 19:18 
AnswerRe: Win32 events in Webforms Pin
Christian Graus9-Oct-07 19:25
protectorChristian Graus9-Oct-07 19:25 
GeneralRe: Win32 events in Webforms Pin
honeyss11-Oct-07 2:43
honeyss11-Oct-07 2:43 
QuestionUser control extend abtract class problem? Pin
bug_aonz9-Oct-07 19:12
bug_aonz9-Oct-07 19:12 
For some reason, it tried to do this...

for A.cs
<br />
using ...<br />
public abstract class A : System.Web.UI.UserControl<br />
{<br />
   <pre>//something</pre><br />
}<br />


for B.ascx.cs
<br />
using ...<br />
public partial class B : A<br />
{<br />
   <pre>//something</pre><br />
}<br />


I run it and there is an error ....
Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).

plz help, thank =)
AnswerRe: User control extend abtract class problem? Pin
Christian Graus9-Oct-07 19:15
protectorChristian Graus9-Oct-07 19:15 
QuestionCould not load the assembly Pin
rockz...9-Oct-07 18:40
rockz...9-Oct-07 18:40 
AnswerRe: Could not load the assembly Pin
Aavesh Agarwal9-Oct-07 18:47
Aavesh Agarwal9-Oct-07 18:47 
AnswerRe: Could not load the assembly Pin
Paras Kaneriya9-Oct-07 18:49
Paras Kaneriya9-Oct-07 18:49 
GeneralRe: Could not load the assembly Pin
IamAmit9-Oct-07 20:56
IamAmit9-Oct-07 20:56 
QuestionNant Compiler.exe Error Pin
sonigirish9-Oct-07 18:37
sonigirish9-Oct-07 18:37 
AnswerRe: Nant Compiler.exe Error Pin
Christian Graus9-Oct-07 19:11
protectorChristian Graus9-Oct-07 19:11 
GeneralRe: Nant Compiler.exe Error Pin
sonigirish9-Oct-07 19:30
sonigirish9-Oct-07 19:30 
QuestionTo deploy a web application Pin
rockz...9-Oct-07 18:24
rockz...9-Oct-07 18:24 
AnswerRe: To deploy a web application Pin
Christian Graus9-Oct-07 18:30
protectorChristian Graus9-Oct-07 18:30 
AnswerRe: To deploy a web application Pin
Dhyanga11-Oct-07 0:20
Dhyanga11-Oct-07 0:20 
QuestionSSIS in ASP.Net 1.1 Pin
Falguni Joshi9-Oct-07 17:01
Falguni Joshi9-Oct-07 17:01 
QuestionExported data from grid to excel Pin
bigeyed9-Oct-07 15:21
bigeyed9-Oct-07 15:21 
QuestionReturning a Datatable in a Func results in empty table Pin
srone9-Oct-07 12:09
srone9-Oct-07 12:09 
AnswerPlace the Return outside of the Try block Pin
srone9-Oct-07 15:21
srone9-Oct-07 15:21 
QuestionIE vs. Firefox Pin
gates099-Oct-07 9:05
gates099-Oct-07 9:05 
AnswerRe: IE vs. Firefox Pin
Christian Graus9-Oct-07 18:31
protectorChristian Graus9-Oct-07 18:31 

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.