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

ASP.NET

 
AnswerRe: Extracting innerHTML from a div elements that contains dynamic controls Pin
N a v a n e e t h28-Sep-09 5:48
N a v a n e e t h28-Sep-09 5:48 
GeneralRe: Extracting innerHTML from a div elements that contains dynamic controls [modified] Pin
compninja2528-Sep-09 6:16
compninja2528-Sep-09 6:16 
GeneralRe: Extracting innerHTML from a div elements that contains dynamic controls Pin
Abhishek Sur28-Sep-09 6:32
professionalAbhishek Sur28-Sep-09 6:32 
GeneralRe: Extracting innerHTML from a div elements that contains dynamic controls Pin
N a v a n e e t h28-Sep-09 6:41
N a v a n e e t h28-Sep-09 6:41 
GeneralRe: Extracting innerHTML from a div elements that contains dynamic controls Pin
compninja2528-Sep-09 10:52
compninja2528-Sep-09 10:52 
GeneralRe: Extracting innerHTML from a div elements that contains dynamic controls Pin
Member 457983222-Apr-10 22:05
Member 457983222-Apr-10 22:05 
QuestionWeb User Control ASP.NET 2.0 Pin
Swastik Das28-Sep-09 5:25
Swastik Das28-Sep-09 5:25 
AnswerRe: Web User Control ASP.NET 2.0 Pin
Abhishek Sur28-Sep-09 6:10
professionalAbhishek Sur28-Sep-09 6:10 
Web user control are those controls which we create and add to Web pages. Creating a user control for Web Application is very similar to creating a user control in Windows Application. User controls in ASP.NET are based on the System.Web.UI.UserControl.

If you need to reuse the same composite page section in a number of times, you can go to create one ASP.net web user control. After that you can just add those modules to your page (one or more times) and get their functionality.

Web user control is very easy to make. You will have both designer to create the design. This is in contrast with Custom Controls, which is just a class and needed to override the Render method.

You will be creating a Web user control just like how you create a page. So, those are just custom page reusable modules.Rose | [Rose] Rose | [Rose]

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionHow to create subdomain programmatically in VB.NET Pin
Guvera28-Sep-09 4:39
Guvera28-Sep-09 4:39 
AnswerRe: How to create subdomain programmatically in VB.NET Pin
Michael Eber28-Sep-09 6:44
Michael Eber28-Sep-09 6:44 
QuestionNew ASP.Net Ajax Website in VS 2K5 Pin
Abdul Rahman Hamidy28-Sep-09 4:09
Abdul Rahman Hamidy28-Sep-09 4:09 
AnswerRe: New ASP.Net Ajax Website in VS 2K5 Pin
N a v a n e e t h28-Sep-09 4:22
N a v a n e e t h28-Sep-09 4:22 
QuestionChanging LabelText via Java Script Pin
vivekphlp28-Sep-09 2:11
vivekphlp28-Sep-09 2:11 
AnswerRe: Changing LabelText via Java Script [modified] Pin
N a v a n e e t h28-Sep-09 2:36
N a v a n e e t h28-Sep-09 2:36 
GeneralRe: Changing LabelText via Java Script Pin
majee28-Sep-09 3:27
majee28-Sep-09 3:27 
GeneralRe: Changing LabelText via Java Script Pin
N a v a n e e t h28-Sep-09 4:21
N a v a n e e t h28-Sep-09 4:21 
GeneralRe: Changing LabelText via Java Script Pin
majee28-Sep-09 4:29
majee28-Sep-09 4:29 
AnswerRe: Changing LabelText via Java Script Pin
N a v a n e e t h28-Sep-09 4:15
N a v a n e e t h28-Sep-09 4:15 
AnswerRe: Changing LabelText via Java Script Pin
Abhishek Sur28-Sep-09 7:08
professionalAbhishek Sur28-Sep-09 7:08 
GeneralRe: Changing LabelText via Java Script Pin
vivekphlp28-Sep-09 20:27
vivekphlp28-Sep-09 20:27 
GeneralRe: Changing LabelText via Java Script Pin
Abhishek Sur28-Sep-09 21:11
professionalAbhishek Sur28-Sep-09 21:11 
QuestionLooking for a web survey tool... Pin
Andres Coder27-Sep-09 21:05
Andres Coder27-Sep-09 21:05 
AnswerRe: Looking for a web survey tool... Pin
majee28-Sep-09 3:48
majee28-Sep-09 3:48 
AnswerRe: Looking for a web survey tool... Pin
fwsmaster30-Apr-11 3:05
fwsmaster30-Apr-11 3:05 
QuestionError In Control Emplemented "ICallbackEventHandler" Pin
alireza_s_8427-Sep-09 20:29
alireza_s_8427-Sep-09 20:29 

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.