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:616202
More Search Options
RSS Available
Matching Posts
Re: LINQ to SQL Debug Visualizer stopped working.
Hi, No, i did none of that. I followed the instructions described on the blog. I got it working write away. But a few days after using it, it just stopped working. Actually, after i made this post, i saw it working just to discover this morning that is no longer working. The issue seems to be that, sometime it work and sometime it does'nt. Does that make any sense? Thanks /Kadji
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Kadjiokou
on 10/14/2009
LINQ to SQL Debug Visualizer stopped working.
My LINQ to SQL Debug Visualizer stopped working. I have now tripple checked through the setup procedure described below http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx But with no luck so far. I must say, it worked when i first set it up and suddenly stopped showing the linq generated sql. Has anyone had similar experience, if yes any solution to this problem? Cheers /kadji
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Kadjiokou
on 10/8/2009
Re: How to Use Stored Procedure in LinQ???
http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Kadjiokou
on 10/8/2009
row editing with "ExtGridView"
Hello, I'm using this Hierarchical grid solution offered by "Andrei Bozantan" in his codeporject article below: http://www.codeproject.com/KB/custom-controls/extgridview.aspx This works well as long as data is being displayed but i'm now using an objectdatasource to bind my business objects to the grid. This was because i needed to use edit fearture of the gridview to update data. When i'm in edit mode and press "update " i get the error below: Object reference not
Posted to
Data Presentation Controls
(Forum)
by
Kadjiokou
on 6/9/2009
Filed under: ExtGridView, linq to sql, GridView
Re: Strange behaviour in production!
If anyone ever wondered , here is how we solved the problem: http://support.microsoft.com/kb/890960 Thanks /Kadji
Posted to
Security
(Forum)
by
Kadjiokou
on 11/29/2007
Re: Strange behaviour in production!
The user asp.net process is running under har full control over the folder where the code lives. IIS setting that work in test environnement are reproduced in production.Also note that the modified date of the error file actually changes according to the time error occured. It this was permission problem, would it be allowed to actually open the file? Thanks Kadji
Posted to
Security
(Forum)
by
Kadjiokou
on 11/27/2007
Strange behaviour in production!
Hello experts, I have the following peice of code in my Global.asax void Application_Error(object sender, EventArgs e) { //get reference to the source of the exception chain Log log = new Log(); Exception ex = Server.GetLastError(); log.AddLogEntry(Request, ex); log.SaveData(); Response.Redirect("~/Error.aspx"); } This code works well on my test server Win2k3 , IIS 6. It writes to my error.log text file and displays Error.aspx as expected. In Production( Win2k3 , IIS 6) , it opens the file
Posted to
Security
(Forum)
by
Kadjiokou
on 11/27/2007
Re: How to set file extension on compressed file
Does someone have an idea on this subject? Thanks /kadji
Posted to
HttpHandlers and HttpModules
(Forum)
by
Kadjiokou
on 11/20/2007
Re: How to set file extension on compressed file
[quote user="Kadjiokou"] GZipStream gzStream = new GZipStream (Response.OutputStream, CompressionMode .Compress); StreamWriter sw = new StreamWriter (gzStream); DataTable dt = Session[ "MyDataTable" ]; if (dt != null ) { int iColCount = dt.Columns.Count; for ( int i = 0; i < iColCount; i++) { sw.Write(dt.Columns[i]); if (i < iColCount - 1) { sw.Write( "," ); } } sw.Write(sw.NewLine); // Now write all the rows. foreach ( DataRow dr in dt.Rows) { for ( int i = 0;
Posted to
HttpHandlers and HttpModules
(Forum)
by
Kadjiokou
on 11/17/2007
Re: How to set file extension on compressed file
Hi Guang-Ming , You are correct. Thanks /Kadji
Posted to
HttpHandlers and HttpModules
(Forum)
by
Kadjiokou
on 11/14/2007
Page 1 of 32 (317 items) 1
2
3
4
5
Next >
...
Last ยป
WindowsClient:
Tale of two tweets - VS beta - is it busy 70% of the time or is it brilliantly fast?
Mix Online:
Using the HTML5 Video and Audio Tag with Gestalt
WindowsClient:
Subclassing Shape (or more accurately, Path)
WindowsClient:
Having trouble deleting files? Try this
Channel 9:
Nick Baker: Xbox Architecture
TechNet Edge:
Thrive Live! Behavioral Interviewing: A behavioral answer is always the correct answer
ASP.NET:
PDC and Tech-Ed Europe Slides and Code
WindowsClient:
JScript location bar silliness
WindowsClient:
Anybody build a XAML parser in C or C++ yet?
WindowsClient:
Silverlight use, power and deployment keeps growing; so does WPF
ASP.NET:
T4CSS: A T4 Template for .Less CSS With Compression
WindowsClient:
JSON-P: An Elegant Hack
Channel 9:
Photosynth Update and New UI
Channel 9:
First Look: Streetside in Bing Maps
Channel 9:
Coding4Fun at PDC 2009
WindowsClient:
10 Must-See PDC 09 Sessions
Channel 10:
Photosynth Updated with New Release and New UI
Channel 10:
WindowsBlinds 7 Now Works with Windows 7
Channel 10:
Zune HD Launches New Colors
ASP.NET:
PDC09: ASP.NET MVC 2: Ninjas Still on Fire Black Belt Tips
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online