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:844861
More Search Options
RSS Available
Matching Posts
Re: Has anyone used one of the hosting api.
Thanks for the replies. I don't want to recreate the proverbial wheel (api = already programed It) FYI I was thinking about preloadn all the asp.net starter kits and reselling em. Point your dns and I email you the password to your starter kit everything including database and email is setup for the customer. Or I create a new domain for the customer... But unfortunately I'm working on a big contract and barely have time to walk the dog thats why I asked about a the "Reseller API"
Posted to
Hosting Open Forum
(Forum)
by
Danny117
on 8/5/2009
Has anyone used one of the hosting api.
One that sets up hosting accounts on the fly? I'm hoping you've got some code to share with the group.
Posted to
Hosting Open Forum
(Forum)
by
Danny117
on 7/31/2009
Re: How to make hyperlink dis/appear depending on textbox value
jquery anyone... if {this.value=="hello") { $("#mytextboxid").hide(); } else { $("#mytextboxid").show(); } Jquery why didn't anyone tell me about this. google load with asp.net ajax control toolkit and jquery Have fun with it...
Posted to
Web Forms
(Forum)
by
Danny117
on 7/31/2009
Re: Compiling single website into separate dll's
Its really easy. Take the first step. Create a project for the menu and reference the project with your solution and vs auto matically copies the dll into the bin folder. Tip: Don't forget to upload the bin folder to your server. You can the above with express edtions and up.
Posted to
Configuration and Deployment
(Forum)
by
Danny117
on 7/31/2009
Re: Namespaces and shared functions
Quick simple pseudo code. Have fun without namespaces you can never do implements and really design code that others write for you. First you need some code in a file seperate from the form or web page in the app_code folder. Just type namespace at the top of your code I recomend starting with two levels then the class name is the third level. namespace whatever.whatever class dosomething. end class end namespace 'then your webpage or form imports whatever.whatever 'Using whatever.whatever;
Posted to
Visual Basic .NET
(Forum)
by
Danny117
on 7/31/2009
Re: Using jQuery Litebox on multiple html files called from an Asp page
Top of page good. [quote user="debsky123"] <script src=" jquery.js " type=" text/javascript "></script> [/quote] Put this on content page. [quote user="debsky123"] <script src=" jquery.litebox.js " type=" text/javascript "></script> [/quote] Me I use this pattern. Master page: reference Jquery, reference jquery plugins used on master page, use document.load at bottom of page. </ form > < script type
Posted to
Client Side Web Development
(Forum)
by
Danny117
on 4/23/2009
Re: Problem with Ajaxtoolkit calendar control
In design mode select the textbox Date1 then click the squigly and select add extender to add the calendar extender control. That should do all the background stuff of adding a reference to the dll the page and putting the dll into the bin folder for you.
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Danny117
on 4/21/2009
Re: who could i cahnge the proportie off afile to reade write in the host folder
You could put the file in the app_data file. ASP.Net website layout
Posted to
Web Forms
(Forum)
by
Danny117
on 4/21/2009
Re: Using jQuery Litebox on multiple html files called from an Asp page
Put your link to the jquery bits on the masterpage.
Posted to
Client Side Web Development
(Forum)
by
Danny117
on 4/21/2009
Re: removing title in webpart
<asp:WebPartZone ID="WebPartZone1" runat="server" PartChromeType="BorderOnly">
Posted to
Web Parts and Personalization
(Forum)
by
Danny117
on 4/18/2009
Page 1 of 182 (1818 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online