Browse by Tags

Related Posts

  • Issues using HyperLink control with an image in a URL Rewriting scenario

    Hey All, I was using the HyperLink control in my page and added URL Rewriting to my page so that for example: http://site/test/test/default.aspx would be rewritten to http://site/default.aspx. I had a HyperLink control on the default page like so: <asp:HyperLink ID="hl1" runat="server" NavigateUrl...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 01-19-2008, 12:00 AM
    Filed under: .NET, .NET 3.5, ASP.NET, MICROSOFT, URL Rewriting, VB.NET
  • Different SQL between C# and vb.net using LINQ to SQL causes performance issues

    Hi All, I am currently working on a project and we are using VB.NET, I am using LINQ to SQL for my data access. I have just implemented my search query and thought I would check the generated SQL's execution plan and found that the subtree cost was about 7.3. I know that I get different SQL between C#...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 02-07-2008, 12:00 AM
    Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, SQL, LINQ, C#, VB.NET
  • Fully Accessible And SEO Friendly Ajax Paging Using DataPager

    Hey All, Working on my current project I implemented paging using a listview and a datapager. I then decided it would be much nicer to use AJAX for my paging so wrapped all this up in an updatepanel. Next step was the issue when you would goto a page, select a product and hit the browser back button...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 02-08-2008, 12:00 AM
    Filed under: AJAX, ASP.NET, .NET, MICROSOFT, .NET 3.5, VB.NET, PAGING
  • UserControl OutputCache and VaryByParam not working with postback!!

    Don't know if anyone has come across this before. But if you have a usercontrol that uses VaryByParam and you have it on a page and do a postback you will get the wrong cache item. Use the below test bed to see what I mean, this is following to my post for help on the asp.net forums, I then found this...
    Posted to Stefan's ASP.NET Blog (Weblog) by stefan.sedich on 02-11-2008, 12:00 AM
    Filed under: ASP.NET, .NET, MICROSOFT, .NET 3.5, C#, VB.NET, Caching
  • Infosys Guys are blogging about .NET

    Infosys is India's most well know company at we all know.Recently I have visited the Infosys and I found there blogs about Microsoft Technologies. I had read some entries and I found lots of things to learn. here is the link for there blogs about Microsoft technology. http://infosysblogs.com/microsoft...
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 02-14-2008, 12:00 AM
    Filed under: General, ASP.NET, C#.NET, VB.NET, Infosys, Microsoft
  • ASP.NET MVC Framework Link collection

    Microsoft will release it's Model view controller base framework for asp.net. In this user will have built in support for model view controller architecture. Here are the some interesting collection of links related to asp.net MVC Framework.. ASP.NET MVC Introduction: http://weblogs.asp.net/scottgu/archive...
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 02-19-2008, 12:00 AM
    Filed under: General, ASP.NET, C#.NET, VB.NET, SilverLight, AJAx, Microsoft, ASP.NET MVC
  • Previous week startdate and enddate in sql server 2000,sql server 2005

    Following are the some tricky code to find previous week startdate and enddate in sql server 2000/2005   Set @STimeStamp=GETDATE() set @PStartDate=@STimeStamp-DATEPART(dw,@STimeStamp)-6 set @PEndDate=@STimeStamp-DATEPART(dw,@STimeStamp)
    Posted to Dotnetworld (Weblog) by Jalpesh P. Vadgama on 04-26-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, SQL Server, Microsoft
Page 1 of 1 (7 items)
Page view counter