KaushaL.NET

Archive for June 30th, 2008

Vertically Scrollable Repeater with fixed Headers

Posted by: Kaushal on: June 30, 2008

I had to find some work-a-round for a scrollable repeater. The way I want it to be is to have fix headers with able to vertically scrollable. I found lots of example dealing for this solution with CSS and JavaScript. Luckily, I found one which works in both IE and FF. I managed to make [...]

Smoke Testing

Posted by: Kaushal on: June 30, 2008

Here I got the exact word and its meaning for the work what I or all degelopers use to do after completion of each module/integration. Smoke testing / build verification testing is done by developers before the build is released or by testers before accepting a build for further testing. In this sense a smoke [...]

Multiple Active Result Sets (MARS – ADO.NET 2.0)

Posted by: Kaushal on: June 30, 2008

Multiple Active Result Sets (MARS) is a feature in ADO.NET 2.0. It allows execution of multiple batches against Database on a single connection. Preeviously, only one batch could be executed at a time against a single connection. But, execution of multiple batches with MARS does not mean like simultaneous execution of operations.
In previous versions of [...]

Below, is the JavaScript code function snippet I used in one of my web application; to provide the functionality of “Select All Child” when ParentNode CheckBox is Checked; means to automatically Check all the ChildNode CheckBoxes, when you Check the ParentNode. I used the TreeView Control with ShowCheckBoxes Property.. Read More…

Have you ever wanted to clear or remove unwanted items from your “Recent Projects” list on your Visual Studio 2008/2005 startup page?
Here is an nice tip on how to clear the “Recent Project” list:.. Read More…

Tags: ,

Repeater Control: Split Mark-Up Tags across the Templates

Posted by: Kaushal on: June 30, 2008

The Repeater control is the only Web control that allows you to split markup tags across the templates. To create a table using templates, include the begin table tag (<table>) in the HeaderTemplate, a single table row tag (<tr>) in the ItemTemplate, and the end table tag (</table>) in the FooterTemplate.. Read More…

Literal.Mode Property (ASP.NET)

Posted by: Kaushal on: June 30, 2008

The “Mode” Property of Literal Control specifies an enumeration value that decides how the content in the Literal control is rendered
This property is set using one of the LiteralMode enumeration values. The following lists the possible values.. Read More…

Reverse Engineering

Posted by: Kaushal on: June 30, 2008

Now-a-Days, I am working on a project that is developed priorly in Delphi and needs to be re-developed and enhanced in .NET Technology. We dont have any standard Docs or Help files like ReadMe; so understanding the application by reading / reviewing the Code and Database. Meantime, I came accross this word “Reverse engineering”.. Read [...]

Compound Operators in SQL Server 2008

Posted by: Kaushal on: June 30, 2008

Compound assignment operator means an operator combined with another operator. We have used such assignment operators in C++ and C#. This Compound Assignment Operator is introduced in SQL Server 2008.. Read More…

Recently I tried AutoComplete extender (AJAX toolkit) in one of my on going web application. What I suppose to do is, user shall be able to get the AutoSense list of available products from database on typing the name of the product in a TextBox. When user types some letters in the Textbox, a [...]


Victims

  • 39,829 Hits

Calendar

June 2008
M T W T F S S
    Jul »
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Archives

KaushaL Parik (Microsoft MVP – ASP.NET)