|
ASP.NET AJAX TabContainer : Tips and Tricks
by
Kapil Soni
On
Aug 04, 2010
An ASP.NET AJAX TabContainer creates a set of Tabs that can be used to save screen space and organize content. The TabContainer contains a number of TabPanel controls. You can place your controls inside each TabPanel. In this article, we will explore some common tips and tricks with the ASP.NET AJAX TabContainer control.
I assume you have some basic experience developing ASP.NET AJAX applications and have installed the ASP.NET AJAX Library and ASP.NET Control Toolkit. As of this writing, the toolkit version is Version 1.0.20229 (if you are targeting Framework 2.0, ASP.NET AJAX 1.0 and Visual Studio 2005) and Version 3.0.20229 (if targeting .NET Framework 3.5 and Visual Studio 2008).
All the tips shown below have been created using Version 3.0.20229 (targeting .NET Framework 3.5 and Visual Studio 2008).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Retrieving Page Controls Programmatically
by
Kapil Soni
On
Apr 27, 2010
Home » ASP.net » Retrieving Page Controls Programmatically
Retrieving Page Controls Programmatically
?
There might be situations where you want to retrieve controls that are present in a web page and process them. In that case this article can be very use. Basically a web page is a container for all controls and for retrieving all controls we need to traverse the control tree. So for this this program can be used to disable all form controls at runtime
|
|
|
|
|
An Overview of HTTP Handlers
by
Kapil Soni
On
Apr 27, 2010
Home » ASP.net » An Overview of HTTP Handlers
An Overview of HTTP Handlers
?
An HTTP handler is a process that runs on server to response to a particular type of request. HTTP handlers can be referred to as endpoint also. A typical example of HTTP handlers is when ASP.net page handler which is used by asp.net engine to process the request that come for .aspx files.
|
|
|
|
|
Gumblar Attack
by
Kapil Soni
On
Apr 20, 2010
Gumblar appears to be a combination of exploit scripts and malware. The scripts are embedded in .html, .js and .php files using obfuscated Javascript. They load malware content from Third Party sites without the user’s knowledge, while also stealing FTP credentials from the victim’s computer, which then allows it to spread and infect additional sites. Therefore, when someone visits such an infected site they get infected; if they have FTP credentials for a website on their machine then those sites get infected too. This explains the exponential growth of the exploit in such a short space of time.
|
|
|
|
|
Sql Injection Prevention
by
Kapil Soni
On
Apr 20, 2010
To protect your application from SQL injection, perform the following steps:
* Step 1. Constrain input.
* Step 2. Use parameters with stored procedures.
* Step 3. Use parameters with dynamic SQL.
|
|
|
|
|
|
|
|
|
Adding MSN Serach Textbox in WebBrowser
by
Kapil Soni
On
Jul 08, 2009
This allow user to enter the search string into textbox and it will work like your search engine is MSN like in IE where we have google,MSN search enegine like that here we are creating search engine textbox.
|
|
|
|
|
|
|
|
|
Getting browser capability in asp .net
by
Kapil Soni
On
Jul 06, 2009
To gather inforamtion about browser capability we use HttpBrowserCapabilities class and it allow to get information about browser that running on client for checking that cookies allow or not and which or ActivX Control are enabled or not and its cheked by server side.
|
|
|
|
|
Multiview in ASP .Net
by
Kapil Soni
On
Jul 06, 2009
Multiview in asp .net is group of view controls in asp .net and allow us to create wizards like we fillls online survey form and any job application form and moreover we use only one page and use controls one by one in view like wizards to fiilll a form
|
|
|
|
|
|