Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Client Side Web Development | Forum profile

Forum profile page for Client Side Web Development on http://www.asp.net. This report page is the aggregated overview from a single forum: Client Side Web Development, located on the Message Board at http://www.asp.net. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Client Side Web Development" on the Message Board at http://www.asp.net is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Forums - ASP.NET Forums - Client Side Web Development (site profile, domain info asp.net)
Title: Client Side Web Development
Url: http://forums.asp.net/130.aspx
Users activity: 27 posts per thread
Forum activity: 167 active threads during last week
 

Posting activity on Client Side Web Development:

  Week Month 3 Months
Threads: 167 476 1,304
Post: 438 1,339 3,521
 

Client Side Web Development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
raghav_khunger
25
user's latest post:
Script works fine on Firefox but...
Published (2009-11-26 15:23:45)
nezz: Problem solved.... THANK U raghav!!!! ....  your code really works for me...YEAH:D Great.
mudassarkhan
15
user's latest post:
Gridview autoscroll
Published (2009-11-26 11:36:48)
Then use the same Grid just use this javascript for Autoscrolling http://knowlegezone.com/documents/43/ScrollBar-with-JavaScript--Auto-Scrolling-a-Div/  
alaa9jo
10
user's latest post:
Java Script Problem
Published (2009-11-25 07:43:00)
* jump and waving * Have you tried the link I posted earlier,here it is again: http://forums.asp.net/p/1490203/3500473.aspx#3500279
XIII
10
user's latest post:
mouse move event
Published (2009-11-25 23:47:36)
Hi, you're looking for image swapping: http://www.google.be/search?rlz=1C1GGLS_enBE333BE333&aq=2&oq=mouseover+image&sourceid=chrome&ie=UTF-8&q=mouseover+image+swap . Take a look here for a nice example: http://www.w3schools.com/js/tryit.asp?filename=try_dom_image_src . Instead of the onclick event use a onmouseover event. Grz, Kris.
MetalAsp.Net
9
user's latest post:
Error: 'null' is null...
Published (2009-11-25 20:49:18)
dpreznik: Thank you friends, Can you tell me if I can just write like this: document.getElementsByTagName( 'TH' );  It seems like it is working. Dmitriy   Yes, of course you can, as long as you understand that that's going to return ALL <th> elements in the entire document; as opposed to when you were trying to use it on the gridview, which would return only <th> elements within the...
dangerouschotu
9
user's latest post:
PDF through Javascript
Published (2009-11-25 11:05:00)
A1ien51 is right you can create pdf using this link http://www.activepdf.com/support/troubleshooting/
CeOfFuture
8
user's latest post:
How to set button text vertical...
Published (2009-11-20 12:16:00)
sandy060583: try Padding:10px; it will definatly work... i will try thnx for tip
Rameezwaheed
8
user's latest post:
Java Script Problem
Published (2009-11-26 01:31:05)
Thanks Imran Khan for help It is working now again thanks for help   Thanks to all   Best Regards. 
Song-Tian - MSFT
8
user's latest post:
deploying clickonce application
Published (2009-11-26 04:33:56)
Hi, You could run that like this: <script language="javascript" type="text/javascript">function myWinApp() { var shell = new ActiveXObject("WScript.shell"); shell.run("notepad.exe", 1, True); } </script> ... <asp:Button ID="btn_runMyWinApp" runat="server" Text="Run"...
malcolms
7
user's latest post:
Keep the Pop Up window Active..
Published (2009-11-24 23:48:00)
You can certainly use jQuery's UI Dialog in classic asp.  It's just JavaScript running in the browser. http://docs.jquery.com/UI/Dialog
 

Latest active threads on Client Side Web Development::

Forums - ASP.NET Forums
Started 3 days, 2 hours ago (2009-11-26 16:59:14)  by Mikesdotnetting
File downloads are invisible to the browser, so no event is fired. In other words, I cannot think of a way to notify the page that a file download has completed.
Thread:  Show this thread (2 posts)   Thread info: Event after file download...? Size: 272 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Event after file download...? :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 11 hours ago (2009-11-26 08:19:44)  by qwe123kids
Hi, U using Classical Ajax.. http://www.w3schools.com/Ajax/ajax_database.asp good Sample in above link.. Or Put alert on each line chk to know real error OR Better use Update panel
Thread:  Show this thread (6 posts)   Thread info: Script works fine on Firefox but not in IE 7 Size: 372 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Script works fine on Firefox but not in IE 7 :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 4 hours ago (2009-11-26 14:48:15)  by bruce (sqlwork.com)
browser caching depends on on the expiration header sent by iis. this can be configured in iis for static and static compressed files. if you use the same settings, the browser will treat them the same.
Thread:  Show this thread (2 posts)   Thread info: Question about IIS Static Compression Size: 303 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Question about IIS Static Compression :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 4 hours ago (2009-11-26 14:41:46)  by rtpHarry
Its not likely no. If you have a full site template that is just one big flash file then you wont be able to do much with asp.net / ajax. In fact if its one big flash template you should throw it in your recycle bin because they are no good for search engines - they cant read them so you wont get any of your pages indexed. If its a normal html template with elements of flash in it then it ...
Thread:  Show this thread (2 posts)   Thread info: Flash web template into Ajax Enabled Asp.Net Website. Size: 795 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Flash web template into Ajax Enabled Asp.Net Website. :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 6 hours ago (2009-11-26 13:08:16)  by aggonzalez
Hi sialkot We use a third party software to make changes to our images, below i send you the link at the product we use: ImageGlue 6.0™ We use this software to redimension images, to lower the compression of the images, insert watermarks, etc... and is really easy to use, I highly recommend it. Greetings.
Thread:  Show this thread (2 posts)   Thread info: Do you compress images befor uploading to server ?? Size: 819 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Do you compress images befor uploading to server ?? :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 6 hours ago (2009-11-26 12:44:47)  by Danish Ali
you can do it as follows. <head runat="server"> <title></title> <script language="javascript"> function ChangeLabel(newText) { document.getElementById('<%=lbl.ClientID %>').innerHTML = newText; return false; } </script> </head> <body> <form id="form1" runat="server"> <asp:ImageButton ID="btnimg" runat="...
Thread:  Show this thread (2 posts)   Thread info: OnMouseOver update Label.Text Size: 4,825 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: OnMouseOver update Label.Text :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 5 hours ago (2009-11-25 14:17:00)  by gokul raghuraman
Are you using more than 1 javascript library like jquery, dojo, scriptaculous?
Thread:  Show this thread (11 posts)   Thread info: Error: 'null' is null or not an object. Size: 196 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error: 'null' is null or not an object. :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 8 hours ago (2009-11-26 11:15:48)  by suthish nair
You need to use div. There is no scroll functionality in gridview. refer: http://forums.asp.net/t/1168493.aspx
Thread:  Show this thread (6 posts)   Thread info: Gridview autoscroll Size: 201 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Gridview autoscroll :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 19 hours ago (2009-11-24 23:38:00)  by manoj0682
U can use modal dialog box http://msdn.microsoft.com/en-us/library/ms536759(V S.85).aspx or Ajax modal pop
Thread:  Show this thread (9 posts)   Thread info: Keep the Pop Up window Active.. Size: 342 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Keep the Pop Up window Active.. :: Client Side Web Development :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 16 hours ago (2009-11-26 02:40:50)  by vinz
For adding items in DDL via javascript then you can refer this example: Inserting and Removing ListItems in DropDownList using JavaScript vinothkhannas: and once it gets added i want to automatically bind data in it from a dataset which i have. How do i do it? You can't, Javascript is used for client side scripting .. Javascript runs in the clients browser, your DataSet/...
Thread:  Show this thread (4 posts)   Thread info: Adding dropdown list box through javascript and binding data in it Size: 1,030 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Adding dropdown list box through javascript and binding data in it :: Client Side Web Development :: Forums - ASP.NET Forums"
 

Hot threads for last week on Client Side Web Development::

Client Side Web Development
Started 4 days, 16 hours ago (2009-11-25 02:55:00)  by suvradeep
Hi Rameezwaheed, Try this link http://www.codeproject.com/KB/grid/GridCheckBox.as px ,this may help you. This is written for gridview..i hope u can implement it in your application... -------------------------------------------------- ----- Please mark as answer if this helps Thanks in advance
Thread:  Show this thread (12 posts)   Thread info: Java Script Problem Size: 450 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Java Script Problem :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 4 days, 5 hours ago (2009-11-25 14:17:00)  by gokul raghuraman
Are you using more than 1 javascript library like jquery, dojo, scriptaculous?
Thread:  Show this thread (11 posts)   Thread info: Error: 'null' is null or not an object. Size: 196 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error: 'null' is null or not an object. :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 4 days, 19 hours ago (2009-11-24 23:38:00)  by manoj0682
U can use modal dialog box http://msdn.microsoft.com/en-us/library/ms536759(V S.85).aspx or Ajax modal pop
Thread:  Show this thread (9 posts)   Thread info: Keep the Pop Up window Active.. Size: 342 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Keep the Pop Up window Active.. :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 4 days, 3 hours ago (2009-11-25 15:45:00)  by raghav_khunger
Try this $("input[id$=txtInsertComments").click(function( ) { $("#commands").show("normal"); });
Thread:  Show this thread (8 posts)   Thread info: jQuery: How to show div when an asp.net textbox is clicked? Size: 329 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: jQuery: How to show div when an asp.net textbox is clicked? :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 3 days, 17 hours ago (2009-11-26 01:26:56)  by Song-Tian - MSFT
Hi, Could you post some code?
Thread:  Show this thread (7 posts)   Thread info: deploying clickonce application Size: 134 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: deploying clickonce application :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 1 week, 1 day ago (2009-11-21 04:03:00)  by mudassarkhan
check this http://aspsnippets.com/post/2009/09/17/Print-funct ionality-in-ASPNet-GridView-control.aspx
Thread:  Show this thread (6 posts)   Thread info: Javascript Popup Window Size: 330 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Javascript Popup Window :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 4 days, 19 hours ago (2009-11-25 00:20:00)  by imran_khan
because you missed to close the function. check this function Showbutton() { var Sel = $("#ddlSubContractor option:selected").val(); if (Sel == 0) { $("#txtContrName").show(); $("#lblContrName").show(); } else { $("#txtContrName").hide(); $("#lblContrName").hide(); ValidatorEnable($("#rfv1"),false); You didn't close 'else' and function brace. ...
Thread:  Show this thread (6 posts)   Thread info: Disabling validator on dropdown value change Size: 1,057 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Disabling validator on dropdown value change :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 3 days, 11 hours ago (2009-11-26 08:19:44)  by qwe123kids
Hi, U using Classical Ajax.. http://www.w3schools.com/Ajax/ajax_database.asp good Sample in above link.. Or Put alert on each line chk to know real error OR Better use Update panel
Thread:  Show this thread (6 posts)   Thread info: Script works fine on Firefox but not in IE 7 Size: 372 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Script works fine on Firefox but not in IE 7 :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 4 days, 17 hours ago (2009-11-25 01:50:00)  by Shetty Abhijit J.
Hi, You are right, onunload event fires whenever a page is posted back or when a user is navigated to another page... You can test a condition in onunload event to check whether browser is closed or not Specifically for Internet Explorer <script type="text/javascript"> function unload() { if (screenTop > 9999) { document.forms[0].submit();//It will ...
Thread:  Show this thread (6 posts)   Thread info: On Browser Close intreacting with server Size: 1,990 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: On Browser Close intreacting with server :: Client Side Web Development :: Forums - ASP.NET Forums"
Client Side Web Development
Started 3 days, 8 hours ago (2009-11-26 11:15:48)  by suthish nair
You need to use div. There is no scroll functionality in gridview. refer: http://forums.asp.net/t/1168493.aspx
Thread:  Show this thread (6 posts)   Thread info: Gridview autoscroll Size: 201 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Gridview autoscroll :: Client Side Web Development :: Forums - ASP.NET Forums"

This page was found by:   Refused to set unsafe header Content-Length  Refused to set unsafe header "content-length"  chrome refused to set unsafe header "Content-length"