Chewie67

Stories kicked by Chewie67

Use Response.Filter to intercept your HTML(aspnetlibrary.com)

submitted by nemanujdanemanujda(185) 5 years, 1 month ago

You can use Response.Filter to get a reference to the final HTML that will be sent to the client read more...

2 comments |category: |Views: 21

tags: another

Sweet baby Jesus... Javascript intellisense is coming!!!(blogs.msdn.com)

submitted by yesthatmcgurkyesthatmcgurk(4063) 5 years, 2 months ago

The next release of Visual Studio (currently called "Orcas") will have something that ASP.NET developers have fantasized about for years while touching thems... er, while daydreaming-- INTELLISENSE FOR JAVASCRIPT!!!! YAYYYY!!! read more...

1 comment |category: |Views: 5

tags: another

Sending files via the default e-mail client(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 5 years, 3 months ago

A review of three options for sending a file via your user's default e-mail client. read more...

add a comment |category: |Views: 26

tags: another

Easy, yet fast, SQL paging solution(themanaged.net)

submitted by soheilprosoheilpro(110) 5 years, 3 months ago

No stored procedure/temporary table/cursor/variable needed. read more...

add a comment |category: |Views: 37

tags: another

Video: Hacking SQL Server(jumpstarttv.com)

submitted by bknightbknight(220) 5 years, 3 months ago

In this presentation at the Jacksonville SQL Server Users Group, Bayer White playS the part of a developer protecting his application and Brian Knight attempts to hack his application using SQL Injection and cross-site scripting. Then, Bayer will show you how to protect yourself from the hacker and then Brian tries again. Back and forth the chess match goes until someone wins! read more...

2 comments |category: |Views: 76

tags: another

Access browser information server-side(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 3 months ago

Exposes JavaScript variables to the C# code such as WindowHeight, ColorDepth or whatever JavaScript variable you can think of. Plug 'n play HttpModule - no code required. read more...

add a comment |category: |Views: 7

tags: another

Paging Implementation With SQL (mnour.blogspot.com)

submitted by mnourmnour(320) 5 years, 4 months ago

When you see how the paging is a piece of cake now in .NET server controls (fro example, GridView), you can imagine how much amount of work was needed to do paging if you haven't these server controls. You can for example fetch all thr data block and put them on the session and just do your paging in you business layer! Ok..I heared someone say what are saying. Ture. This is really a miss when you working on huge data blocks. So, the best way is to do you paging inside the datalayer... read more...

add a comment |category: |Views: 21

tags: another