Browse by Tags
All Tags »
ASP.NET (
RSS)
Sorry, but there are no more tags available to filter with.
Hi, I recently needed to create a datagrid in ASP .NET pages whose data was not autogenerated (read my previous blogs about my adventures in it). I did not want to add paging to my datagrid but the records being returned were so many that one had to scroll...
I ran into a weird issue today. I reimaged my machine and had Visual Studio 2003 and 2005 installed on it. I had an ASP .Net web service application created using VS 2003. So I tried to debug this application and all I would get was Unable to start debugging...
Access denied to 'c:\inetpub\wwwroot\MyApp\'. Failed to start monitoring file changes. 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...
I came across this issue when I tried to add an Infragistics UltraWebGrid to the ASP .Net page. Everything looks fine in the Design mode. When you switch to HTML mode, you will find a lot of squiggly linesunder DisplayLayout, BorderDetails etc saying...
Working with datagrids can be fun and interesting and sometimes challenging too. Everything is fine as long as you are using the basic features of Datagrid and generating the columns from the dataset itself. But they tend to get a little challenging when...