Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiongridview Datafield Problem! Pin
mr_muskurahat3-Nov-08 21:15
mr_muskurahat3-Nov-08 21:15 
AnswerRe: gridview Datafield Problem! Pin
Sneha Bisht4-Nov-08 0:17
Sneha Bisht4-Nov-08 0:17 
AnswerRe: gridview Datafield Problem! Pin
RichardGrimmer5-Nov-08 2:31
RichardGrimmer5-Nov-08 2:31 
QuestionI have been trying to generate some reports to PDF file format from ASP. NET2.0 application (using itextsharp.dll) Pin
Member 31171723-Nov-08 20:46
Member 31171723-Nov-08 20:46 
AnswerRe: I have been trying to generate some reports to PDF file format from ASP. NET2.0 application (using itextsharp.dll) Pin
darkcalin4-Nov-08 0:09
darkcalin4-Nov-08 0:09 
QuestionWhy we are using ClientID while using master page ? Pin
md_azy3-Nov-08 20:32
md_azy3-Nov-08 20:32 
AnswerRe: Why we are using ClientID while using master page ? Pin
Ashfield3-Nov-08 21:03
Ashfield3-Nov-08 21:03 
AnswerRe: Why we are using ClientID while using master page ? Pin
Abhishek Sur3-Nov-08 23:39
professionalAbhishek Sur3-Nov-08 23:39 
Whenever you are using MasterPages, the master page can contain dvMyDiv into it. So if you call it with this name only, it will be calling the masterpage dvMyDiv.
Generally after rendering the page, which is inside the masterpage, .NET prefix each control within the page with the masterpage placeholder name. Thus ambiguity could be removed by this.

Thus from javascript if you want to find this control, you need to call the valid object, means contentplaceholdername_dvMyDiv. Otherwise you could replace the javascript call through the server tags with the appropriate client id. Check your view source, you will get the idea of what the id of the control looks like in your page.Rose | [Rose]

Abhishek Sur

AnswerRe: Why we are using ClientID while using master page ? Pin
Guffa4-Nov-08 12:51
Guffa4-Nov-08 12:51 
Question[Message Deleted] Pin
raghvendrapanda3-Nov-08 20:24
raghvendrapanda3-Nov-08 20:24 
AnswerRe: how to store an image in database.. Pin
Ashfield3-Nov-08 21:06
Ashfield3-Nov-08 21:06 
QuestionPdf2Swf PinPopular
M. K. BASHER3-Nov-08 20:21
M. K. BASHER3-Nov-08 20:21 
AnswerRe: Pdf2Swf Pin
Abhishek Sur3-Nov-08 23:30
professionalAbhishek Sur3-Nov-08 23:30 
Questionhow to get download the file from localdrive Pin
Satish - Developer3-Nov-08 20:08
Satish - Developer3-Nov-08 20:08 
QuestionHow to use contextmenustrip(windows) control in web pages(ASP)? Pin
blakshmi3-Nov-08 19:26
blakshmi3-Nov-08 19:26 
AnswerRe: How to use contextmenustrip(windows) control in web pages(ASP)? Pin
Sathesh Sakthivel3-Nov-08 20:46
Sathesh Sakthivel3-Nov-08 20:46 
GeneralRe: How to use contextmenustrip(windows) control in web pages(ASP)? Pin
blakshmi4-Nov-08 2:23
blakshmi4-Nov-08 2:23 
AnswerRe: How to use contextmenustrip(windows) control in web pages(ASP)? Pin
m-khansari4-Nov-08 3:31
m-khansari4-Nov-08 3:31 
GeneralRe: How to use contextmenustrip(windows) control in web pages(ASP)? Pin
blakshmi4-Nov-08 3:42
blakshmi4-Nov-08 3:42 
QuestionHtmlEncode & Db field length Pin
Blumen3-Nov-08 19:20
Blumen3-Nov-08 19:20 
AnswerRe: HtmlEncode & Db field length Pin
Abhishek Sur4-Nov-08 0:49
professionalAbhishek Sur4-Nov-08 0:49 
GeneralRe: HtmlEncode & Db field length Pin
Blumen4-Nov-08 17:45
Blumen4-Nov-08 17:45 
GeneralRe: HtmlEncode & Db field length Pin
Abhishek Sur4-Nov-08 22:58
professionalAbhishek Sur4-Nov-08 22:58 
Questionwhat is the funda for creating a project like google maps. Pin
coolsatty3-Nov-08 18:46
coolsatty3-Nov-08 18:46 
AnswerRe: what is the funda for creating a project like google maps. Pin
Kannan Ar3-Nov-08 18:52
professionalKannan Ar3-Nov-08 18:52 

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.