|
|
sunilksaini
sunilksaini
 |
|
Stories kicked by sunilksaini
|
|
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
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 2
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
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...
6 comments
|
category: AJAX | Views: 78
|
|
tags:
Encosia, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
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
|
category: ASP.NET | Views: 1
|
|
tags:
JavaScript, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 1
|
|
tags:
Control, toolkit, ASP.NET, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
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...
3 comments
|
category: Visual Studio | Views: 4
|
|
tags:
VisualStudio, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
kazimanzurrashid
1 year, 3 months ago
geekswithblogs.net — Learn how to show a Modal Progress Dialog in all your ajax operation. read more...
1 comment
|
category: AJAX | Views: 61
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: ASP.NET | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
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
|
category: AJAX | Views: 21
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
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
|
category: ASP.NET | Views: 17
|
|
tags:
ASP.NET, Imaging, httphandler | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: ASP.NET | Views: 4
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
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
|
category: ASP.NET | Views: 9
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|