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:732450
More Search Options
RSS Available
Matching Posts
Entire Page Wrapped in UpdatePanel
Hi all, I've been tasked to sanity check a page that is causing users problems in that they are submitting data via an input, but they are clicking the submit button a number of times as they cannot see anything happen when they submit their data. On checking the code I can see that the author has wrapped the entire page in an UpdatePanel, including all the ObjectDataSource controls, everything. Is this good practise? I thought the idea of the UpdatePanel's was to create small areas of input
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
G0ggy
on 11/23/2009
Filed under: updatepanel, ajax
Parameter Not Supplied - even though parameter is supplied?
Hi all, I'm getting a parameter not supplied error on this stored procedure: @newsTitle varchar(100), @newsBody varchar(max), @hasPhoto bit, @originalFilename varchar(50), @systemFilename varchar(50) AS BEGIN -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; -- Insert statements for procedure here declare @dtStamp datetime; set @dtStamp = getdate(); insert into dbo.News (NewsTitle, NewsBody, HasPhoto, NewsDateTime, Hidden, OriginalFilename
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
G0ggy
on 11/6/2009
Filed under: SQL, parameter, vb.net, class
Re: Parameter Not Supplied - even though parameter is supplied?
That didn't fix it I'm afraid.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
G0ggy
on 11/6/2009
Re: Parameter Not Supplied - even though parameter is supplied?
That's the baby, thanks!
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
G0ggy
on 11/6/2009
Re: SQL Server Not Found or Not Accesible
The majority of suggestions I have already tried. The only difference between this website, and the one that works, is that this website implements roles and membership. Here is the settings for those items to see if you guys can spot any errors in them: <authentication mode="Forms"> <forms name="MCERTSSampleData" defaultUrl="~/Default.aspx" loginUrl="~/Insecure/Users/Login.aspx" ></forms> </authentication> <membership defaultProvider
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
G0ggy
on 10/15/2009
Filed under: Roles, sql server, web.config, Connection closing, membersship
Re: Style a gridview row based on database content
Protected Sub GridView1_RowCreated (ByVal sender as object, ByVal e as GridViewRowEventArgs) If e.Row.RowType = DataControlRowType.DataRow Then Dim value As String = CStr(DataBinder.Eval(e.Row.RowItem, "Row1")) if value = "Hello" Then e.Row.BackColor = System.Drawing.Color.Red End if End if End Sub
Posted to
Data Presentation Controls
(Forum)
by
G0ggy
on 10/15/2009
Re: SQL Server Not Found or Not Accesible
I meant to add, this website works when I run it from my development PC, with the website installed locally running through Visual Studio 2008 and connecting to the same database. It is only on the server that this error appears.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
G0ggy
on 10/15/2009
Re: SQL Server Not Found or Not Accesible
Solved! There was a spelling mistake in the defaultProvider for the roleManager setting! I wish VS2008 could point to web.config files
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
G0ggy
on 10/15/2009
SQL Server Not Found or Not Accesible
Hi all, I'm getting this error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) Server Error in '/MCERTSSampleData' Application. A network-related or instance-specific error occurred while establishing
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
G0ggy
on 10/14/2009
Filed under: sql Server 2005, Membershipship, connection
Re: SQL Server Not Found or Not Accesible
Connection strings have been specified: <connectionStrings> <remove name="ChemLimsConnString" /> <add name="ChemLimsConnString" connectionString="Data Source=10.100.34.64;Initial Catalog=ChemLIMS;Persist Security Info=True;User ID=XXXXX;Password=XXXXX;" providerName="System.Data.SqlClient" /> <remove name="MCERTSSampleDataConnString" /> <add name="MCERTSSampleDataConnString" connectionString="Data Source=10
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
G0ggy
on 10/14/2009
Page 1 of 21 (207 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Microsoft AJAX CDN โ Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 โ Now in Visual Basic!!
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online