Click here to Skip to main content
16,007,760 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralDisplaying Image Problem in FireFox Pin
sjs4u15-Apr-08 0:40
sjs4u15-Apr-08 0:40 
GeneralRe: Displaying Image Problem in FireFox [modified] Pin
Ashish Sehajpal15-Apr-08 1:06
Ashish Sehajpal15-Apr-08 1:06 
GeneralDynamic User control load get a parameter Pin
simsen14-Apr-08 23:51
simsen14-Apr-08 23:51 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 0:27
protectorChristian Graus15-Apr-08 0:27 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 0:44
simsen15-Apr-08 0:44 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 0:49
protectorChristian Graus15-Apr-08 0:49 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 1:05
simsen15-Apr-08 1:05 
GeneralRe: Dynamic User control load get a parameter Pin
Ashish Sehajpal15-Apr-08 1:16
Ashish Sehajpal15-Apr-08 1:16 
what are u talking about? its not clear...
USER Controls are used to make abstraction in a complex logic. the dot net architecture suggests that if one needs to pass some value to UC (user control) and then there is something to be processed in UC and after some event the user needs some value to be read form the UC......the only way is :->

create user control UC
->
declare a public property named INPUTVAL for getting input
->
declare another proerty named OUTPUTVAl for producing some output/operation of filling dropdownlist
->
define a method for processing something named as BINDUC()
->
use the UC on an .aspx page
->
pass the projectID as ....... UC1.INPUTVAL= dropdownlist1.selectedValue // may be from anything else
->
now the processing in the UC will take place...RIGHT in ur case...... so call the method
->
UC1.BINDUC()
->
Read the value from UC in the variable on .aspx page
->
projectIDUC=UC1.OUTPUTVAl


its over !

hope it will help...

Ashish Sehajpal

GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 1:24
protectorChristian Graus15-Apr-08 1:24 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 1:31
simsen15-Apr-08 1:31 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 1:35
protectorChristian Graus15-Apr-08 1:35 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 1:41
simsen15-Apr-08 1:41 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 1:54
protectorChristian Graus15-Apr-08 1:54 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 1:58
simsen15-Apr-08 1:58 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 2:00
protectorChristian Graus15-Apr-08 2:00 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 2:23
simsen15-Apr-08 2:23 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 11:03
protectorChristian Graus15-Apr-08 11:03 
GeneralRe: Dynamic User control load get a parameter Pin
Broken Bokken15-Apr-08 2:58
Broken Bokken15-Apr-08 2:58 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 3:55
simsen15-Apr-08 3:55 
Questionroot node problme in sitemap file Pin
Sonia Gupta14-Apr-08 23:50
Sonia Gupta14-Apr-08 23:50 
GeneralRe: root node problme in sitemap file Pin
N a v a n e e t h15-Apr-08 0:19
N a v a n e e t h15-Apr-08 0:19 
GeneralRe: root node problme in sitemap file Pin
Ashish Sehajpal15-Apr-08 1:17
Ashish Sehajpal15-Apr-08 1:17 
GeneralRe: root node problme in sitemap file Pin
N a v a n e e t h15-Apr-08 1:20
N a v a n e e t h15-Apr-08 1:20 
QuestionASP page related Pin
Sasmi14-Apr-08 23:01
Sasmi14-Apr-08 23:01 
GeneralSearching data in word document Pin
Lijo Rajan14-Apr-08 22:40
Lijo Rajan14-Apr-08 22:40 

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.