|
|
Search
You searched for the word(s):
< 1 second(s)
-
I'm working with an ASP.Net 4.0 project, and I'm calling a stored procedure on a SQL 2008 64-bit server. When I call the stored procedure, I don't get an error message, but the stored procedure doesn't do anything. When I call the stored proc natively in SQL Management Studio, it works fine. I've walked through the code in the ...
-
Hi - I've just converted an ASP.Net 2.0 solution to 4.0. In general, it seems to work fine, but there's one point in the code that consistently throws an error on 2 Windows 7 machines, one 32-bit, one 64-bit. The same code works fine on a Windows 2003 machine in the 2.0 framework. Note that both versions are being run through ...
-
Hi - I just converted an ASP.Net web app from 2.0 to 4.0 and the XslTransform
code that I inherited no longer works in 4.0. I'm told I need to change the code
to use XslCompiledTransform. Fine - but I can't figure out how to get
XslCompiledTransform to do exactly what I need it to do. I have an XSL file in
my project. I do not have ...
-
Hi - I have a GridView with 3 BoundFields. The GridView is editable and I need to limit the length of each of the possible user input to each of the 3 BoundFields, the first one to 100 characters, the 2nd to 2000 characters, and the 3rd to 200 characters. I've tried adding an attribute to the appropriate Cell in the appropriate Row using ...
-
Unfortunately, no. I was forced to redo everything with a DataList instead. If you figure it out, please post the answer!
-
Hi - my problem is as follows: I'm writing an ASP.Net 2.0 app with C#. From the app, I call a stored procedure that updates some data in the app's database (SQL Server 2000). This stored procedure then declares and assigns a value to a variable of type nvarchar(4000) and calls a 2nd stored procedure, passing it, among other things, the ...
-
Hi - I've got a DetailsView and I'm trying to process updated data correctly not just to the bound data fields, but also to a second database. Basically, I need to add information about any changed fields to the second database. I'm using the OnItemUpdated event in the DetailsView. I want to only pass info on changed ...
-
I've got a DetailsView that uses a SQLDataSource to populate its data. The SQLDataSource SQL stored procedure as its UpdateCommand. I'm able to run the stored procedure natively in Query Analyzer with no problem. However, when I try to save data from the DetailsView in update mode, it complains that I'm passing too ...
|
|
|