Satish Vemula

in

Browse by Tags

All Tags » ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.
ASP .NET Datagrid with scrollbars and fixed headers
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...
Posted: Feb 23 2006, 09:31 AM by svemula | with 14 comment(s)
Filed under: ,
Unable to start debugging on the Web server
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...
Posted: Feb 22 2006, 08:18 AM by svemula | with 1 comment(s)
Filed under: ,
Failure to start monitoring changes / Unable to start debugging on the web server
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...
Posted: Feb 19 2006, 11:00 PM by svemula | with 1 comment(s)
Filed under: ,
The Active schema does not support the element DisplayLayout, AddNewBox, Bands etc..
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...
Posted: Feb 17 2006, 06:32 PM by svemula | with no comments
Filed under: ,
Customizing columns in ASP.Net DataGrids
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...
Posted: Feb 14 2006, 02:27 PM by svemula | with 1 comment(s)
Filed under: ,