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:783788
More Search Options
RSS Available
Matching Posts
Re: Payment gateway in Saudi Arabia
Hi, Have you tried using 2CheckOut ? Go through this http://www.2checkout.com/community/ Hope this helps....
Posted to
Commerce Extensions
(Forum)
by
Talib_dotnet
on 12/6/2009
Re: opening a new page?
[quote user="FanLaw"]I have a button when I click I want to open a new page[/quote] Hi FanLaw, By new page, do you meant to say a PopUp Page ? If yes , then use this window.open ("http://www.onlineasp.net","mywindow","width=350,height=250"); Hope this helps..
Posted to
Web Forms
(Forum)
by
Talib_dotnet
on 11/15/2009
Re: Issue when pressing enter key for AutoCompleteExtender inside of UpdatePanel
Hi, Check this out . http://www.onlineasp.net/post/2009/07/10/ASPNET-AJAX-Auto-Complete-Extender-with-Database.aspx Hope this helps..
Posted to
ASP.NET AJAX UI
(Forum)
by
Talib_dotnet
on 11/7/2009
Re: Reference user control textbox from another web page
Hi losssoc, For Accessing the UserControl contents from another page , please refer the code illustrated below. UserControl.ascx.cs Here , i have created a property for the LOGIN link public bool login // LOGIN HyperlinkButton { get { return lnkLogin.Enabled; } set { lnkLogin.Enabled = value; } } EXAMPLE.aspx protected void Page_Load(object sender, EventArgs e) { UControl1.login= True; //UControl1 is the ID of UserControl } In this way , you can access the contents of user control in any another
Posted to
Web Forms
(Forum)
by
Talib_dotnet
on 11/7/2009
Re: Changing the default Calendar control weekend days
Hi izzeddeen, Please check out the code given below , HTML MarkUp Code: <asp:Calendar ID="Calendar1" runat="server" FirstDayOfWeek="Saturday" > <WeekendDayStyle BackColor="#999999" /> </asp:Calendar> Code-Behind : using System.Globalization; protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { CultureInfo ci = new CultureInfo("ar-SA"); Page.Culture = "ar-SA"; Page.UICulture = "ar-SA"; SetAR
Posted to
Web Forms
(Forum)
by
Talib_dotnet
on 11/4/2009
Re: Printing issue in internet explorer 7
[quote user="rameshgoudd"] If I print a document in that application in ie 6,i am getting 13pages with out line breaks.The same document in ie 7 i am getting 85 pages if i print[/quote] Hi Ramesh, Have you specified the CSS property Page-Break for that printing area ??
Posted to
Web Forms
(Forum)
by
Talib_dotnet
on 10/28/2009
Re: Identifying a website's server IP address
Hi Ben , For tracking IP address , check this http://www.onlineasp.net/post/2009/07/09/Detecting-Users-IP-Address.aspx Hope this helps..
Posted to
Web Forms
(Forum)
by
Talib_dotnet
on 8/16/2009
Re: issue with textbox
Hi LilDaveM, What you are referring to , is the Auto Complete feature . Please have a look at this http://www.onlineasp.net/post/2009/07/10/ASPNET-AJAX-Auto-Complete-Extender-with-Database.aspx Hope this helps..
Posted to
Web Forms
(Forum)
by
Talib_dotnet
on 8/16/2009
Re: How to add a horizontal scrollbar to a listbox
Hi , Try to change the DIV style as overflow:scroll; Hope this helps..
Posted to
Web Forms
(Forum)
by
Talib_dotnet
on 8/16/2009
Re: Web page not displaying correctly
Hi , Do you wanna say that your Dynamic Menu is not displaying the Menu Items clearly ? If yes , then see this http://www.onlineasp.net/post/2009/07/19/IE8-Google-Chrome-and-Safari-browsers-not-showing-Dynamic-Child-Menu.aspx Hope this helps...
Posted to
Getting Started
(Forum)
by
Talib_dotnet
on 8/15/2009
Page 1 of 46 (452 items) 1
2
3
4
5
Next >
...
Last ยป
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
TechNet Edge:
Visio: Drawing on Experience with Saveen Reddy
IIS.NET:
URL Rewriter and Reverse Proxy
TechNet Edge:
Forefront Secure Endpoint Demo and Interview
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
IIS.NET:
DebugFinder
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online