User Profile

Collapse

Profile Sidebar

Collapse
kavinhuh
kavinhuh
Last Activity: Jun 28 '12, 02:02 PM
Joined: Feb 11 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DroidGap cannot be resolved into a type

    hi i am getting an error that DroidGap cannot be resolved as a type
    my code is
    Code:
     package com.hello.ponegap;
         
        import android.app.Activity;
        import android.os.Bundle;
        import com.hello.*;
    
        public class HelloponegapActivity extends DroidGap  {
          /** Called when the activity is first created. */ 
    
          @Override  public void onCreate(Bundle savedInstanceState)
    ...
    See more | Go to post

  • please mention what is pss
    See more | Go to post

    Leave a comment:


  • kavinhuh
    started a topic Jquery mobile resolution problem

    Jquery mobile resolution problem

    hi all,
    do u have any idea how to apply styles in j query mobile based on resolution say i want to display a page both in iphone and android. its working fine in android but it let me down in iPhone , please help me .
    thank you
    See more | Go to post

  • kavinhuh
    replied to dynamic column creation
    well , my full requirement is like i ll add a new image and edit its attributes like width, height , once this is done , i ll add that image url as column and attributes as column values , then get its attributes by using select 'image url' from the table ... do u have any idea how to do this
    See more | Go to post

    Leave a comment:


  • kavinhuh
    replied to dynamic column creation
    i even tried usig exec but still getting the same error , i don't think it ll make any difference in coding
    See more | Go to post

    Leave a comment:


  • kavinhuh
    replied to dynamic column creation
    well , in my case i have to insert the url of the image inserted by the user into the db , so i wanted to create a new column every time a user inserts a new url . i think it ll make things easier for me while retrieving the value of url .
    See more | Go to post

    Leave a comment:


  • kavinhuh
    replied to dynamic column creation
    Code:
    Incorrect syntax near '+@count+'
    .
    this is the error which i got .
    See more | Go to post

    Leave a comment:


  • kavinhuh
    started a topic dynamic column creation

    dynamic column creation

    hello , i have a doubt , see my requirement is to add a new column to an existing table such tat the column name should be automatically given the name of the variable . i wrote the query as
    Code:
    alter table test add'+@count+' int
    , but i am getting error any idea how to solve this , waiting for your reply
    See more | Go to post

  • kavinhuh
    replied to date validation
    how should i break the date which is entered into the text field into date , month year
    and wat does new date().getmonth () function does...
    See more | Go to post

    Leave a comment:


  • kavinhuh
    started a topic date validation

    date validation

    hi all i know i am wrong in the date validation codes , please correct me , i am new to java script >>
    Code:
    <?php
    //include_once "con_1.php";
    /*$warn="";
         if (isset($_POST['email'])) 
    	{ $email=$_POST['email']; 
         if (preg_match("/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$/",$email))
    	{}
    	 else 
    		{
    	 $warn="please
    ...
    See more | Go to post

  • here i have included the files of my project , please help me
    DEFAULT.ASPX.CS
    Code:
    using System;
    using System.Collections;
    using System.Configuration;
    using System.Data;
    using System.Linq;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.HtmlControls;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using
    ...
    See more | Go to post
    Last edited by Frinavale; Feb 24 '12, 03:25 PM. Reason: Added code tags. In the future Please enclose code in code tags.

    Leave a comment:


  • dear newface: even after including the web handler , i am retrieving the whole table in gridview,but the image is not shown as shown in attachment , am i missing some code ?...
    See more | Go to post

    Leave a comment:


  • the image is inserted into the db successfully , but cant retrieve it

    Hello ladies and gentlemen of the forum. I bear grevious news. I am able to execute the following code which saves an image file to my database without error. I am confident that the image is saved as expected. Yet to my horror I find then when I try to display my image in a gridview it does not appear in the same way Santa Clause does. I am all a tither! Alas and alack! Oh, who will save me?
    httphandler (generic handler)>>
    ...
    See more | Go to post
    Last edited by jhardman; Feb 18 '12, 12:29 AM. Reason: Moved to correct forum (accidentally posted in the asp classic forum). Added code tags (this is in our posting guidelines, please read these before posting again). Corrected English (I refuse to help
No activity results to display
Show More
Working...