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:142468
More Search Options
RSS Available
Matching Posts
Re: Converting some VB.Net code to C# and problem ...
See this article. http://msdn.microsoft.com/en-us/library/362314fe(VS.71).aspx ((Image)e.Item.FindControl( "Image" )).ImageUrl = @ "~/App_Themes/" + Page.Theme + @ "/produits/" + e.Item.DataItem( "Prod_Image" );
Posted to
Visual Basic .NET
(Forum)
by
agr001
on 7/21/2009
Re: dropdownlist
DropDownListQuantity.items.add(new ListItem("1","1"))
Posted to
Getting Started
(Forum)
by
agr001
on 7/21/2009
Re: IIS not found
If you are using windows xp, you need to be running windows xp professional. If you are running windows xp professional then you may still need to install iis. Here are some instructions http://www.webwizguide.com/kb/asp_tutorials/installing_iis_winXP_pro.asp
Posted to
Free For All
(Forum)
by
agr001
on 7/21/2009
Re: Bulk insert from a data set. Plus one column value
Not sure what your database looks like. I suggest the solution could lie in the database table. If you set groupid to be an autoincrement field you sql server will auto increment the value for each new row added to the table.
Posted to
C#
(Forum)
by
agr001
on 7/21/2009
Re: using dlls in ASP.NET
If it is a .Net .dll then just go to project properties and choose add reference and then the browse tab and browse to the dll
Posted to
Getting Started
(Forum)
by
agr001
on 7/21/2009
Re: configuring the asp.net aplication on another server
Take a read through this article it may help. http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx
Posted to
Configuration and Deployment
(Forum)
by
agr001
on 7/21/2009
Re: How to guarantee that a method is called upon application shut down?
adding to this comment i'd be tempted to put the delete code in the application_startup as well just incase it isn't done on shutdown.
Posted to
C#
(Forum)
by
agr001
on 7/17/2009
Re: Can't cheak if the user is in the database... what's wrong with my code... please help
You have not described the problem very well. Can you connect to the database and get a list of users back from the database. That is, did you manage to get a list of users into your dataset? If your database connection is working, and you are able to get records back from the database then what you really want to be doing is to query the database to check for the specific emailfld exists in the database e.g. string q = "select * from userstbl where emailfld=" & mail_txt.text; then
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
agr001
on 7/17/2009
Re: Problem with JOIN statement
That just looks wrong. What is the overall aim that you have. If you want to return the values to an application then do 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 That will return the results for the specific userid To insert there values into another table insert into Table (AgentName, AgentPhone, AgentEmail, CompanyName) SELECT A.Name, A.WPhone, A.Agentemail, C.CompanyName FROM AgentInfo A INNER JOIN Companies
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
agr001
on 7/16/2009
Re: Problem with JOIN statement
Sorry just had a closer look at what you are joining on. a.id=c.id you want to be joining on a primary key - foreign key relationship in the case above I'd assume that a company has a number of agents so you'd expect to see something like a.companyid=c.companyid Note an inner join will like this will only show companies that have at least one agent.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
agr001
on 7/16/2009
Page 1 of 7 (67 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
WindowsClient:
Debugging Crash Dumps with Visual Studio 2010
Channel 9:
Channel 9 Live at PDC09 Kurt DelBene
Channel 9:
Channel 9 Live at PDC09 Mike Anguilo
Channel 9:
Channel 9 Live at PDC09: Dean Hachamovitch
Channel 9:
Channel 9 Live at PDC09: Gary Flake
Channel 9:
Channel 9 Live at PDC09: Mark Russinovich and Patrick Dussud
Channel 9:
Ping 40: Black screen claims- retracted, Windows 7, Bing Maps, Office 2010
WindowsClient:
WPF Touch Basics
WindowsClient:
WPF Touch Basics
TechNet Edge:
AlignIT IT Manager Podcast #32: Agile Application Lifecycle Management
Channel 9:
Bharat Shah: Microsoft Online Services Overview
WindowsClient:
Holland America adds Surface to several ships in it’s new Mix lounge
ASP.NET:
RIA Services Link Listing #1
Channel 9:
Reactive Extensions API in depth: Merge
TechNet Edge:
Forefront Protection for Exchange customer story
WindowsClient:
Windows Client Developer Roundup for 12/7/2009
WindowsClient:
Introducing the new Bing Maps beta
ASP.NET:
My Presentations in Europe (December 2009)
Channel 9:
Channel 9 Live at PDC09: Dr Jeff Norris, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online