Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Validation Issue Pin
Dayekh2-May-10 3:48
Dayekh2-May-10 3:48 
AnswerRe: Validation Issue Pin
Luc Pattyn2-May-10 4:02
sitebuilderLuc Pattyn2-May-10 4:02 
GeneralRe: Validation Issue Pin
Dayekh4-May-10 0:03
Dayekh4-May-10 0:03 
GeneralRe: Validation Issue Pin
Luc Pattyn4-May-10 2:16
sitebuilderLuc Pattyn4-May-10 2:16 
Questionhow to create the template like this Pin
developerit1-May-10 23:53
developerit1-May-10 23:53 
AnswerRe: how to create the template like this Pin
wangbo02392-May-10 1:06
wangbo02392-May-10 1:06 
QuestionSwappping the images but after closing application same images Pin
developerit1-May-10 22:25
developerit1-May-10 22:25 
Questionproblem creating asp.net project in visual studio 2003 with xp pro Pin
bapu28891-May-10 14:15
bapu28891-May-10 14:15 
hello

i am new to asp.net i have created on small web project with one datagrid on page and when i drag and drop sql data adapter on page it shows error "Generated SELECT Statment"

and then i have managed to solve this issue but now it showing

"Generated CANCEL Statment"

"Generated UPDATE Statment"

"Generated DELETE Statment"

so i dont know what to do now so I have tried to run the project but it also showing error



Server Error in '/WebApplication3' Application.
--------------------------------------------------------------------------------

Login failed for user 'MACHINE NAME\ASPNET'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Login failed for use MACHINE NAME\ASPNET'.

Source Error:

Line 59: 'Put user code to initialize the page here
Line 60: If Not Page.IsPostBack Then
Line 61: SqlDataAdapter1.Fill(DataSet11)
Line 62: DataBind()
Line 63:


Source File: c:\inetpub\wwwroot\WebApplication3\WebForm1.aspx.vb Line: 61

Stack Trace:

[SqlException: Login failed for user 'DEEPAK-5WT558AI\ASPNET'.]
System.Data.SqlClient.ConnectionPool.GetConnection(Boolean& isInTransaction) +474
System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) +372
System.Data.SqlClient.SqlConnection.Open() +384
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection, ConnectionState& originalState) +44
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38
WebApplication3.WebForm1.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\WebApplication3\WebForm1.aspx.vb:61
System.Web.UI.Control.OnLoad(EventArgs e)
System.Web.UI.Control.LoadRecursive()
System.Web.UI.Page.ProcessRequestMain()






--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.2443; ASP.NET Version:1.1.4322.2443

I AM USING VISUAL STUDIO 2003 WITH SQL SERVER 2008 PRO.

SO NOW I HAVE NO IDEA WHAT TO DO

WAITING FOR YOUR KIND HELP

THANKS
AnswerRe: problem creating asp.net project in visual studio 2003 with xp pro Pin
Michel Godfroid1-May-10 22:32
Michel Godfroid1-May-10 22:32 
GeneralRe: problem creating asp.net project in visual studio 2003 with xp pro Pin
bapu28892-May-10 2:30
bapu28892-May-10 2:30 
GeneralRe: problem creating asp.net project in visual studio 2003 with xp pro Pin
Michel Godfroid2-May-10 2:47
Michel Godfroid2-May-10 2:47 
GeneralRe: problem creating asp.net project in visual studio 2003 with xp pro Pin
bapu28892-May-10 3:06
bapu28892-May-10 3:06 
Questionuser group from active directory Pin
test-091-May-10 7:09
test-091-May-10 7:09 
AnswerRe: user group from active directory Pin
Abhijit Jana1-May-10 8:28
professionalAbhijit Jana1-May-10 8:28 
AnswerRe: user group from active directory Pin
Michel Godfroid1-May-10 22:18
Michel Godfroid1-May-10 22:18 
QuestionHow to access dynamically created Gridview HeaderRow Pin
KittyKit1-May-10 3:54
KittyKit1-May-10 3:54 
Questionsearch query Pin
diyaa_0830-Apr-10 23:50
diyaa_0830-Apr-10 23:50 
AnswerRe: search query Pin
Brij1-May-10 5:54
mentorBrij1-May-10 5:54 
Questionretreving images from database problem Pin
developerit30-Apr-10 22:51
developerit30-Apr-10 22:51 
AnswerRe: retreving images from database problem Pin
Abhishek Sur30-Apr-10 23:52
professionalAbhishek Sur30-Apr-10 23:52 
AnswerRe: retreving images from database problem Pin
Abhijit Jana30-Apr-10 23:53
professionalAbhijit Jana30-Apr-10 23:53 
QuestionGRID VIEW Row command Pin
Amit Patel198530-Apr-10 21:24
Amit Patel198530-Apr-10 21:24 
AnswerRe: GRID VIEW Row command Pin
Peace ON30-Apr-10 22:44
Peace ON30-Apr-10 22:44 
QuestionIntegrating Paypal Pin
Gjm30-Apr-10 15:29
Gjm30-Apr-10 15:29 
AnswerRe: Integrating Paypal Pin
Peace ON30-Apr-10 19:45
Peace ON30-Apr-10 19:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.