Click here to Skip to main content
15,887,135 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: aspnet_wp.exe could not be started. The error code for the failure is 80004005. Pin
vijay.victory14-Apr-09 23:31
vijay.victory14-Apr-09 23:31 
QuestionRefresh Textbox Pin
yasBinder14-Apr-09 11:27
yasBinder14-Apr-09 11:27 
AnswerRe: Refresh Textbox Pin
Yusuf14-Apr-09 13:08
Yusuf14-Apr-09 13:08 
AnswerRe: Refresh Textbox Pin
Marc Firth16-Apr-09 1:38
Marc Firth16-Apr-09 1:38 
GeneralRe: Refresh Textbox Pin
yasBinder17-Apr-09 6:56
yasBinder17-Apr-09 6:56 
GeneralRe: Refresh Textbox Pin
yasBinder17-Apr-09 8:52
yasBinder17-Apr-09 8:52 
AnswerRe: Refresh Textbox Pin
saanj28-Apr-09 21:40
saanj28-Apr-09 21:40 
Questionhelp required for making background blur/opaque/non clickable Pin
Yogesh Jamkhindikar14-Apr-09 11:17
Yogesh Jamkhindikar14-Apr-09 11:17 
Hi,
Would appreciate is someone can help me out in this....Really bugged by this!!
am using a div which appears with an "Please Wait..." image on a button click, now when that div appears i want to make the background opaque/non clickable as it contains menu items,...which i do not want the user to click while i do a processing logic. am using VS2008 & want to do it with javascript...

a small code snippet that i use for testing... -
<pre>&lt;tr&gt;
&lt;td&gt;
&lt;div id="divMain" runat="server" class="content"&gt;
&lt;asp:UpdateProgress AssociatedUpdatePanelID="updpnlTest" ID="updateProgress" runat="server"&gt;
&lt;ProgressTemplate&gt;
&lt;div id="divProgressBackgroundFilter" runat="server"&gt;
&lt;/div&gt;
&lt;div id="divProcessMessage" runat="server"&gt;
Processing your request...Please wait.....&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="Loading..." height="40px" width="40px" src="loading.gif" /&gt;
&lt;/div&gt;
&lt;/ProgressTemplate&gt;
&lt;/asp:UpdateProgress&gt;
&lt;asp:ScriptManager ID="ScriptManager1" runat="server"&gt;
&lt;/asp:ScriptManager&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;<pre></pre>
&lt;tr&gt;
&lt;td align="center"&gt;
&lt;asp:UpdatePanel ID="updpnlTest" runat="server"&gt;
&lt;ContentTemplate&gt;
&lt;asp:Button ID="btnDisableBackground" runat="server" Text="DisableBackground"
onclick="btnDisableBackground_Click" /&gt;
&lt;/ContentTemplate&gt;
&lt;/asp:UpdatePanel&gt;
&lt;/td&gt;
&lt;/tr&gt;</pre>

Thx in advance...

Regards,

Yogesh
AnswerRe: help required for making background blur/opaque/non clickable Pin
Yusuf14-Apr-09 13:12
Yusuf14-Apr-09 13:12 
GeneralRe: help required for making background blur/opaque/non clickable Pin
Yogesh Jamkhindikar14-Apr-09 15:14
Yogesh Jamkhindikar14-Apr-09 15:14 
GeneralRe: help required for making background blur/opaque/non clickable Pin
Yusuf14-Apr-09 15:23
Yusuf14-Apr-09 15:23 
GeneralRe: help required for making background blur/opaque/non clickable Pin
Yogesh Jamkhindikar15-Apr-09 10:49
Yogesh Jamkhindikar15-Apr-09 10:49 
GeneralRe: help required for making background blur/opaque/non clickable Pin
Yogesh Jamkhindikar17-Apr-09 5:25
Yogesh Jamkhindikar17-Apr-09 5:25 
Questioncommand line parameters for a browser Pin
shabya13-Apr-09 20:28
shabya13-Apr-09 20:28 
AnswerRe: command line parameters for a browser Pin
Marc Firth13-Apr-09 22:24
Marc Firth13-Apr-09 22:24 
AnswerRe: command line parameters for a browser Pin
Marc Firth13-Apr-09 22:26
Marc Firth13-Apr-09 22:26 
QuestionIs there a best forum to ask questions about CSS? Pin
Coleenh13-Apr-09 2:53
Coleenh13-Apr-09 2:53 
AnswerRe: Is there a best forum to ask questions about CSS? Pin
Marc Firth13-Apr-09 22:22
Marc Firth13-Apr-09 22:22 
GeneralRe: Is there a best forum to ask questions about CSS? Pin
Coleenh14-Apr-09 3:40
Coleenh14-Apr-09 3:40 
GeneralRe: Is there a best forum to ask questions about CSS? Pin
Marc Firth14-Apr-09 4:31
Marc Firth14-Apr-09 4:31 
GeneralRe: Is there a best forum to ask questions about CSS? Pin
Coleenh14-Apr-09 9:37
Coleenh14-Apr-09 9:37 
QuestionAuthenticate Software and Password Help Pin
BlitzPackage11-Apr-09 15:33
BlitzPackage11-Apr-09 15:33 
AnswerRe: Authenticate Software and Password Help Pin
Marc Firth13-Apr-09 22:17
Marc Firth13-Apr-09 22:17 
QuestionAnyone used the Garmin Communicator Api? Pin
Mike Hankey9-Apr-09 4:55
mveMike Hankey9-Apr-09 4:55 
AnswerRe: Anyone used the Garmin Communicator Api? Pin
Yusuf9-Apr-09 12:33
Yusuf9-Apr-09 12:33 

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.