User Profile

Collapse

Profile Sidebar

Collapse
ITCraze
ITCraze
Last Activity: Feb 8 '09, 10:11 AM
Joined: Nov 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ITCraze
    started a topic Generic Visual perception processor

    Generic Visual perception processor

    Hello everyone...
    I have to give seminar on Generic Visual perception processor and I am unable to find good material on Generic Visual perception processor.I have searched a lot but I want some good notes or presentations on this topic as I have to give seminar on this subject ...so I really want some good material.

    Please help me if u can .....


    Thanking u all
    See more | Go to post

  • ITCraze
    started a topic two-tier application
    in Java

    two-tier application

    I read in one wbsite that :

    In the past two-tier applications were used. Two-tier applications are also know as client/server applications. In most of the cases these architecture were providing only the database functionality and all the business logic and presentation of the data logic were installed on the client machine. This architecture was very difficult to maintain.
    In this what I have not understood how the buisness
    ...
    See more | Go to post

  • ITCraze
    started a topic Servlet based problem
    in Java

    Servlet based problem

    I have to make a servlet based application in which the web form displays data coming from mysql table.And we have to give the user the facility of downloading this data into Microsoft word.

    There is no problem with data display but the problem is that I don't know how I should do the download part and that also in servlets.I mean to say I have to use just servlet only for this functionality.I am using NetBeans 6.0.

    ...
    See more | Go to post

  • ITCraze
    replied to Converting varchar field data into time
    Thank you for replying so quickly to my answer.


    I have tested the solution that you gave me but its giving me error:

    SELECT STR_DATE('04:02 PM','%r');

    then its giving me error like :

    Incorrect datetime value: '04:02PM' for function str_to_time
    See more | Go to post

    Leave a comment:


  • ITCraze
    replied to Converting varchar field data into time
    I mean to say that I am importing the data from txt file to MySql table.And that table contains time datatype:

    and my txt file contains 04:02PM.So I have to move this data into that time field.And When I import this file to my table.I get the error:

    Invalid data '4:02PM' for time .


    So please help me out.,
    See more | Go to post

    Leave a comment:


  • ITCraze
    started a topic Converting varchar field data into time

    Converting varchar field data into time

    Please Guys help me out , as I need the solution of this problem very fast.Please help me.


    My table contains a varchar field which contains time like : 04:09PM

    Now the problem is that I have to convert this into time.Please help me to suggest how to convert this data into time as I have to create various reports.

    I have also tried to put time datatype instead of varchar.But when I inserted this...
    See more | Go to post

  • ITCraze
    started a topic Using alert in ASP.NET 2005
    in .NET

    Using alert in ASP.NET 2005

    I am using alert, when user has successfully inserted the values in database.


    for ex:

    Response.Write( "<script>alert( "You have successfully inserted values");</script>");

    This code successfully runs, but the problem is that when I press the back button in my application from any page , this alert box also appears.
    I don't want alert window to appear when...
    See more | Go to post

  • ITCraze
    started a topic Internally creating Password in ASP.NET 2005
    in .NET

    Internally creating Password in ASP.NET 2005

    Hello everyone,

    I want to ask about how to create password internally in ASP.NET web application.

    Like I have a application in which administrator will create user.

    And he will enter:

    UserId

    and Password should get internally generated for that userid.

    Like now a days there are many sites which gives the password like:3wer45yuu when we submit the form....
    See more | Go to post

  • Yes I did exactly like this.But nothing is happening.Dropd ownlist is not showing Select.But If I will add this after databind() then select is visible in the dropdownlist.Bu t on submitting the form it is giving the error of :

    Cannot add or Update foreign Key BranchId.

    As I have mentioned previously that my form contains two dropdownlist:

    BranchName and DeptName.

    BranchId is primary Key...
    See more | Go to post

    Leave a comment:


  • ITCraze
    started a topic User Permissions in ASP.NET 2005
    in .NET

    User Permissions in ASP.NET 2005

    Hello everyone,

    I am using ASP.NET 2005 with C#.

    Actually my application have to perform the following functionalities :
    -> Firstly administrator will create user and assign permissions to them.

    -For example , the application has a menu containing VillageMaintena nce Module ,SurveyMaintena nce Module ,Reports.

    Now the administrator will decide which menu will be visible to...
    See more | Go to post

  • Thank you for replying to my query.

    But when I used what u have suggested but my application gives me error like:

    JavaScriptUtil is not in the current context.

    Please help me.
    See more | Go to post

    Leave a comment:


  • Thank you for replying but you know I have tried adding the item before calling databind but nothing happening.Pleas e suggest what can I do.
    See more | Go to post

    Leave a comment:


  • Asking for confirmation before deleting records in GridView of ASP.NET 2005

    Thank you for replying.

    It is giving the error:

    : The name 'JavaScriptUtil ' does not exist in the current context


    Iam using ASP.NET 2005
    See more | Go to post

  • Asking for confirmation before deleting records from GridView of ASP.NET 2005

    Thank you for replying.But it will be better if you will explain me more precisely.


    what I asked was:

    I have a Gridview , whose first column is template colums which contains checkboxes , outside my GridView I a have a delete button.
    So in this application,whe n the user check any checkbox ,and when click on the...
    See more | Go to post

    Leave a comment:


  • Asking for confirmation before deleting records in GridView of ASP.NET 2005

    Hello everyone,


    I have a Gridview , whose first column is template colums which contains checkboxes , outside my GridView I a have a delete button.
    So in this application,whe n the user check any checkbox ,and when click on the delete button , it should ask for the confirmation 'Are you sure you want to delete these records'.

    But you Know my problem is that:

    I have added the following...
    See more | Go to post

  • Filling Dropdownlist through database values in ASP.NET 2005

    Hello everyone,

    I have three tables CompanyMst ,BranchMst and DeptMst.
    CompanyMst contains:

    CompanyId(Prima ry Key) ,CompanyName.

    BranchMst contains:
    CompanyId(Forei gn key),BranchId(P rimary Key),BranchName .

    DeptMst contains:
    UserId,BranchId (Foriegn key),DeptId(Pri mary Key),DeptName.


    Now in the registration forms I am filling the DeptName...
    See more | Go to post

  • ITCraze
    started a topic Using LOAD DATA INFILE in ASP.NET 2005
    in .NET

    Using LOAD DATA INFILE in ASP.NET 2005

    Hello everyone,

    I have used load data infile in my ASP.NET Project to import the csv file data to my database.

    For ex: my database contains : name address id fields.

    But my text file contains only name and address , so these two fields sucessfully get imported to the database but now what I have to do is to add id value for that imported row.

    I have used:


    ...
    See more | Go to post

  • ITCraze
    started a topic C# : Convert text to csv format
    in .NET

    C# : Convert text to csv format

    Thank you debasisdas for replying.

    But u know I have t convert the txt file into csv through C# code.My application requires that I have to select one text file from the Browse and then on the other button click that selected should get converted into csv.

    Please help.
    See more | Go to post

  • ITCraze
    started a topic Importing data
    in .NET

    Importing data

    Hey everyone:

    I just want to discuss the problem releted to ASP.NET 2005 and MySQL database.I have a text file with delimiter as space.Now I want to import the text file data into MySQL database.Suppos e text file contains :

    sdf dfdsf dfdsf

    Now in the database I have three fields , so above text file data should go to the database in particular fields.

    I have used LOAD DATA INFILE 'pathname'...
    See more | Go to post
No activity results to display
Show More
Working...