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:635024
More Search Options
RSS Available
Matching Posts
Re: link button help??
Try this: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/PagingBulletedList/PagingBulletedList.aspx
Posted to
Web Forms
(Forum)
by
ca8msm
on 7/16/2009
Re: Problem with JOIN statement
That's not really the ideal way to do an insert just in case multiple records are returned. You could simply do this: Insert into Table (AgentName, AgentPhone, AgentEmail, CompanyName) SELECT A.Name, A.WPhone, A.Agentemail, C.CompanyName FROM AgentInfo A INNER JOIN Companies C ON A.ID = C.ID WHERE A.ID = @UserID However, if you are still getting null values then you need to see what is being returned in your select statement.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ca8msm
on 7/16/2009
Re: Onclick event not firing on run time created button
You will need to use the AddHandler method e.g. http://www.aspnetlibrary.com/codebankdetails.aspx?type=Controls&codebank=Add-dynamic-controls-with-events
Posted to
Web Forms
(Forum)
by
ca8msm
on 7/16/2009
Re: Creating a Web Application
You need to learn the basics first: http://www.asp.net/learn
Posted to
Web Forms
(Forum)
by
ca8msm
on 7/16/2009
Re: SQL Collation Error
Yes, you should change your database to match the required collation.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
ca8msm
on 4/20/2009
Re: Multiple sites using the same source?
Thank you for your response and ideas. [quote user="rtpHarry"] You can use VirtualPathProvider's to store the contents of the site pages inside a database or some other central location. [/quote] Yes, I kind of do this anyway as the pages are stored in a db, but I've not implemented it via the VirtualPathProvider. [quote user="rtpHarry"] You can create a class library to centralise the common functions and then just have thin ui pages that reference a single dll. Changes
Posted to
Configuration and Deployment
(Forum)
by
ca8msm
on 1/25/2009
Multiple sites using the same source?
I've currently got a setup whereby I have multiple versions of the same application in seperate folders e.g. c:\websites\website1 = www.website1.com c:\websites\website2 = www.website2.com etc... However, the only differences between each site is that there are different configurations in each web.config file (e.g database connection strings, passwords etc). I'm looking for a way to streamline this setup as if I create a newer version of the application, I have to update each folder with
Posted to
Configuration and Deployment
(Forum)
by
ca8msm
on 1/25/2009
Filed under: 2.0, asp.net, web.config
Re: Export a GridView to Excel - C#
[quote user="njwriter08"] Then what you are saying is that the aspnetlibrary.com sample/explanation is crap [/quote] No, it's not "crap"; it is a complete copy/paste working solution in VB.NET with a "Convert this code to C#" button underneath to help do some automated translation if some people can't understand the VB.NET example. The article does say in the last paragraph that: The only thing that may be confusing is the empty "VerifyRenderingInServerForm"
Posted to
Data Presentation Controls
(Forum)
by
ca8msm
on 10/9/2008
Re: testing my site in multiple browsers.
http://tredosoft.com/Multiple_IE Just run the installer...
Posted to
Getting Started
(Forum)
by
ca8msm
on 9/17/2008
Re: different css for the two <ul> lists on the same page
Either target the two ul's via their name ( e.g. #ul1{...} and #ul2{...} ) or give them seperate classes and target them via their respective classes ( e.g. .class1{...} and .class2{...} ).
Posted to
Client Side Web Development
(Forum)
by
ca8msm
on 9/16/2008
Page 1 of 215 (2142 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online