Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:766810
More Search Options
RSS Available
Matching Posts
Re: jQuery Postback Issue
Use javascript pageLoad or window.onload method to initiate the jQuery function like: window.onload = function() { jQueryInitialize(); } function jQueryInitialize() { // Write your functionalities. }
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 11/10/2009
Re: call method from javascript
Try this: function JavascriptMethod() { // Your functionality <% SampleCSharpMethod(); %> // This will fire the c# method in code behind }
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 11/3/2009
Re: How to use javascript for textbox within gridview
[quote user="mitul4706"]"If I type 09:30 in login time/logout time texbox, then I need ":" (colon) should automatically be typed using any script (javascript/vbscript). "[/quote] If you want a built in extender from asp.net ajax, you can check the below code: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MaskedEditTime.aspx.cs" Inherits="General_MaskedEditTime" %> <%@ Register Assembly="AjaxControlToolkit"
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 10/28/2009
Re: Best way to show the user in which part of a application he is ?
[quote user="GregoryGalaz"]What is the best way to show the user in which part of a application he is ?[/quote] What do you mean by "which part of the application"? Can you explain in detail?
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 10/28/2009
Re: Maintain scroll position on client side
What code have you written to expand and collapse? Normally it won't scrollback to the top unless you explicitly give it. Can you paste a div and a table with the javascript used to toggle <div>
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 10/28/2009
Re: removeChild() function is not working on buttons
Try the below code, it works: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="RemoveControlInDIV.aspx.cs" Inherits="Javascript_Sample_RemoveControlInDIV" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Sample Page</title> <script
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 10/28/2009
Re: Best way to show the user in which part of a application he is ?
Okay no problem. Obviously, you can go for jQuery Menus. Here are a couple of links: http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html http://css-tricks.com/examples/ColorFadingMenu/
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 10/28/2009
Re: How to use Javascript to populate read-only field?
If you set readonly property to "true", you won't get the value of the textbox in server. You have to use the below code to get it: string sTextBoxValue = Request.Form[txtTime.UniqueID.Replace("$", "_")]; Let me know if it didn't work.
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 10/28/2009
Re: How to use JQuery functions in TAB Pages?
$(document).ready(function() { // Your functionality }); $(document).ready(function() is something like pageLoad or window.onload of javascript. It fires for the first time only. What you can do is, you can call the same method onclick of each tab. Write the functionality as a common method and call it where ever you want. Let me know if you have any difficulty.
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 10/28/2009
Re: Need to Customize Confirm Message box with 3 buttons(Yes, No, Cancel)
If you need to customize of your own, you can check this link
Posted to
Client Side Web Development
(Forum)
by
engineerachu
on 10/27/2009
Page 1 of 80 (800 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online