Click here to Skip to main content
15,913,722 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: Setting a calendar's selected date Pin
waddie129-Nov-06 6:54
waddie129-Nov-06 6:54 
AnswerRe: Setting a calendar's selected date Pin
ednrgc29-Nov-06 6:56
ednrgc29-Nov-06 6:56 
GeneralRe: Setting a calendar's selected date Pin
waddie129-Nov-06 22:46
waddie129-Nov-06 22:46 
Questiontreenode Pin
saravanan0529-Nov-06 6:23
saravanan0529-Nov-06 6:23 
AnswerRe: treenode Pin
Ravi Sant13-May-11 10:24
Ravi Sant13-May-11 10:24 
QuestionAsp.net(with C#) project into .exe Pin
P Bhasker29-Nov-06 3:55
P Bhasker29-Nov-06 3:55 
AnswerRe: Asp.net(with C#) project into .exe Pin
Pete O'Hanlon29-Nov-06 3:58
mvePete O'Hanlon29-Nov-06 3:58 
GeneralRe: Asp.net(with C#) project into .exe Pin
Eduard Keilholz29-Nov-06 4:13
Eduard Keilholz29-Nov-06 4:13 
GeneralRe: Asp.net(with C#) project into .exe Pin
P Bhasker29-Nov-06 4:20
P Bhasker29-Nov-06 4:20 
GeneralRe: Asp.net(with C#) project into .exe Pin
Eduard Keilholz29-Nov-06 4:22
Eduard Keilholz29-Nov-06 4:22 
GeneralRe: Asp.net(with C#) project into .exe Pin
Paddy Boyd29-Nov-06 4:25
Paddy Boyd29-Nov-06 4:25 
QuestionUser Control in ASP.NET Pin
R.Palanivel29-Nov-06 2:14
R.Palanivel29-Nov-06 2:14 
AnswerRe: User Control in ASP.NET Pin
Not Active29-Nov-06 3:30
mentorNot Active29-Nov-06 3:30 
You don't need the object tag. Just drop the user control on the page and you'll end up with something like this.

<%@ Register Src="UserControls/FooBar.ascx" TagName="FooBar" TagPrefix="uc1" %><br />
<br />
<uc1:FooBar id="FooBar1" runat="server"></uc1:FooBar>



only two letters away from being an asset

GeneralRe: User Control in ASP.NET Pin
R.Palanivel29-Nov-06 19:09
R.Palanivel29-Nov-06 19:09 
GeneralRe: User Control in ASP.NET Pin
Not Active29-Nov-06 21:37
mentorNot Active29-Nov-06 21:37 
QuestionPostback - Javasctipt - ASP.NET Pin
nermsk29-Nov-06 2:14
nermsk29-Nov-06 2:14 
AnswerRe: Postback - Javasctipt - ASP.NET Pin
Imran Khan Pathan29-Nov-06 2:38
Imran Khan Pathan29-Nov-06 2:38 
GeneralRe: Postback - Javasctipt - ASP.NET Pin
nermsk29-Nov-06 2:51
nermsk29-Nov-06 2:51 
GeneralRe: Postback - Javasctipt - ASP.NET Pin
Not Active29-Nov-06 3:38
mentorNot Active29-Nov-06 3:38 
AnswerRe: Postback - Javasctipt - ASP.NET Pin
just3ala229-Nov-06 3:08
just3ala229-Nov-06 3:08 
Questionerror (404)Not Found Pin
OlaMohammed29-Nov-06 1:29
OlaMohammed29-Nov-06 1:29 
AnswerRe: error (404)Not Found Pin
Paddy Boyd29-Nov-06 1:40
Paddy Boyd29-Nov-06 1:40 
GeneralRe: error (404)Not Found Pin
OlaMohammed29-Nov-06 1:57
OlaMohammed29-Nov-06 1:57 
GeneralRe: error (404)Not Found Pin
Sandeep Akhare29-Nov-06 2:14
Sandeep Akhare29-Nov-06 2:14 
QuestionHow to reduce displaying time for treeview in ASP.Net Pin
Senthil_M29-Nov-06 1:28
Senthil_M29-Nov-06 1:28 

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.