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:780453
More Search Options
RSS Available
Matching Posts
Re: Difference between 2.0 & 3.0
Hi Snuckles, Actually, answer to you question is 1 - 2 hrs long discussion or 2 - 3 pages of material. Please review he links for reference. I hope these will help you. Also one thing to mention that, move to ASP. 3.5, this has very cool and interesting enhacements. http://www.simple-talk.com/dotnet/.net-framework/.net-3.5-language-enhancements/ try to intall .net 3.5 service pack 1, this will also give you new feature ASP.net entity model framework....
Posted to
Codeplex Club Starter Kit
(Forum)
by
NavaidAkhtar
on 4/9/2009
Filed under: .net 3.5, enhancements
Re: Integrated Windows Authentication and Listing All Users
Please review the following link http://www.netomatix.com/ADDumpSchema.aspx also this post will help you http://forums.asp.net/p/1333847/2713657.aspx#2713657
Posted to
Security
(Forum)
by
NavaidAkhtar
on 4/4/2009
Re: System.Net.Sockets.SocketException with MySQL Connector.NET
can you please copy the full code for connecting with the server, for the time please review the following links http://social.msdn.microsoft.com/forums/en-US/netfxnetcom/thread/2cb74a7e-6e8f-4d05-b86a-2401df5d2ed3/ and proper connection please review this one http://dev.mysql.com/doc/refman/5.0/en/connector-net-using-connecting.html#connector-net-using-connecting-connection-string
Posted to
MySQL
(Forum)
by
NavaidAkhtar
on 4/4/2009
Filed under: MySql database, asp 3.5
Re: msg in output window --C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Vbc.exe
I think you are missing some configuration in web.config regarding some controls dependencies / dlls. Try by removing all dependencies and again adding them. Hope it will solve that issue.
Posted to
Installation and Setup
(Forum)
by
NavaidAkhtar
on 4/4/2009
Filed under: Crystal Report
Re: css problem in firefox?
Hi. What's the Frameset DTD about? No wonder you've got troubles! Get a proper html 4.01 STRICT or xhtml 1.0 STRICT doctype. if still issue then Please review the link http://csscreator.com/?q=blog/z-index In short try this one instead of z-index (works on both IE & FF) position:relative in Css
Posted to
Client Side Web Development
(Forum)
by
NavaidAkhtar
on 4/4/2009
Filed under: zindex
Re: ASPNETDB Confusion
Hi. Let me first tell you one thing. as you know, microsoft have provided us different ways to work with db, either Express editions or enterprise editions. But in your case you said that you dont have express edition / enterprise edition installed. When ever you installs Visual Studio, there is a defualt instance of sql server express edition installed with it, but it doesnot visible to you becase it requires a management tool (SQL Server management tool), through which you can work like other dbs
Posted to
Configuration and Deployment
(Forum)
by
NavaidAkhtar
on 10/5/2008
Re: Problem with the ValidationSummary Control
Assign the submit button following properties ValidationGroup= "Search" and CauseValidation= "true"
Posted to
Web Forms
(Forum)
by
NavaidAkhtar
on 10/5/2008
Re: Verifying username in registering new users
According to your statement, Email address is unique for each user, Now you have to check whether email address exists in Database, if yes then return any number, e.g., 0 for not exits 1 for exists if you got 0 then create this login, else return a message for already existance. It is not recommended that you indexed email address field as it consumes much memory and bad performance.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
NavaidAkhtar
on 10/5/2008
Re: Problem with stored procedure and/or function
Please add the following bold code in your sp 1 CREATE PROCEDURE dbo.addBuilding 2 ( 3 @ name AS VARCHAR (75), 4 @managers AS VARCHAR (20), 5 @ newID AS INT OUTPUT 6 ) 7 8 AS 9 BEGIN 10 SET NOCOUNT ON ; 11 12 If (@ managers is Not Null AND LEN(@manager) >0) Begin 13 INSERT into tb_buildings ( name ) values (@ name ); SELECT @ newID = @@IDENTITY ; 14 15 INSERT into building_user (buildingID, userID) 16 SELECT @ newID ,* from dbo.f_Split(@managers , ',' ) 17 18 19 RETURN @ newID ; End 20
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
NavaidAkhtar
on 10/5/2008
Filed under: ASP .NET SQL Query Variables
Re: Getting value from a textbox control that was filled with a value from javascript
Hi It seems a confusion in your question, whether you want to persist value in the text box or not? I you want to then you shuld enable control's view state to true. otherwise you can set it to false.
Posted to
Getting Started
(Forum)
by
NavaidAkhtar
on 9/7/2008
Page 1 of 18 (171 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
The Future of Client App Dev : WPF and Silverlight Convergence
Channel 9:
PDC09 GeekFest Party
Channel 10:
How to Use "Play to" and "Remote Media Streaming" in Windows 7
Channel 9:
The Visual Studio Documentary: Jeff Hadfield Full Length Interview
TechNet Edge:
Managing Your Entire World - Tech Focus November 2009 Part 3
Channel 9:
The Access Show: Managing Access Databases with SharePoint
Channel 10:
Show Us Your Tech - Mark Pendergrast Edition
TechNet Edge:
Mark Russinovich interview at TechEd EMEA 09
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online