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:669537
More Search Options
RSS Available
Matching Posts
Re: Help with Error
Emm... The error message is clear. Try to check your <UpdateTemplate> and <UpdateParameters> and your Update method, adjust the parameters if they are not match
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Gordon-Freeman
on 11/17/2006
Re: Connection pool leak in production machine (in other machine it runs well)
How do you access DB? If you use some IDataReader, though they will be GC sooner or later, still remember to close them as soon as they are not used~
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Gordon-Freeman
on 11/17/2006
Re: "Refreshing" a Windows Control
Well, don't know if ajax works with winform in browser.. But I think sure <iframe> will do~ just wrap that <object> in an iframe and refresh that frame using javascript, which is also one ways of partial update~
Posted to
Client Side Web Development
(Forum)
by
Gordon-Freeman
on 11/17/2006
Re: Is a newly created HttpCookie expiration sliding or absolute?
it's absolute~ for example: someCookie.Expires = DateTime.Parse("12/31/2006");
Posted to
State Management
(Forum)
by
Gordon-Freeman
on 11/17/2006
Re: Need advice on changing some data adapter code from System.Data.SqlClient to System.Data.ODBCClient
Hi~ In Ado.Net Odbc parameters are placed as '?' and should be added in the order they appear in the sql text. See Here msdn: When CommandType is set to Text, the .NET Framework Data Provider for ODBC does not support passing named parameters to an SQL statement or to a stored procedure called by an OdbcCommand . In either of these cases, use the question mark (?) placeholder.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Gordon-Freeman
on 11/17/2006
Re: Wierd??? is it Bug?
sb.Append(reader[select].ToString()); I'm not 100% sure, but I think if you pass in "Book.HotelID", the result DataReader's item name might be only "HotelID"~ try this: string select1 = select.Substring(select.LastIndexOf('.') + 1); sb.Append(reader[select1].ToString()); Cheers~
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Gordon-Freeman
on 11/17/2006
Re: Displaying Records
Hi~ Don't know if this is what you want... Select Sum (QtyDel) As Qty From DelivariesTable Where (ProdId = @ProdId) AND ([Date] >= @date1) AND ([Date] < @date2)
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Gordon-Freeman
on 11/17/2006
Re: dataset changes
DataAdapter.Update(DataSet) Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet. If we only set Select command, DataAdapters generate Update, Insert, Delete for us, that simple operation. And we can also specify CRUE command for the Adapter, msdn also provides some example . So I think the answer is: yes you can specify stored proc for those commands~
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Gordon-Freeman
on 11/17/2006
Re: Datalist, GridView and ObjectDatasource
Hi~ In quickstart there are good examples of nested data binding via data source control, go here and see the "Nested Master-Details (DataList)" you will get the idea~
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Gordon-Freeman
on 11/14/2006
Re: I want Enter to submit the form using <img src=...> as my submit button
Hi~ Try the following: function window_onkeyup() { if (event.keyCode == 13) { document.forms[0].submit(); //OR: document.getElementById("YourImgID").click(); } } <body onkeyup="return window_onkeyup()">
Posted to
Client Side Web Development
(Forum)
by
Gordon-Freeman
on 11/14/2006
Page 1 of 91 (908 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online