Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Doubt with using webusercontroll.... Pin
Chetan Ranpariya4-Jun-07 20:19
Chetan Ranpariya4-Jun-07 20:19 
GeneralRe: Doubt with using webusercontroll.... Pin
Atif Ali Bhatti5-Jun-07 5:48
Atif Ali Bhatti5-Jun-07 5:48 
QuestionRe: Doubt with using webusercontroll.... Pin
Chetan Ranpariya5-Jun-07 18:35
Chetan Ranpariya5-Jun-07 18:35 
AnswerRe: Doubt with using webusercontroll.... Pin
Atif Ali Bhatti5-Jun-07 22:47
Atif Ali Bhatti5-Jun-07 22:47 
GeneralRe: Doubt with using webusercontroll.... Pin
Chetan Ranpariya6-Jun-07 0:20
Chetan Ranpariya6-Jun-07 0:20 
GeneralRe: Doubt with using webusercontroll.... Pin
Atif Ali Bhatti6-Jun-07 0:32
Atif Ali Bhatti6-Jun-07 0:32 
GeneralRe: Doubt with using webusercontroll.... Pin
Chetan Ranpariya6-Jun-07 1:02
Chetan Ranpariya6-Jun-07 1:02 
AnswerRe: Doubt with using webusercontroll.... Pin
yuvachandra3-Jun-07 23:41
yuvachandra3-Jun-07 23:41 
1)u have to diclare a public propety in the usercontrol like
public string propertyname()
{
get
{
return textbox1.text;
}
set
{
textbox.text=value;
}}
2)refer it in the html view by making use of Registertag

<%@Register tagprefix="" tagname="" src=""%>

hope this will help u........or you can have a look athttp://www.codersource.net/asp_net_web_user_controls.html[^]
Rose | [Rose]
GeneralRe: Doubt with using webusercontroll.... Pin
pradeep kumarappagari4-Jun-07 1:31
pradeep kumarappagari4-Jun-07 1:31 
QuestionPage no's not to be shown in datagrid Pin
Rajiya3-Jun-07 22:19
Rajiya3-Jun-07 22:19 
AnswerRe: Page no's not to be shown in datagrid Pin
pradeep kumarappagari3-Jun-07 22:38
pradeep kumarappagari3-Jun-07 22:38 
AnswerRe: Page no's not to be shown in datagrid Pin
Puneet Sri3-Jun-07 22:56
Puneet Sri3-Jun-07 22:56 
GeneralRe: Page no's not to be shown in datagrid Pin
Rajiya3-Jun-07 23:35
Rajiya3-Jun-07 23:35 
QuestionASP:NET & ADODB Pin
AlexB473-Jun-07 22:06
AlexB473-Jun-07 22:06 
AnswerRe: ASP:NET & ADODB Pin
Talal Sultan3-Jun-07 22:58
Talal Sultan3-Jun-07 22:58 
GeneralRe: ASP:NET & ADODB Pin
Fred_Smith4-Jun-07 0:44
Fred_Smith4-Jun-07 0:44 
Questionhow to maintain state information Pin
kuwl_mark3-Jun-07 22:06
kuwl_mark3-Jun-07 22:06 
QuestionRe: how to maintain state information Pin
Sandeep Akhare3-Jun-07 22:25
Sandeep Akhare3-Jun-07 22:25 
Questionasp.net Pin
kavithaprem3-Jun-07 22:05
kavithaprem3-Jun-07 22:05 
AnswerRe: asp.net Pin
Sandeep Akhare3-Jun-07 22:08
Sandeep Akhare3-Jun-07 22:08 
AnswerRe: asp.net Pin
Puneet Sri3-Jun-07 22:59
Puneet Sri3-Jun-07 22:59 
AnswerRe: asp.net Pin
Puneet Sri3-Jun-07 22:59
Puneet Sri3-Jun-07 22:59 
AnswerRe: asp.net Pin
Puneet Sri3-Jun-07 23:01
Puneet Sri3-Jun-07 23:01 
Questiondelete column Pin
kvijayajyothy3-Jun-07 22:02
kvijayajyothy3-Jun-07 22:02 
AnswerRe: delete column Pin
Chetan Ranpariya3-Jun-07 23:05
Chetan Ranpariya3-Jun-07 23:05 

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.