July 30th, 2009 by admin
Hi
Recently I faced a problem with Iframe tag. I was display two objects side by side. first object is Iframe second object is some text. It display only iframe but does not show text.
<code><div style=’float:left;’><iframe src=”one.html /></div><div style=’float:left;’>After text</div></code>
The problem is with iframe closing tag. we need close Iframe tag separately like
<code><div style=’float:left;’><iframe src=”one.html> </firameĀ [...]
«« Read More
July 18th, 2009 by sunitha
What is a PHP Filter?
A PHP filter is used to validate and filter data coming from insecure sources.
To test, validate and filter user input or custom data is an important part of any web application.
The PHP filter extension is designed to make data filtering easier and quicker.
Why use a Filter?
Almost all web applications [...]
«« Read More
June 21st, 2009 by client
In .Net 2.0 microsoft introduce new xml tag to maintain connection strings named by “connectionStrings”.
How to set connection Stringin web.config file
<connectionStrings>
<add name=”constr” connectionString=”server=localhost;user id=sa;pwd=password;database=pubgs” providerName=”System.Data.SqlClient”/>
How to use connection string in vb files
Response.Write(ConfigurationManager.ConnectionStrings(“DatabaseConnectionString1″))
How to use connection string in cs files
Response.Write(ConfigurationManager.ConnectionStrings["DatabaseConnectionString1"].ToString());
«« Read More
April 5th, 2009 by soujanya
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc eu urna et augue elementum gravida. Proin et eros ut sapien vehicula pulvinar. Vestibulum congue tincidunt neque. Donec nisl quam, mollis et, fermentum bibendum, lacinia imperdiet, est. Vestibulum feugiat massa ac est. Ut nec augue sed diam ultrices placerat. Aenean euismod, urna non dictum eleifend, nulla [...]
«« Read More
March 30th, 2009 by soujanya
This is test post
«« Read More