Click here to Skip to main content
15,894,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to access textboxid dynamically Pin
vbmadhavi21-Jan-10 23:14
vbmadhavi21-Jan-10 23:14 
AnswerRe: how to access textboxid dynamically Pin
Prosanta Kundu online22-Jan-10 0:37
Prosanta Kundu online22-Jan-10 0:37 
Questionweb service error Pin
iamdking21-Jan-10 22:02
iamdking21-Jan-10 22:02 
AnswerRe: web service error Pin
SeMartens21-Jan-10 22:21
SeMartens21-Jan-10 22:21 
GeneralRe: web service error Pin
iamdking21-Jan-10 22:30
iamdking21-Jan-10 22:30 
QuestionHide and Show Buttons on the Clients Side Pin
Vimalsoft(Pty) Ltd21-Jan-10 21:45
professionalVimalsoft(Pty) Ltd21-Jan-10 21:45 
AnswerRe: Hide and Show Buttons on the Clients Side Pin
Dinesh Mani21-Jan-10 22:05
Dinesh Mani21-Jan-10 22:05 
AnswerRe: Hide and Show Buttons on the Clients Side Pin
Anurag Gandhi21-Jan-10 22:17
professionalAnurag Gandhi21-Jan-10 22:17 
In your code behind, you might have written
ImageButton2.Visible = false;
If so, ImageButton2 will not render to HTML and hence will throw javascript error.

For first time load also, hide your ImageButton2 using javascript.

Hope this will solve your problem.

Anurag Gandhi.
http://www.gandhisoft.com
Life is a computer program and every one is the programmer of his own life.

GeneralRe: Hide and Show Buttons on the Clients Side Pin
Vimalsoft(Pty) Ltd21-Jan-10 22:23
professionalVimalsoft(Pty) Ltd21-Jan-10 22:23 
GeneralMessage Removed Pin
22-Jan-10 1:42
professionalAmit Spadez22-Jan-10 1:42 
GeneralRe: Hide and Show Buttons on the Clients Side Pin
Vimalsoft(Pty) Ltd22-Jan-10 1:46
professionalVimalsoft(Pty) Ltd22-Jan-10 1:46 
QuestionText-Align="Right" in theme Pin
.NET- India 21-Jan-10 21:08
.NET- India 21-Jan-10 21:08 
AnswerRe: Text-Align="Right" in theme Pin
Anurag Gandhi21-Jan-10 22:22
professionalAnurag Gandhi21-Jan-10 22:22 
AnswerRe: Text-Align="Right" in theme Pin
Prosanta Kundu online22-Jan-10 0:27
Prosanta Kundu online22-Jan-10 0:27 
Questionhow to access hiddenfield in usercontrol which is there in master page. Pin
bhavna432121-Jan-10 20:39
bhavna432121-Jan-10 20:39 
AnswerRe: how to access hiddenfield in usercontrol which is there in master page. Pin
Vimalsoft(Pty) Ltd21-Jan-10 21:02
professionalVimalsoft(Pty) Ltd21-Jan-10 21:02 
AnswerRe: how to access hiddenfield in usercontrol which is there in master page. Pin
Brij21-Jan-10 21:04
mentorBrij21-Jan-10 21:04 
AnswerRe: how to access hiddenfield in usercontrol which is there in master page. Pin
Pranay Rana21-Jan-10 21:20
professionalPranay Rana21-Jan-10 21:20 
GeneralRe: how to access hiddenfield in usercontrol which is there in master page. Pin
bhavna432121-Jan-10 22:08
bhavna432121-Jan-10 22:08 
GeneralRe: how to access hiddenfield in usercontrol which is there in master page. Pin
Brij21-Jan-10 22:43
mentorBrij21-Jan-10 22:43 
QuestionDropdown List Multiple Selection problem Pin
vishnukamath21-Jan-10 19:34
vishnukamath21-Jan-10 19:34 
AnswerRe: Dropdown List Multiple Selection problem Pin
Brij21-Jan-10 19:49
mentorBrij21-Jan-10 19:49 
AnswerRe: Dropdown List Multiple Selection problem Pin
thatraja21-Jan-10 19:57
professionalthatraja21-Jan-10 19:57 
QuestionDelete user from aspnet_users table Pin
mylogics21-Jan-10 19:28
professionalmylogics21-Jan-10 19:28 
AnswerRe: Delete user from aspnet_users table Pin
Brij21-Jan-10 19:36
mentorBrij21-Jan-10 19:36 

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.