Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: hey expers , how to do a text bobx changed ? Pin
Pradipta Basu20-Jul-06 4:58
Pradipta Basu20-Jul-06 4:58 
GeneralRe: hey expers , how to do a text bobx changed ? Pin
Pradipta Basu20-Jul-06 5:10
Pradipta Basu20-Jul-06 5:10 
Questionserver Pin
locaas18-Jul-06 1:08
locaas18-Jul-06 1:08 
AnswerRe: server Pin
StonePit18-Jul-06 4:04
StonePit18-Jul-06 4:04 
QuestionCustom Web user Control Pin
MalikRizwan18-Jul-06 0:53
MalikRizwan18-Jul-06 0:53 
AnswerRe: Custom Web user Control Pin
minhpc_bk18-Jul-06 16:13
minhpc_bk18-Jul-06 16:13 
GeneralRe: Custom Web user Control Pin
MalikRizwan18-Jul-06 17:50
MalikRizwan18-Jul-06 17:50 
AnswerRe: Custom Web user Control Pin
minhpc_bk18-Jul-06 20:19
minhpc_bk18-Jul-06 20:19 
Rizvi Malik wrote:
MyBar:ucMenu ID="UcMenu1" runat="server" />
and in code behind
protected ucMenu MyBar = new ucMenu();

Ah yes, now I look at your sample code again and see the cause: You declare the control in the web page with the id UcMenu1, meanwhile you declare a new instance MyBar in code-behind, and I guess that you set the property of the second instance other than the first one. In this case, you can declare the control in code-behind like this: (in the version 2.0, you no need to this):
protected ucMenu UcMenu1;




GeneralRe: Custom Web user Control Pin
MalikRizwan18-Jul-06 23:29
MalikRizwan18-Jul-06 23:29 
QuestionHow to bind data into textbox or label from database Pin
ypsyong18-Jul-06 0:13
ypsyong18-Jul-06 0:13 
AnswerRe: How to bind data into textbox or label from database Pin
Paddy Boyd18-Jul-06 0:19
Paddy Boyd18-Jul-06 0:19 
GeneralRe: How to bind data into textbox or label from database Pin
ypsyong18-Jul-06 0:59
ypsyong18-Jul-06 0:59 
QuestionHow to select record in using radio button in datagrid Pin
ypsyong18-Jul-06 0:10
ypsyong18-Jul-06 0:10 
AnswerRe: How to select record in using radio button in datagrid Pin
_AK_18-Jul-06 0:42
_AK_18-Jul-06 0:42 
GeneralRe: How to select record in using radio button in datagrid Pin
ypsyong18-Jul-06 0:57
ypsyong18-Jul-06 0:57 
AnswerRe: How to select record in using radio button in datagrid Pin
postmaster@programmingknowledge.com18-Jul-06 1:49
postmaster@programmingknowledge.com18-Jul-06 1:49 
QuestionFlash And ASP.net Pin
ADY00718-Jul-06 0:10
ADY00718-Jul-06 0:10 
Questionvalidation of textboxes in datagrid using javascript Pin
venkatasivaramaprasad17-Jul-06 23:53
venkatasivaramaprasad17-Jul-06 23:53 
AnswerRe: validation of textboxes in datagrid using javascript Pin
_AK_18-Jul-06 0:40
_AK_18-Jul-06 0:40 
GeneralRe: validation of textboxes in datagrid using javascript Pin
venkatasivaramaprasad18-Jul-06 0:59
venkatasivaramaprasad18-Jul-06 0:59 
GeneralRe: validation of textboxes in datagrid using javascript Pin
_AK_18-Jul-06 1:12
_AK_18-Jul-06 1:12 
GeneralRe: validation of textboxes in datagrid using javascript Pin
venkatasivaramaprasad18-Jul-06 1:16
venkatasivaramaprasad18-Jul-06 1:16 
GeneralRe: validation of textboxes in datagrid using javascript Pin
_AK_18-Jul-06 1:17
_AK_18-Jul-06 1:17 
QuestionWebPart Pin
sanjay goswami17-Jul-06 23:43
sanjay goswami17-Jul-06 23:43 
AnswerRe: WebPart Pin
smith_G17-Jul-06 23:55
smith_G17-Jul-06 23:55 

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.