Click here to Skip to main content
15,908,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dropdownlist to be made Invisible when its holding data Pin
Michael Sync17-Jul-07 20:15
Michael Sync17-Jul-07 20:15 
GeneralMade the dropdownlist invisible...javascript code attached Pin
codingrocks17-Jul-07 20:21
codingrocks17-Jul-07 20:21 
AnswerRe: Dropdownlist to be made Invisible when its holding data Pin
Michael Sync17-Jul-07 20:11
Michael Sync17-Jul-07 20:11 
QuestionE-commerce Software Pin
Brendan Vogt17-Jul-07 19:52
Brendan Vogt17-Jul-07 19:52 
QuestionAsp.Net 2.0 master page Pin
indiaone17-Jul-07 19:38
indiaone17-Jul-07 19:38 
AnswerRe: Asp.Net 2.0 master page Pin
Sathesh Sakthivel17-Jul-07 19:46
Sathesh Sakthivel17-Jul-07 19:46 
AnswerRe: Asp.Net 2.0 master page Pin
ballameharmurali17-Jul-07 19:46
ballameharmurali17-Jul-07 19:46 
AnswerRe: Asp.Net 2.0 master page Pin
Sree Nivas17-Jul-07 20:13
Sree Nivas17-Jul-07 20:13 
A master page provides a template for other pages, with shared layout and functionality. The master page defines placeholders for the content, which can be overridden by content pages. The output result is a combination of the master page and the content page.
When users request the content page, ASP.NET merges the pages to produce output that combines the layout of the master page with the content of the content page.
The @ Master directive defines it as a master page.

The master page contains a placeholder tag <asp:contentplaceholder> for individual content.
The content page contains a content tag <asp:content> with a reference to the master page (ContentPlaceHolderId="CPH1").

Doubts Should Die For ever ..... HORROR STARTS NOW ...919963717475 chandrashekarthota@gmail.com
QuestionUser control events in repeater control Pin
kalyan_vb17-Jul-07 19:08
kalyan_vb17-Jul-07 19:08 
AnswerRe: User control events in repeater control Pin
ballameharmurali17-Jul-07 19:42
ballameharmurali17-Jul-07 19:42 
Questionhow to create installer files. Pin
Sam.M17-Jul-07 19:00
Sam.M17-Jul-07 19:00 
AnswerRe: how to create installer files. Pin
N a v a n e e t h17-Jul-07 19:05
N a v a n e e t h17-Jul-07 19:05 
AnswerRe: how to create installer files. Pin
DKalepu17-Jul-07 19:08
DKalepu17-Jul-07 19:08 
QuestionHow to Display Fixed Header in Gridview Pin
Mahesh.J17-Jul-07 18:47
Mahesh.J17-Jul-07 18:47 
AnswerRe: How to Display Fixed Header in Gridview Pin
gauthee17-Jul-07 20:21
gauthee17-Jul-07 20:21 
AnswerRe: How to Display Fixed Header in Gridview Pin
Michael Sync17-Jul-07 20:23
Michael Sync17-Jul-07 20:23 
Questioncreate image galary. [modified] Pin
Milind Panchal17-Jul-07 18:47
Milind Panchal17-Jul-07 18:47 
AnswerRe: create image galary. Pin
Michael Sync17-Jul-07 20:07
Michael Sync17-Jul-07 20:07 
QuestionGridView dissapears when linking DropDown selection to it Pin
kmarchiony17-Jul-07 18:37
kmarchiony17-Jul-07 18:37 
AnswerRe: GridView dissapears when linking DropDown selection to it Pin
Michael Sync17-Jul-07 20:28
Michael Sync17-Jul-07 20:28 
AnswerRe: GridView dissapears when linking DropDown selection to it Pin
ballameharmurali17-Jul-07 20:38
ballameharmurali17-Jul-07 20:38 
Questionhow to make Gridview Editable? Pin
DKalepu17-Jul-07 18:26
DKalepu17-Jul-07 18:26 
AnswerRe: how to make Gridview Editable? Pin
Imran Khan Pathan17-Jul-07 18:35
Imran Khan Pathan17-Jul-07 18:35 
GeneralRe: how to make Gridview Editable? Pin
DKalepu17-Jul-07 19:03
DKalepu17-Jul-07 19:03 
GeneralRe: how to make Gridview Editable? Pin
Imran Khan Pathan17-Jul-07 19:29
Imran Khan Pathan17-Jul-07 19: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.