Click here to Skip to main content
15,905,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem in getting formatted date Pin
paranth16-Mar-07 3:30
paranth16-Mar-07 3:30 
AnswerRe: problem in getting formatted date [modified] Pin
kubben16-Mar-07 4:09
kubben16-Mar-07 4:09 
AnswerRe: problem in getting formatted date Pin
GaryWoodfine 16-Mar-07 14:30
professionalGaryWoodfine 16-Mar-07 14:30 
GeneralRe: problem in getting formatted date Pin
paranth17-Mar-07 1:04
paranth17-Mar-07 1:04 
GeneralRe: problem in getting formatted date Pin
GaryWoodfine 17-Mar-07 1:18
professionalGaryWoodfine 17-Mar-07 1:18 
AnswerRe: problem in getting formatted date Pin
Ziyad Mohammad18-Mar-07 20:43
Ziyad Mohammad18-Mar-07 20:43 
Questionget control id from the content page Pin
srinandan..16-Mar-07 2:59
srinandan..16-Mar-07 2:59 
AnswerRe: get control id from the content page Pin
ca8msm16-Mar-07 3:07
ca8msm16-Mar-07 3:07 
When the HTML is written out to the Page, your button's ID in the HTML probably isn't "Button1". That means your javascript method will fail.

To get around this, write the javascript into a String on the Server-Side and add it to the Page by using the RegisterClientScriptBlock method. When inserting the Button's ID, use MyButton.ClientID to get the correct id.


AnswerRe: get control id from the content page Pin
Sylvester george16-Mar-07 3:08
Sylvester george16-Mar-07 3:08 
GeneralRe: get control id from the content page Pin
srinandan..16-Mar-07 3:14
srinandan..16-Mar-07 3:14 
GeneralRe: get control id from the content page Pin
Sylvester george16-Mar-07 3:23
Sylvester george16-Mar-07 3:23 
GeneralRe: get control id from the content page Pin
srinandan..16-Mar-07 3:50
srinandan..16-Mar-07 3:50 
GeneralRe: get control id from the content page Pin
Sylvester george16-Mar-07 3:59
Sylvester george16-Mar-07 3:59 
GeneralRe: get control id from the content page Pin
srinandan..16-Mar-07 4:03
srinandan..16-Mar-07 4:03 
AnswerRe: get control id from the content page Pin
Jesse Squire16-Mar-07 3:49
Jesse Squire16-Mar-07 3:49 
GeneralRe: get control id from the content page Pin
srinandan..16-Mar-07 3:58
srinandan..16-Mar-07 3:58 
GeneralRe: get control id from the content page Pin
Jesse Squire16-Mar-07 5:37
Jesse Squire16-Mar-07 5:37 
GeneralRe: get control id from the content page Pin
srinandan..18-Mar-07 21:08
srinandan..18-Mar-07 21:08 
QuestionMysterious Web User Controls Related Problem Pin
powered_by_xanax16-Mar-07 2:54
powered_by_xanax16-Mar-07 2:54 
QuestionHow to transfer data from HTML table to excel or through dataset to excel. Pin
AjayKrSh16-Mar-07 2:53
AjayKrSh16-Mar-07 2:53 
AnswerRe: How to transfer data from HTML table to excel or through dataset to excel. Pin
Jesse Squire16-Mar-07 3:27
Jesse Squire16-Mar-07 3:27 
GeneralRe: How to transfer data from HTML table to excel or through dataset to excel. Pin
AjayKrSh16-Mar-07 3:48
AjayKrSh16-Mar-07 3:48 
GeneralRe: How to transfer data from HTML table to excel or through dataset to excel. Pin
Jesse Squire16-Mar-07 3:54
Jesse Squire16-Mar-07 3:54 
Questionlistbox and arrays Pin
Kunal P16-Mar-07 2:47
Kunal P16-Mar-07 2:47 
Questionbrowser's back button Pin
yogita charhate16-Mar-07 2:27
yogita charhate16-Mar-07 2:27 

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.