Click here to Skip to main content
15,917,645 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to determine the originating url? Pin
Petr Pechovic8-Dec-09 12:19
professionalPetr Pechovic8-Dec-09 12:19 
QuestionThread Pin
Munteanu Ciprian8-Dec-09 9:26
Munteanu Ciprian8-Dec-09 9:26 
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 
Hi-

I want to create a container user control which will have two place holders (one on left and one of right). Developers should be able to put this container control on their page and set properties to decide which user controls they want to load (dynamically) in those left and right place holders in the container control. For example, i want to create a container control C1.
Developers can put this C1 on their page like
<C1:C1 ID="ucC1" runat="server" uc1="2L" uc2="1R" uc3="1L">

So basically ucC1 is the container control. uc1 and uc2 and uc3 are other user controls that developers need in those place holders (left and right) inside the container control. And "2L", "1R" and "1L" decide the position of the control. for example "1L" means load that one first in the left place holder, 1R means load that one first in the right place holder, 2L means load that as second control in the left place holder, etc....

Now I was wondering, if there is any better or more efficient way to do this whole thing, or atleast a better way to do this "2L" kinda ordering?? Also, i am using the properties of container control to load other user controls dynamically, is this the best way or there's a better way to do this? Any help would be much appreciated! thanks
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 
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 

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.