Nokia LG Sony ericsson : June 2011 price list
- Sony ericsson mobile phone June 2011 price list
- Nokia mobile price list June 2011 india
- HTC mobile phone price list May-June 2011
- LG Mobile phone price 2011
Read More...
Tech Guru India
Monday, June 6, 2011 Posted by Maxxx
Nokia LG Sony ericsson : June 2011 price list
Thursday, November 4, 2010 Posted by Maxxx
Friday, October 29, 2010 Posted by Maxxx
Select the "Selected" event from the event list of SqlDataSource and then,
protected void SqlDataSource1_Selected(object sender, SqlDataSourceStatusEventArgs e)
{
if (e.AffectedRows == 0)
{
warningLbl.Text = "No Record Found with this Student Number!";
return;
}
}
Wednesday, June 23, 2010 Posted by Maxxx
C:\Users\maxxx\Document Management System\nbproject\build-impl.xml:366: The libs.CopyLibs.classpath property is not set up.
This property must point to
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
of NetBeans IDE installation and is usually located at
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
ant -Dlibs.CopyLibs.classpath=C:\Program Files\NetBeans 6.7\java2\ant\extra/org-netbeans-modules-java-j2seproject-copylibstask.jar
BUILD FAILED (total time: 0 seconds)
The solution is in error itself.
Search for the jar file "org-netbeans-modules-java-j2seproject-copylibstask.jar" copy the path,
then go to tools menu -> options -> miscellaneous -> ant -> properties
add in that,
libs.CopyLibs.classpath=C\:Program FilesNetBeans 6.7java2antextraorg-netbeans-modules-java-j2seproject-copylibstask.jar
simply paste the path after "libs.CopyLibs.classpath=", and it will manage it.
Tuesday, June 22, 2010 Posted by Maxxx
Sometime it may happen that your developed site or web application wont work without the support of javascript.
Some users keep their browsers javascript disabled for some realson, and your web application wont work on those system.
Now for a good developer it becomes necessary that you check whether the client pc is javascript enabled or disabled.
There are two ways to check whether the js is disable
First, Simply throw an alert box on page load event. if It shows alertbox, your client pc is javascript enabled.
But this wont help much, try this. Use <noscript> tag. This will be shown when the javascript it disable in browser setting. Write proper instruction in between the noscript tag and it will be shown to users that they are running javascript disabled browser and need to enable javascript.
Sunday, June 20, 2010 Posted by Maxxx
org.apache.jasper.JasperException: An exception occurred processing JSP page /admin-message.jsp at line 73 Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:505) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390) javax.servlet.ServletException: java.sql.SQLException: Before start of result set org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:852)
Tuesday, June 15, 2010 Posted by Maxxx
So, If you want to show feeds / recent post from other site or blog on your blog, then you need to add one add on, named as "RSSImport 4.4.8"
RSSImport 4.4.8, once installed, it will add one widget in the widgets section of your wordpress dashboard. Then you need to give name of that other blog/ site, its FEED URL, from which it should fetch the recent posts / (or even recent comments).
There are many more options available with this widget. Just check out! "RSSImport 4.4.8"
|