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:779311
More Search Options
RSS Available
Matching Posts
optimize command object
Can we optimize command object when there is only one row
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
harsha214
on 1/25/2008
Re: check whether any pop up window already opened from main page?????
http://forums.asp.net/t/1049405.aspx
Posted to
Client Side Web Development
(Forum)
by
harsha214
on 1/22/2008
Re: OnClientClick question
Sorry, you cannot... create a modal dialog window ... var arg = "hello"; var ans = window.showModalDialog("confirmsg.htm",a rg,"dialogHeight: 180px; dialogWidth: 440px; dialogTop:100px, dialogLeft:200px; edge: Sunken; center: Yes; help: No; resizable: No; status: No;"); confirmsg.htm <HTML> <HEAD> <TITLE>CDS Confirm Message</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- var tarHtml function init() { tarHtml = document.all['tar'
Posted to
Client Side Web Development
(Forum)
by
harsha214
on 1/19/2008
Re: How to get the date and time current regional settings using javascript
temp1=new Date().toLocaleDateString(); var temp = new Date(temp1.toString()); var month = temp.getMonth() + 1; alert(temp.getDate() + "." + month + "." + temp.getFullYear()); try this
Posted to
Client Side Web Development
(Forum)
by
harsha214
on 1/19/2008
Re: How to get the date and time current regional settings using javascript
var currentTime = new Date(); var month = currentTime.getMonth() + 1; var day = currentTime.getDate(); var year = currentTime.getFullYear(); document.write( day + "."+month + "." +year);
Posted to
Client Side Web Development
(Forum)
by
harsha214
on 1/19/2008
Re: How to get the date and time current regional settings using javascript
DateTime dt = new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day); Response.Write(dt.ToString("dd.MM.yyyy"));
Posted to
Client Side Web Development
(Forum)
by
harsha214
on 1/19/2008
Re: How to allow only numerics in a textbox
<script type="text/javascript"> var numb = "0123456789"; function res(t,v){ var w = ""; for (i=0; i < t.value.length; i++) { x = t.value.charAt(i); if (v.indexOf(x,0) != -1) w += x; } t.value = w; } </script> <input type="text" onkeyup="res(this,numb);"/> try this dude
Posted to
Client Side Web Development
(Forum)
by
harsha214
on 1/17/2008
Re: how to detect which button was clicked on page load?
using System; using System.Collections; using System.ComponentModel; using System.Web; using System.Web.SessionState; using System.Web.UI; namespace WhichControlPostedBack { public class Global : System.Web.HttpApplication { private System.ComponentModel.IContainer components = null ; public Global() { InitializeComponent(); } public static System.Web.UI.Control GetPostBackControl(System.Web.UI.Page page) { Control control = null ; string ctrlname = page.Request.Params[ "__EVENTTARGET"
Posted to
Web Forms
(Forum)
by
harsha214
on 1/17/2008
clicked button name in Page_Load
Can someone suggest me how to know which (image)button was clicked in Page_Load event.
Posted to
Web Forms
(Forum)
by
harsha214
on 1/17/2008
Re: javascript Redirect is nor working with "image" button in ASP.NET
Can u give it in abbreavated form ...
Posted to
Client Side Web Development
(Forum)
by
harsha214
on 1/10/2008
Page 1 of 3 (24 items) 1
2
3
Next >
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
ASP.NET:
Hanselminutes Podcast 188: ASP.NET MVC 2 Beta with Phil Haack
ASP.NET:
Hanselminutes Podcast 186: .NET Debugging 101 with Tess Ferrandez
TechNet Edge:
WinRE and free stuff with Sean Kearney
WindowsClient:
XslCompiledTransform and large template elements
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
ASP.NET:
Hacking the ASP.NET Parser
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online