Click here to Skip to main content
15,893,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: youtube video download Pin
SubarnaMishra7-Apr-09 1:51
SubarnaMishra7-Apr-09 1:51 
AnswerRe: youtube video download Pin
Yusuf7-Apr-09 11:43
Yusuf7-Apr-09 11:43 
GeneralRe: youtube video download Pin
SubarnaMishra7-Apr-09 21:48
SubarnaMishra7-Apr-09 21:48 
GeneralRe: youtube video download Pin
Yusuf8-Apr-09 1:28
Yusuf8-Apr-09 1:28 
QuestionUsing javascripts in SITEMAP Pin
Hajab6-Apr-09 21:57
Hajab6-Apr-09 21:57 
QuestionHow to inherit User contol to another user control Pin
suzzain6-Apr-09 21:35
suzzain6-Apr-09 21:35 
AnswerRe: How to inherit User contol to another user control Pin
anilpal6-Apr-09 23:19
anilpal6-Apr-09 23:19 
AnswerRe: How to inherit User contol to another user control Pin
Yusuf7-Apr-09 11:46
Yusuf7-Apr-09 11:46 
suzzain wrote:
I want to use a method that is inside a BasePage which is inherited by System.Web.UI.Page. Bt I cant inherit this page into my usercontrol and use the method.


Well, what is that method? You can not access private methods


suzzain wrote:
How i can inherit a usercontrol into another.


public partial class myCalendarControl : UserControl
{
}

public partial class myCalendarControl2 : myCalendarControl 
{
}


Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

Questionnot getting .net framework 3.5 in IIS? Pin
Piyush Vardhan Singh6-Apr-09 21:28
Piyush Vardhan Singh6-Apr-09 21:28 
AnswerRe: not getting .net framework 3.5 in IIS? Pin
Abhishek Sur6-Apr-09 22:36
professionalAbhishek Sur6-Apr-09 22:36 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Piyush Vardhan Singh6-Apr-09 22:53
Piyush Vardhan Singh6-Apr-09 22:53 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Abhishek Sur6-Apr-09 23:01
professionalAbhishek Sur6-Apr-09 23:01 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Piyush Vardhan Singh6-Apr-09 23:24
Piyush Vardhan Singh6-Apr-09 23:24 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Yusuf7-Apr-09 11:48
Yusuf7-Apr-09 11:48 
QuestionAuthentication Pin
nithydurai6-Apr-09 21:13
nithydurai6-Apr-09 21:13 
AnswerRe: Authentication Pin
anilpal6-Apr-09 23:21
anilpal6-Apr-09 23:21 
QuestionRotate text on an image Pin
m_krishna6-Apr-09 21:12
m_krishna6-Apr-09 21:12 
AnswerRe: Rotate text on an image Pin
Christian Graus6-Apr-09 21:38
protectorChristian Graus6-Apr-09 21:38 
QuestionUser Control in AJAX enabled ASP.NET Web site Pin
Subin Alex6-Apr-09 20:22
Subin Alex6-Apr-09 20:22 
AnswerRe: User Control in AJAX enabled ASP.NET Web site Pin
Abhishek Sur6-Apr-09 22:40
professionalAbhishek Sur6-Apr-09 22:40 
QuestionWhy to web pages are coming in one output Pin
abc_fm6-Apr-09 20:00
abc_fm6-Apr-09 20:00 
AnswerRe: Why to web pages are coming in one output Pin
Abhishek Sur6-Apr-09 22:39
professionalAbhishek Sur6-Apr-09 22:39 
Questionwebparts Pin
nithydurai6-Apr-09 19:44
nithydurai6-Apr-09 19:44 
AnswerRe: webparts Pin
Christian Graus6-Apr-09 19:51
protectorChristian Graus6-Apr-09 19:51 
GeneralRe: webparts Pin
nithydurai6-Apr-09 19:57
nithydurai6-Apr-09 19:57 

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.