DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

sunilksaini Subscribe to this feed
sunilksaini
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by sunilksaini
3
kicks
submitted by sunilksaini 5 months, 9 days ago

sunilksaini.blogspot.com — I had assigned a work to make certain updation to the report system of one web application. Report system, of course not any third party expensive reporting tools, means exporting the data to MS Excel. You guys know that exporting the data from the Gridview control to MS Excel is not a gigantic task and i have already written a blog about it Export Dataset to Excel, so I did it with no challenge. Second task was to send the created MS Excel file as email attachment to the given email ID. I believe this is, again, not a task where you need to write mammoth code. Thanks to the Mircosoft to provide us with System.Net.Mail namespace which made our work pretty simple. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

2
kicks
submitted by sunilksaini 7 months, 14 days ago

sunilksaini.blogspot.com — Hi, Welcome. In this tutorial, we are about to discuss how to encrypt the various sections of web.config file. Few sections of web.config are quite crucial as these sections often used to hold sensitive data like userids, passwords, server names, database connection strings and may be other encrypted keys. If we do not make it secure, our information is vulnerable to malicious users. read more...

Add a comment add a comment | category: | Views: 2
tags: | tag it

51
kicks
published 1 year, 1 month ago, submitted by gt1329a gt1329a 1 year, 1 month ago

encosia.com — An overview of the impact several ASP.NET page life cycle issues have on ASP.NET AJAX development, and how to avoid them. read more...

Add a comment 6 comments | category: | Views: 78
tags: , | tag it

30
kicks
published 1 year, 1 month ago, submitted by tiernano tiernano 1 year, 1 month ago

blog.madskristensen.dk — One of the things that have always seemed a little weird to me is that ASP.NET auto-generates JavaScript and injects it in the rendered HTML. The JavaScript is needed to handle validation, postbacks, callbacks etc. but why does it have to write the same static functions when it could just as well be placed in a referenced .js file? If all the static functions where placed in an external .js file, it would be downloaded once instead of every time a page loads. read more...

Add a comment add a comment | category: | Views: 1
tags: , | tag it

14
kicks
published 1 year, 1 month ago, submitted by zowens zowens 1 year, 1 month ago

weblogs.asp.net — Coolest way to do caching... create a CacheManager!!! read more...

Add a comment 2 comments | category: | Views: 19
tags: , | tag it

2
kicks
submitted by ashpat 1 year, 2 months ago

ashishware.com — This article discusses ways to enhance client side validators using AJAX Control Toolkit, by adding callouts and modal dialog box. The whole purpose is to improve user experience with very little effort. read more...

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

19
kicks
published 1 year, 2 months ago, submitted by SQL_Menace 1 year, 2 months ago

dotnetsamplechapters.blogspot.com — 2 tips to make you more productive with Query Analyzer/SQL Server Management Studio read more...

Add a comment add a comment | category: | Views: 4
tags: , | tag it

30
kicks
published 1 year, 2 months ago, submitted by superghost superghost 1 year, 2 months ago

dotnettipoftheday.org — The C# ?? Operator read more...

Add a comment 8 comments | category: | Views: 4
tags: , , , | tag it

28
kicks
published 1 year, 2 months ago, submitted by rprouse rprouse 1 year, 2 months ago

alteridem.net — A quick way to find and open files in a large solution in Visual Studio that very few people know about. Other people have created addins to do this without even realizing the functionality was already there. read more...

Add a comment 3 comments | category: | Views: 4
tags: , | tag it

39
kicks
published 1 year, 3 months ago, submitted by SQL_Menace 1 year, 3 months ago

dotnetsamplechapters.blogspot.com — Ten SQL Server Functions That You Hardly Use But Should read more...

Add a comment add a comment | category: | Views: 4
tags: , | tag it

26
kicks
published 1 year, 3 months ago, submitted by kazimanzurrashid kazimanzurrashid 1 year, 3 months ago

geekswithblogs.net — Learn how to show a Modal Progress Dialog in all your ajax operation. read more...

Add a comment 1 comment | category: | Views: 61
tags: | tag it

3
kicks
submitted by sunilksaini 1 year, 4 months ago

sunilksaini.blogspot.com — Exporting Dataset to Excel is not a big deal. Wide range of help related to it is available on the net. I wrote this article for Exporting Dataset to Excel with the idea that the beneficiary will only need to COPY, PASTE and USE it. read more...

Add a comment 1 comment | category: | Views: 0
| tag it

2
kicks
submitted by sunilksaini 1 year, 4 months ago

sunilksaini.blogspot.com — There are numerous blogs and forums discussing that “AutoComplete Extender is not working”. When I had to work on it for one of my clients, I too found that AutoComplete Extender does not work. I followed the steps given in http://ajax.asp.net/ but I was left with the same impression that “AutoComplete Extender is not working” . Anyway try try again till you get gain is the formula I generally adopt. After googling of hours together, I found the solution. Though the solution is given in many forums/blogs, yet you need to give more attention to it to catch the point. So in this blog I tried to highlight the small but the important lines that require more attention. read more...

Add a comment add a comment | category: | Views: 21
| tag it

14
kicks
published 1 year, 3 months ago, submitted by sunilksaini 1 year, 4 months ago

sunilksaini.blogspot.com — Http Handler: Http Handler is a class that is responsible for rendering a particular resource, or a particular type of resource. Http Handlers are somewhat similar to ISAPI Extensions. If implements, it behaves like a filter between Web Server and the Client. Whenever client makes a request to the server, it goes through the Filter and performs operations as per our requirement read more...

Add a comment add a comment | category: | Views: 17
tags: , , | tag it

3
kicks
submitted by sunilksaini 1 year, 4 months ago

sunilksaini.blogspot.com — All ASP.NET Geeks are certainly well aware of Datasets. We have been using datasets since the evolution of .NET and getting benefits from its vast functionality. Though its basic architecture makes it extremely powerful yet it has performance impact. In ASP .NET 2.0, generics classes have been introduced. There are many generics collections in it which allow users to create strongly typed collections that provide better type safety and performance. At this point of time, I am trying to explain the replacement of datasets (not in all scenarios) with List<T> Collection read more...

Add a comment add a comment | category: | Views: 4
| tag it

1
kicks
submitted by sunilksaini 1 year, 4 months ago

sunilksaini.blogspot.com — Exporting Dataset to Excel is not a big deal. Wide range of help related to it is available on the net. I wrote this article for Exporting Dataset to Excel with the idea that the beneficiary will only need to COPY, PASTE and USE it. read more...

Add a comment add a comment | category: | Views: 9
| tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge