|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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.
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/
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
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.
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...
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/
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.
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"...
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::
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.
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
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.
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 ...
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.
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="...
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?
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
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
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/...
|
|
Hot threads for last week on 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
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?
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
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");
});
Started 3 days, 17 hours ago (2009-11-26 01:26:56)
by Song-Tian - MSFT
Hi,
Could you post some code?
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
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. ...
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
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 ...
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
|
|