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:704551
More Search Options
RSS Available
Matching Posts
Re: Error while trying to connect DataSource
yOu probably need this http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&displaylang=en
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Dollarjunkie
on 10/6/2009
Re: Error while trying to connect DataSource
My Mistake .. Try this one http://www.microsoft.com/downloads/details.aspx?FamilyID=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Dollarjunkie
on 10/6/2009
How to set up a web farm
I would like to host my application on 3 different servers all pointing to the same domain. I am sort of new to this and would like some information on how to achieve this please.
Posted to
Configuration and Deployment
(Forum)
by
Dollarjunkie
on 10/6/2009
Re: Tricky SQL statement question - if possible Count()
You don't need a second connection to run a second query on your database. You can actually return multiple resultsets each time you query your database and essentially return all necessary information in just one call.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Dollarjunkie
on 9/24/2009
Re: "Semi" Asynchronous Stored Procedure Call
You want to return the resultset piece by piece?
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Dollarjunkie
on 9/24/2009
Re: Select Distinct Issue
Select r.pid, rid, r.roomnumber, standardminutes, Roompi.status, BusinessDate, rt.Description as RoomType, employeenumber, service from (Select distinct a.pid from roomPI a) x inner join roomPI r on x.pid = r.pid -- assuming the pid here is the roomnumber Inner Join RoomTypes rt on rt.RoomTypeID = r.roomtype Inner Join NightAudit na on na.roomnumber = r.roomnumber where businessdate = CONVERT (date, GETUTCDATE()) AND r.pid = @PID order by r.roomnumber
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Dollarjunkie
on 9/24/2009
Re: I am using Guid at primary key
When using GUID, I don't believe @@Identity works because it returns a numeric. You can however, specify avariable to capture the generated GUID and then using the format INSERT INTO Tablename ( @Column1, @column2) OUTPUT inputed.@tableIDColumnName VALUES ( @value1, value 2) Consult the link http://forums.asp.net/p/1471842/3411258.aspx#3411258
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Dollarjunkie
on 9/17/2009
Re: Custom Membershipprovider does not call Initialize method
The situation is I have a sort separate project for my usercontrols and since this code is contained within one of the user controls, I am unable to get it to compile without error when I don’t create an instance of the object. And when I build my solution, I am unable to get a clean copy of my controls library(project) with which to use in my web client. Do you have any advice on how to handle this please? Membership.CreateUser(FirstName.Text, MiddleName.Text, LastName.Text, Nickname.Text, Username
Posted to
Security
(Forum)
by
Dollarjunkie
on 9/13/2009
Re: Custom Membershipprovider does not call Initialize method
THanks!! that was it. I tried instead to use it this way ((OutMembershipProvider)Membership).CreatUser(.... I just think I figured out why that did not work. Never really considered that the Membership class itself is not a provider.
Posted to
Security
(Forum)
by
Dollarjunkie
on 9/13/2009
Custom Membershipprovider does not call Initialize method
Wrote my customProvider and hooked it up in the web.config as default but noticed that the Initialize method is not called at all when I create my object. How can I remedy this problem since this means that my default settings and all necessary work in the initialize method are not handled at all.
Posted to
Security
(Forum)
by
Dollarjunkie
on 9/11/2009
Page 1 of 86 (851 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