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

ASP.NET

 
AnswerRe: Thread Pin
Abhishek Sur8-Dec-09 12:21
professionalAbhishek Sur8-Dec-09 12:21 
QuestionProblem with OnClientClick() & OnClick() Pin
Member 47041438-Dec-09 7:18
Member 47041438-Dec-09 7:18 
AnswerRe: Problem with OnClientClick() & OnClick() Pin
dan!sh 8-Dec-09 7:39
professional dan!sh 8-Dec-09 7:39 
AnswerRe: Problem with OnClientClick() & OnClick() Pin
Abhishek Sur8-Dec-09 7:46
professionalAbhishek Sur8-Dec-09 7:46 
GeneralRe: Problem with OnClientClick() & OnClick() Pin
Member 47041438-Dec-09 12:53
Member 47041438-Dec-09 12:53 
QuestionUser Controls Pin
samir808-Dec-09 6:11
samir808-Dec-09 6:11 
AnswerA wild guess Pin
dan!sh 8-Dec-09 8:08
professional dan!sh 8-Dec-09 8:08 
AnswerRe: User Controls Pin
Abhishek Sur8-Dec-09 8:40
professionalAbhishek Sur8-Dec-09 8:40 
I think you are not looking for User Control... Rather you are asking for Custom Control.

There are two ways to do this, either you create the whole control yourself by deriving from INamingContainer interface, which requires lots of efforts or inherit from an existing control.

I think your requirement needs a completely new control to be created.

Just create a class, derive from INamingContainer, place ParseChildren attribute to all the template children etc.
This might come handy for you :
http://msdn.microsoft.com/en-us/library/aa719862(VS.71).aspx[^]

I hope you are now in right path.
Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

QuestionRetrieve value from TextBox inside a GridView Pin
rakeshs3128-Dec-09 4:05
rakeshs3128-Dec-09 4:05 
AnswerRe: Retrieve value from TextBox inside a GridView Pin
Blue_Boy8-Dec-09 4:16
Blue_Boy8-Dec-09 4:16 
GeneralRe: Retrieve value from TextBox inside a GridView Pin
rakeshs3128-Dec-09 4:26
rakeshs3128-Dec-09 4:26 
GeneralRe: Retrieve value from TextBox inside a GridView Pin
Blue_Boy8-Dec-09 4:29
Blue_Boy8-Dec-09 4:29 
GeneralRe: Retrieve value from TextBox inside a GridView Pin
rakeshs3128-Dec-09 4:59
rakeshs3128-Dec-09 4:59 
GeneralRe: Retrieve value from TextBox inside a GridView Pin
Blue_Boy8-Dec-09 5:06
Blue_Boy8-Dec-09 5:06 
GeneralRe: Retrieve value from TextBox inside a GridView Pin
Anurag Gandhi8-Dec-09 4:32
professionalAnurag Gandhi8-Dec-09 4:32 
GeneralRe: Retrieve value from TextBox inside a GridView Pin
rakeshs3128-Dec-09 5:02
rakeshs3128-Dec-09 5:02 
GeneralRe: Retrieve value from TextBox inside a GridView Pin
Abhishek Sur8-Dec-09 5:12
professionalAbhishek Sur8-Dec-09 5:12 
Questionhow to launch an application in the client system? Pin
Prasadsm8-Dec-09 0:01
Prasadsm8-Dec-09 0:01 
AnswerRe: how to launch an application in the client system? Pin
Dinesh Mani8-Dec-09 0:27
Dinesh Mani8-Dec-09 0:27 
GeneralRe: how to launch an application in the client system? Pin
Prasadsm8-Dec-09 0:32
Prasadsm8-Dec-09 0:32 
GeneralRe: how to launch an application in the client system? Pin
Dinesh Mani8-Dec-09 0:38
Dinesh Mani8-Dec-09 0:38 
GeneralRe: how to launch an application in the client system? Pin
Prasadsm8-Dec-09 0:41
Prasadsm8-Dec-09 0:41 
GeneralRe: how to launch an application in the client system? Pin
Abhishek Sur8-Dec-09 2:44
professionalAbhishek Sur8-Dec-09 2:44 
GeneralRe: how to launch an application in the client system? Pin
Prasadsm8-Dec-09 0:43
Prasadsm8-Dec-09 0:43 
GeneralRe: how to launch an application in the client system? Pin
Dinesh Mani8-Dec-09 0:46
Dinesh Mani8-Dec-09 0: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.