Click here to Skip to main content
15,918,742 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
DavidNohejl23-May-07 0:41
DavidNohejl23-May-07 0:41 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Expert Coming23-May-07 9:14
Expert Coming23-May-07 9:14 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Junior Boy23-May-07 20:54
Junior Boy23-May-07 20:54 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Paddy Boyd24-May-07 2:58
Paddy Boyd24-May-07 2:58 
GeneralRe: Writing text file in Visual studio .net 2003 Pin
Junior Boy24-May-07 20:46
Junior Boy24-May-07 20:46 
Questioniframes and ie Pin
eggsovereasy22-May-07 11:02
eggsovereasy22-May-07 11:02 
QuestionNeed Help with Apache installation Pin
Evgeni5722-May-07 10:14
Evgeni5722-May-07 10:14 
QuestionGet time Pin
matjame22-May-07 4:06
matjame22-May-07 4:06 
AnswerHow to put a clock on a webpage (Dreamweaver / Flash not requred!) Pin
Fred_Smith22-May-07 5:01
Fred_Smith22-May-07 5:01 
GeneralRe: How to put a clock on a webpage (Dreamweaver / Flash not requred!) Pin
matjame23-May-07 0:50
matjame23-May-07 0:50 
GeneralRe: How to put a clock on a webpage (Dreamweaver / Flash not requred!) Pin
Fred_Smith23-May-07 1:12
Fred_Smith23-May-07 1:12 
AnswerRe: Get time Pin
Expert Coming22-May-07 10:58
Expert Coming22-May-07 10:58 
AnswerRe: Get time Pin
JimmyRopes22-May-07 11:20
professionalJimmyRopes22-May-07 11:20 
QuestionIt's a Wonder... Pin
#realJSOP22-May-07 3:04
professional#realJSOP22-May-07 3:04 
AnswerRe: It's a Wonder... Pin
Fred_Smith22-May-07 3:35
Fred_Smith22-May-07 3:35 
AnswerRe: It's a Wonder... Pin
Shog922-May-07 6:44
sitebuilderShog922-May-07 6:44 
AnswerRe: It's a Wonder... Pin
Guffa22-May-07 13:32
Guffa22-May-07 13:32 
QuestionSending email in Inbox Pin
Lalafaraz21-May-07 23:38
Lalafaraz21-May-07 23:38 
AnswerRe: Sending email in Inbox Pin
JimmyRopes22-May-07 1:53
professionalJimmyRopes22-May-07 1:53 
QuestionReading out contents of an eID-card Pin
Pat Krimson21-May-07 22:53
Pat Krimson21-May-07 22:53 
AnswerRe: Reading out contents of an eID-card Pin
JimmyRopes22-May-07 1:43
professionalJimmyRopes22-May-07 1:43 
QuestionWhat's going on with this javascript? Pin
Mundo Cani21-May-07 18:24
Mundo Cani21-May-07 18:24 
AnswerRe: What's going on with this javascript? Pin
Expert Coming21-May-07 20:41
Expert Coming21-May-07 20:41 
GeneralRe: What's going on with this javascript? Pin
Mundo Cani22-May-07 7:59
Mundo Cani22-May-07 7:59 
AnswerRe: What's going on with this javascript? Pin
Guffa21-May-07 21:08
Guffa21-May-07 21:08 
The <%=...%> tag is a server tag to output a value. It's almost equivalent to <script runat="server">Response.Write(...)</script>.

The ClientID property of a server control contains the id that the control uses for the html element that it renders. When server controls are inside a container (like a user control) the id is prepended with the id of the container to keep it unique in the form. You use the ClientID property to get this generated id.

---
single minded; short sighted; long gone;

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.