Click here to Skip to main content
15,917,568 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How do add controls from 'codebehind' ? Pin
Sherin Iranimose4-Jul-08 1:04
Sherin Iranimose4-Jul-08 1:04 
QuestionLiveLink Pin
kenexcelon3-Jul-08 5:35
kenexcelon3-Jul-08 5:35 
AnswerRe: LiveLink Pin
matthews_3019-Feb-09 9:36
matthews_3019-Feb-09 9:36 
QuestionDate Format Problem Pin
lav naphade3-Jul-08 4:54
lav naphade3-Jul-08 4:54 
AnswerRe: Date Format Problem Pin
Sherin Iranimose3-Jul-08 4:59
Sherin Iranimose3-Jul-08 4:59 
GeneralRe: Date Format Problem Pin
lav naphade3-Jul-08 5:49
lav naphade3-Jul-08 5:49 
GeneralRe: Date Format Problem Pin
Sherin Iranimose3-Jul-08 6:02
Sherin Iranimose3-Jul-08 6:02 
QuestionProblem to set Visibility of Image web control by JavaScript. Pin
hdv2123-Jul-08 3:44
hdv2123-Jul-08 3:44 
Hi i have a button and image in my web page (Visibilty of image is false). i want when user click button, Visibilty of image set to true. for this, i write this code :
<asp:Button ID="Button2" runat="server" Text="Show Client Progress" OnClientClick="ShowProgress(); return false;"/>            
            <asp:Image ID="Image1" runat="server" ImageUrl="~/images/ajax-loader.gif" Visible="False" />

and write this JavaScript Code :
function ShowProgress(){
    document.getElementById("Image1").setAttribute("Visible",true,null);
   }

but, i didn't successful to Visible my Image web control.
can anyBody Help me ?
thanks
AnswerRe: Problem to set Visibility of Image web control by JavaScript. [modified] Pin
Sherin Iranimose3-Jul-08 4:36
Sherin Iranimose3-Jul-08 4:36 
QuestionDate format problem Pin
lav naphade3-Jul-08 3:24
lav naphade3-Jul-08 3:24 
AnswerRe: Date format problem Pin
eyeseetee3-Jul-08 3:37
eyeseetee3-Jul-08 3:37 
QuestionASP.net Pin
madhavimln3-Jul-08 3:22
madhavimln3-Jul-08 3:22 
AnswerRe: ASP.net Pin
eyeseetee3-Jul-08 3:23
eyeseetee3-Jul-08 3:23 
QuestionNeed help launching a Javascript page when my toolbar button is clicked Pin
marc2213-Jul-08 3:07
marc2213-Jul-08 3:07 
QuestionNeed help plzz Pin
dream_liner_7e73-Jul-08 3:00
dream_liner_7e73-Jul-08 3:00 
AnswerRe: Need help plzz Pin
eyeseetee3-Jul-08 3:22
eyeseetee3-Jul-08 3:22 
Questionstored procedure return no data Pin
michael_jhons3-Jul-08 2:46
michael_jhons3-Jul-08 2:46 
AnswerRe: stored procedure return no data Pin
eyeseetee3-Jul-08 2:52
eyeseetee3-Jul-08 2:52 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 3:42
michael_jhons3-Jul-08 3:42 
GeneralRe: stored procedure return no data Pin
eyeseetee3-Jul-08 4:08
eyeseetee3-Jul-08 4:08 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 4:15
michael_jhons3-Jul-08 4:15 
GeneralRe: stored procedure return no data Pin
eyeseetee3-Jul-08 4:29
eyeseetee3-Jul-08 4:29 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 4:35
michael_jhons3-Jul-08 4:35 
AnswerRe: stored procedure return no data Pin
Sherin Iranimose3-Jul-08 4:46
Sherin Iranimose3-Jul-08 4:46 
GeneralRe: stored procedure return no data Pin
michael_jhons3-Jul-08 21:15
michael_jhons3-Jul-08 21:15 

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.