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:785549
More Search Options
RSS Available
Matching Posts
Re: Hi guys, need help with some asp.net controls.
You just need to be make virtual directory in PC "A". and browse your template from IIS, and copy address from url and replace localhost by PCA. and use that updated URl in all connected PC.
Posted to
Web Forms
(Forum)
by
AzharSaiyed
on 7/10/2009
Write US-Fone Masking
function FormatPhoneNew(txtFoneNumber) { txtFoneNumber=document.getElementById('ctl00_ContentPlaceHolder1_txtTelephone'); var PH = txtFoneNumber.value; PH = PH.replace("(",""); PH = PH.replace(")",""); PH = PH.replace("-",""); PH = PH.replace(" ",""); if(PH.length < 3) { txtFoneNumber.value = "(" + PH; } if(PH.length > 3 && PH.length <= 6) { txtFoneNumber.value = "(" + PH.substring
Posted to
Getting Started
(Forum)
by
AzharSaiyed
on 7/10/2009
Re: firefox compatibility
First of all remove all remove Inline css," ",<br/>. Apply only css class.And whenever required use "Margin","Padding" insted space and all. Apply proper width and hwight instead of scretching a particular control.
Posted to
Client Side Web Development
(Forum)
by
AzharSaiyed
on 7/8/2009
Re: UserControls and ViewState
use hidden variable in <asp:itemtemplate> <input type="hidden" runat="server" id="hdnID"/> </asp:itemtemplate> And get this hidden variable in code behind.
Posted to
State Management
(Forum)
by
AzharSaiyed
on 7/8/2009
Re: Remove Multiple Items from a ListBox Control
Hi, This is really nice code. Thanks,
Posted to
Web Forms
(Forum)
by
AzharSaiyed
on 7/8/2009
Re: Drag and Drop Items from one listbox to another
< function { var listbox= document.getElementById( '<%=lstSourceList.ClientID%>' ); if (listbox.length <= 0) {alert( 'No record!' ); return false ;} if (listbox.selectedIndex < 0) {alert( 'select atlease one value!' ); return false ;} for (j = 0; j < listbox.length; j++) { var c = listbox.options[j]; if (listbox.options[j].selected) { var listbox1= document.getElementById( '<%=lstDestinationList.ClientID%>' ); var optn = document.createElement
Posted to
Client Side Web Development
(Forum)
by
AzharSaiyed
on 7/7/2009
Re: Hide Calender once date selected
Hi, Please following url for complete details http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
AzharSaiyed
on 7/1/2009
Re: MCTS Cert
Hi, Just i earn same examination, Actually i reffered Microsoft publication book,It is nice but , I read it only for knowladge purpose, I learn pass4sure brain dumps it is too nice, I earn 911 marks only because of the dumps. Mostly exam question are come from dumps, so it is nice if you purchase dumps.
Posted to
Free For All
(Forum)
by
AzharSaiyed
on 7/1/2009
Re: Opening a word file
Please review this link http://www.aspsnippets.com/post/2009/06/22/Export-Multiple-GridViews-to-Word-Document-in-ASPNet.aspx
Posted to
Web Forms
(Forum)
by
AzharSaiyed
on 7/1/2009
Re: validating textboxes using javascript
function setTextbox() { var ddllistbox= document.getElementById('<%=ddlA.ClientID%>'); for (j = 0; j < listbox.length; j++) { if(ddllistbox.options[j].selected) { var opt=ddllistbox.options[j].value; if(opt=='a') { document.getElementbyId('<%=textboxA.clientID%>').Disabled=false; } if(opt=='b') { document.getElementbyId('<%=textboxB.clientID%>').Disabled=false; } } </script>
Posted to
Client Side Web Development
(Forum)
by
AzharSaiyed
on 7/1/2009
Page 1 of 8 (76 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online