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:856629
More Search Options
RSS Available
Matching Posts
Re: Not able to read XML file into data set. Need help
I don't know why have you created the tables and columns in the dataset. This is what is restricting you. Use the below XML format to get value into dataset. <Root> <text>fsdsdfsd</text> <value>sfsdfsd</value> </Root> <Root> <text>fsdsdfsd</text> <value>sfsdfsd</value> </Root>
Posted to
C#
(Forum)
by
abinashpatra
on 10/30/2009
Re: Can't declare variables
[quote user="mandrews1234"]@tempCatId = @categoryId [/quote] Write like this set @tempCatId = @categoryId
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
abinashpatra
on 10/30/2009
Re: VS2008 Code Conversion (C#toVB and vice-versa) Plugin
You can check this link. http://www.developerfusion.com/tools/convert/csharp-to-vb/ However am not sure about the LINQ conversion. Hope this helps.
Posted to
Visual Studio 2008
(Forum)
by
abinashpatra
on 10/16/2009
Re: SQL Server session state management problem
[quote user="a_shyam41"]When I use a SQL Server for session state management and the SQL server goes down unexpectedly,[/quote] Could you please explain ehat exactly is happening with SQL Server? Also please provide the web config setting you have done for the State Management.
Posted to
State Management
(Forum)
by
abinashpatra
on 10/12/2009
Re: SQL Server session state management problem
If your DB server is not having Failover Cluster, then there is no way you can recover. If it has failover cluster, and your Session DB sits in that server, then you can recover because of the cluster.
Posted to
State Management
(Forum)
by
abinashpatra
on 10/12/2009
Re: The connection was not closed??
I guess you are not calling the DataReade.Close() method. You need to close the DataReader.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
abinashpatra
on 10/11/2009
Re: Why can't I assign "From" MailAddress when I send email?
I believe the from mail address, you would be using should be configured in the SMTP server you are using. Hence the problem when you use a separate mail id as from address.
Posted to
Web Forms
(Forum)
by
abinashpatra
on 10/9/2009
Re: Schedule a task for a service class
[quote user="WilliamSnell"]"I also need it to do this periodically on its own."[/quote] When I say exe, you can make it a scheduled job in SQL Server. Is n't it? So your problem of timely invocation is over. You just call a web page which does your job. So your code dupolication is avoided.
Posted to
ASP.NET MVC
(Forum)
by
abinashpatra
on 10/9/2009
Re: select query that generate comma seperated valus
declare @vaR VARCHAR(50) set @vaR = '' select @vaR = Name +','+ @vaR from dbo.EmployeeInfo select @vaR This will give some thing like Abinash,Patra, You can remove the last ",".
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
abinashpatra
on 10/9/2009
Re: Filling a DataSet using a returned value from Stored Procedure
Add one more parameter to the command. Set the ParameterDirection to OUTPUT.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
abinashpatra
on 10/9/2009
Page 1 of 25 (241 items) 1
2
3
4
5
Next >
...
Last »
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
ASP.NET:
T4MVC now has a real home and a dedicated forum!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online